A soft fork of WETS maintained for TrueOG.
Changes:
- Changed API version to 1.19.4.
- Removed Fabric support.
- Modified project structure to build with TrueOG's gradle configuration.
- Messages are colored using MiniMessage.
- Added a customizable prefix.
- Added a customizable default blocks per tick (set to 100).
Spreads WorldEdit operations across multiple ticks.
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 <blocks-per-tick>- 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.
Project licensed under the MIT license (also known as Expat license).
The original project which supports Fabric API can be found here.