Minecraft – How to disable the “/kill” command on Minecraft server

minecraft-commandsminecraft-java-editionminecraft-java-edition-server

Because everyone on our educational server won't stop using the /kill command, I want to make it so that they can't use this command, but are free to use the other ones. I only want to use command blocks, but if doing this on the server is better, what's the best way of doing this?

Best Answer

If your on a vannila sever there isn't much you can do, exept deoping everyone.

On Bukkit/Spigot servers you can use plugins like PermissionEx or GroupManager to allow or disallow commands for groups of players. Easier is to install plugins like DisableCommands the disallow commands for everyone.

Hope it helped :)