https://github.com/emilyy-dev/wets
WorldEdit Tick Spreader - spread WorldEdit operations across multiple ticks
https://github.com/emilyy-dev/wets
bukkit fabricmc minecraft minecraft-mod minecraft-plugin spigotmc
Last synced: about 1 month ago
JSON representation
WorldEdit Tick Spreader - spread WorldEdit operations across multiple ticks
- Host: GitHub
- URL: https://github.com/emilyy-dev/wets
- Owner: emilyy-dev
- License: mit
- Created: 2023-01-07T01:13:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T21:03:17.000Z (over 1 year ago)
- Last Synced: 2025-03-01T21:17:01.255Z (about 2 months ago)
- Topics: bukkit, fabricmc, minecraft, minecraft-mod, minecraft-plugin, spigotmc
- Language: Java
- Homepage:
- Size: 182 KB
- Stars: 24
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WorldEdit Tick Spreader
Spread WorldEdit operations across multiple ticks.
That's all. Download on [modrinth](https://modrinth.com/mod/wets).
Semi-configurable, single command `/wets` (`/worldedit-tick-spreader`), one permission (`wets`), two possible arguments:
* `/wets (sorted | not-sorted)` - whether blocks will be placed in a sorted arrangement or not. Sorted is default.
* `/wets ` - Changes the amount of blocks that will be placed per tick.
Negative numbers result in a lot of blocks per tick (9223372036854775807). Default is 1.Sorted placing and block count per tick, affected by commands, are per-player.
## License
Project licensed under the MIT license (also known as Expat license).The Fabric build of this project redistributes
[lucko/fabric-permissions-api](https://github.com/lucko/fabric-permissions-api) which is licensed under the MIT license.