I am trying to remove 15 Levels of XP from a player when the Command Block is activated, but regardless of what the player's level is, the command block executes the command, even if the player has 5 levels.
How do I change it so it only executes if the player has 15 or more levels?
My current command is:
/xp -15L @p
What should I add?
How do I change it so it only executes if the player has 15 or more levels?
My current command is:
/xp -15L @p
What should I add?