Mattes D
Mattes D
This command, used as `/helpsearch `, will search all the commands that the user has permissions to execute for the occurrence of in either the command name or its help...
If an URL has a slash in it, the webadmin chat viewer doesn't linkify it. Rewrite the chat to: 1, Use pattern matching to linkify the URLs 2, Move the...
Add a `//compass` command that gives the player the compass (similar to `//wand`)
Add a new command that would wake up all simulators for all the blocks in the selection. This is useful for getting rid of leftover water blocks etc.
Block operations that take a blocktype parameter from the user (such as `//set`) should check that the provided blocktype is really a block and not an item. Otherwise weird behavior...
When using the wand, make the player capable of reaching far by using a `cLineBlockTracer` to find the actual block that has been clicked (just like a `//hpos` command). This...
Add an "undo" stack for the selection changes, so that the player can restore a previously used selection. Quite often making a selection is a long process and a single...
This moves the contents of the current selection by the specified amount of blocks in a specified (or implied) direction: http://wiki.sk89q.com/wiki/WorldEdit/Region_operations#Moving
In original WE, the `//paste` command can be given the `-a` option to not write air. This corresponds with our `cBlockArea.msImprint` strategy. Implement that. Additionally, we have more strategies available,...
Like the shift+select using the normal wand selects the block adjacent to the actual clicked block, the `//hpos1 -` command should select the last air block before hitting the solid...