#Blocking Commands

1 messages · Page 1 of 1 (latest)

astral cloud
#

So aside from using permissions to deny players access to commands, is there a way to block commands from players?

I tried using the WorldGuard flag "blocked-cmds" and strangely it isn't working for the plugin commands I'm trying to block.

I don't know, hopefully someone has a way to block commands from players.

rain zinc
#

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.

brave kettle
#

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.

astral cloud
#

commandefender works great!