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

List blocked commands? #26

Open MichaelMBrown opened 7 years ago

MichaelMBrown commented 7 years ago

If there is an option to, but not needed, be able to /cbu list to list all blocked commands. And, if possible a way to customize how that is outputted as well as a permission to use that command, Thanks so much!

literalplus commented 7 years ago

Hi! Thanks for your suggestion. That would indeed be a sensible thing to add after the ingame command addition and removal from last release.

One question does arise though: Why do you need the output configurable? I would implement that as a simple list of command names, separated by commas or line breaks. Further, I would personally keep a single permission for the admin command for simplicity. As usual, I can be convinced with good use cases.