literalplus / commandblockerultimate

Blocks commands and does it well, or at least it thinks so. Compatible with BungeeCord and Spigot!
http://j.l1t.li/cmdblk
GNU General Public License v2.0
6 stars 5 forks source link

Block commands per-server #10

Open literalplus opened 9 years ago

literalplus commented 9 years ago

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

As requested here: http://www.spigotmc.org/threads/command-blocker-ultimate.9602/#post-405366