mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Added 'xp' as a parameter of the /remove command to remove experience orbs.
This commit is contained in:
@ -404,8 +404,10 @@ public class UtilityCommands {
|
||||
type = EntityType.MINECARTS;
|
||||
} else if (typeStr.matches("tnt")) {
|
||||
type = EntityType.TNT;
|
||||
} else if (typeStr.matches("xp")) {
|
||||
type = EntityType.XP_ORBS;
|
||||
} else {
|
||||
player.printError("Acceptable types: arrows, items, paintings, boats, minecarts, tnt");
|
||||
player.printError("Acceptable types: arrows, items, paintings, boats, minecarts, tnt, xp");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user