ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
162 stars 76 forks source link

Make it so it bypasses /pass verification if player's rank is too low to use /pass #734

Closed forkiesassds closed 7 months ago

forkiesassds commented 1 year ago

This leaves a security vulnerability but fixes an issue with improperly configured servers.

UnknownShadow200 commented 1 year ago

/pass already gets special treatment, so shouldn't be too much effort to also allow the command to execute without the usual command permission checking

forkiesassds commented 7 months ago

8c9f0e60ea6488806ad625755c7182d0ec6c7578 has solved the issue, although in a different way.