geforkt von Mirrors/FastAsyncWorldEdit
Allowed the use of ; instead of | when specifying blocks.
Dieser Commit ist enthalten in:
Ursprung
9ce9ed3657
Commit
76d7a14016
@ -214,6 +214,7 @@ public class WorldEditListener extends PluginListener {
|
||||
throws UnknownItemException, DisallowedItemException {
|
||||
BlockType blockType;
|
||||
arg = arg.replace("_", " ");
|
||||
arg = arg.replace(";", "|");
|
||||
String[] args0 = arg.split("\\|");
|
||||
String[] args1 = args0[0].split(":", 2);
|
||||
String testID = args1[0];
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren