#Blocking Commands
1 messages · Page 1 of 1 (latest)
Yes there're tons of plugin for block cmds seperately
For example, CommandDefender
If you have no other requirements such as ban by world, this one is a good choice for you.
Or you can write a simple plugin by yourself. You can have a look at org.bukkit.event.player.PlayerCommandPreprocessEvent, if the commands from the event fits your requirements, you can cancel the event.
commandefender works great!