geforkt von Mirrors/FastAsyncWorldEdit
Fix a few bugs in tool commands
Dieser Commit ist enthalten in:
Ursprung
8c2b725f42
Commit
c05e1ed0cc
@ -86,7 +86,7 @@ public class ToolUtilCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
name = "material",
|
name = "material",
|
||||||
aliases = { "material" },
|
aliases = { "/material" },
|
||||||
desc = "Set the brush material"
|
desc = "Set the brush material"
|
||||||
)
|
)
|
||||||
@CommandPermissions("worldedit.brush.options.material")
|
@CommandPermissions("worldedit.brush.options.material")
|
||||||
|
@ -65,8 +65,8 @@ public class TreeGenerator {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
JUNGLE("Jungle tree", "jungle"),
|
JUNGLE("Jungle tree", "jungle"),
|
||||||
SMALL_JUNGLE("Small jungle tree", "shortjungle", "smalljungle"),
|
SMALL_JUNGLE("Small jungle tree", "smalljungle"),
|
||||||
SHORT_JUNGLE("Short jungle tree") {
|
SHORT_JUNGLE("Short jungle tree", "shortjungle") {
|
||||||
@Override
|
@Override
|
||||||
public boolean generate(EditSession editSession, BlockVector3 pos) throws MaxChangedBlocksException {
|
public boolean generate(EditSession editSession, BlockVector3 pos) throws MaxChangedBlocksException {
|
||||||
return SMALL_JUNGLE.generate(editSession, pos);
|
return SMALL_JUNGLE.generate(editSession, pos);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren