I have a small private bukkit server for me and my friends, but one of my friends keeps messing with the others. Instead of banning them, we want to troll them my setting their spawn in the nether. How do you keep a player from using commands such as /spawn or /sethome or /home?
How to keep a player from using commands on a minecraft bukkit server?
Bill
Permissions…
Personally I hate the minecraft permissions system. It is a kluge, a what-were-they-thinking kluge.
But if you want to do this for just one person, you can setup permissions, or write a plugin to grab commands and reroute/change them if they come from a specific player.
Neerp