Mattes D

Results 37 issues of 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...

enhancement

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...

bug

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.

enhancement
Easy

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...

enhancement
Easy

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...

enhancement

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...

enhancement
Easy

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

enhancement

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,...

enhancement

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...

enhancement