Brianetta / StickyLocks

New locking plugin for Bukkit. Database/UUID/tool/command driven (default tool is a stick).
GNU General Public License v3.0
4 stars 3 forks source link

Player names can be duplicated in the database, preventing access #6

Open Brianetta opened 6 years ago

Brianetta commented 6 years ago

Especially when a player has been on the server while it has been both in online and offline mode, but also potentially as a result of players changing their names. Can cause players to appear to have access, but be unable to make use of it, since the database query has selected the other UUID.

UUIDs are never duplicated.

Brianetta commented 6 years ago

Work-around at present is to remove or rename the offending player record in the player table.