CivClassic / NameLayer

Allows the creation of configurable player made groups in Minecraft. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
1 stars 19 forks source link

Fixed bug where blacklisted players could join password protected groups #13

Closed Falvyu closed 4 years ago

Falvyu commented 4 years ago

Prior to this commit, blacklisting players from password protected groups would have no effect as the JoinGroup command didn't check if said player was blacklisted or not.

Maxopoly commented 4 years ago

Please base against the civ14 branch

Maxopoly commented 4 years ago

Also you have to do the same in the GUI, not only the command

Maxopoly commented 4 years ago

Thanks for contributing