I'm trying to use the /effect command to play around with giving everyone on my server a jump boost. The problem is that I can't seem to get the @a player selector to work. Is this because I'm using Bukkit and not the vanilla server?
I typed this command into the server console:
effect @a 8 60 5and I got this message:
Player, @a, not foundI'm running Bukkit 1.7.2-R0.3 (#2975) with no plugins.
41 Answer
Calling players by starting with @ (for example, @a) won't work with bukkit. This isn't just the /effect command.
6