geforkt von Mirrors/FastAsyncWorldEdit
Forgot to git add this file, thanks Moo0
Dieser Commit ist enthalten in:
Ursprung
f11e2ba6d6
Commit
4e081b8028
@ -445,6 +445,8 @@ public class UtilityCommands {
|
||||
} else if (typeStr.matches("items?")
|
||||
|| typeStr.matches("drops?")) {
|
||||
type = EntityType.ITEMS;
|
||||
} else if (typeStr.matches("falling(blocks?|sand|gravel)")) {
|
||||
type = EntityType.FALLING_BLOCKS;
|
||||
} else if (typeStr.matches("paintings?")
|
||||
|| typeStr.matches("art")) {
|
||||
type = EntityType.PAINTINGS;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren