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

Automatic whitelist #55

Closed triesharder closed 2 years ago

triesharder commented 2 years ago

Describe the solution you'd like Would be nice to have an option to allow tab completion only for the commands that the player has permission to use

YouHaveTrouble commented 2 years ago

This entire issue is why CW exists at all. Imagine a world where if player does not have permission to the command, that command does not tabcomplete. This is our world. this is default command behavior in minecraft. The thing breaking that behavior are plugin developers who refuse to register command permissions properly. You're right, it would be nice if they did. The reality is that they don't and there is no reliable way to tell how they implemented permission check for their command.