An open API service indexing awesome lists of open source software.

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

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.