YouHaveTrouble / CommandWhitelist

You decide what commands players can use or tab complete on your server!
GNU General Public License v2.0
207 stars 22 forks source link

Be able to turn off the command blocker #54

Closed triesharder closed 2 years ago

triesharder commented 2 years ago

Is your feature request related to a problem? Please describe. My problem is that i need some way to manage tab completions without having to deal with the command blocker feature, there's no reason for me to use it if i got an permissions plugin

Describe the solution you'd like A command or switch in the config to be able to use the plugin only for tab completion management

Describe alternatives you've considered none

Additional context Add any other context or screenshots about the feature request here.

YouHaveTrouble commented 2 years ago

The general rule on this is - if you need to get rid of tab completion without getting rid of the ability to execute the command, you're doing something wrong. If you're trying to set the command to npc or gui, try making them execute console command instead of making player execute any. If you believe otherwise, consider alternatives :)