With the bungee plugin, it should be possible to block commands specifically per-server. So, for instance, you want to block /help on pvp, but not on kitpvp.
Configuration could be implemented like this:
per-server-blocked:
- pvp:
- help
- kill
- plots:
- -pl #allows /pl on this server
With the bungee plugin, it should be possible to block commands specifically per-server. So, for instance, you want to block
/help
onpvp
, but not onkitpvp
.Configuration could be implemented like this:
As requested here: http://www.spigotmc.org/threads/command-blocker-ultimate.9602/#post-405366