Put this module in the mods folder. If the Core is installed, it will be loaded.
The configuration file for this Module can be found in ./ForgeEssentials/WorldControl.config.cfg
I:BlocksPerTick=20
This configuration is for how many blocks should be placed per-tick. Increasing thus number will ensure that //set
and //replace
commads will progess faster. However, it may also cause more lag on the server. it is up to individual Server owners to decide what a good number is for them.
Use the wand command to make a selection, and then make edits to the selection with the other commands.
Command Usage | Permission Node | Description |
---|---|---|
//set [id|id:meta|name] | ForgeEssentials.WorldControl.commands.set | Allows a player to set their selection to a given block |
//replace [1st] [with] | ForgeEssentials.WorldControl.commands.set | Replaces all instances of the 1st block in the selection with the second |
//undo | ForgeEssentials.WorldControl.commands.undo | Undoes the last WorldControl action |
//redo | ForgeEssentials.WorldControl.commands.redo | Redoes the last undone action |
//thaw | ForgeEssentials.WorldControl.commands.thaw | thaws the selection area. Melts all ice and snow. |
//freeze | ForgeEssentials.WorldControl.commands.freeze | Turns all the water in the selection into ice |
//snow | ForgeEssentials.WorldControl.commands.snow | Puts a layer of snow over the selection |
//till | ForgeEssentials.WorldControl.commands.till | Turns all dirt in the selection into farmland |
//untill | ForgeEssentials.WorldControl.commands.untill | Turns all farmland in the selection to dirt |
This module will be eventually replaced with hooks into WorldEdit when luacs1998 gets around to doing it (it's hard work!)