ElgarL / GroupManager

The original permission plug-in for Spigot/Bukkit.
https://elgarl.github.io/GroupManager/
GNU General Public License v3.0
80 stars 36 forks source link

[Tab complete i fu**ed] #9

Closed MrmaximoExcssum closed 4 years ago

MrmaximoExcssum commented 4 years ago

Paper 1.16.1 non op players can see all commands + more wierd tabcomplete bugs

ElgarL commented 4 years ago

The ability to see commands is a feature of Spigot via command permissions. As all commands now register individually they are now controlled by that API. I'd be interested in what other tab-complete issues you have.

ElgarL commented 4 years ago

I've updated the 2.5-SNAPSHOT so it correctly registers all GM perms allowing Spigot to restrict the commands accessed. GM will now remove a command from those offered in tab-complete if the player doesn't have the perm. GM will now restrict access to ALL plug-in commands (tab-complete) for ALL plug-ins that correctly register their command permissions.

If you have any further issues please open a new ticket, or respond to this one if the issue is not fixed.