Player name on shops changes to (playername):0
jugxd opened this issue ยท 1 comments
Plugin Version
Plugin Config
Server Version
Server Log
[The full latest.log file, especially important if you have a stack trace]
What other plugins are you running?
What is happening?
If normal users (not opped players) create their shops, their name on the first lines turns into (playername):0
What did you expect to happen?
I was expecting this to happen.
Additional context
Apparently, I can open the one with (playername):0
But, can't on the original one.
My server is on offline mode.
This is expected behavior in order to be compatible with name changes. Basically if a player has used that name before with a different UUID then it will get appended by a unique identifier to properly identify both players. If you really want to drop the old player then edit the users.db SQLite database file directly and update the non-identifier name with the UUID of the new player.
Also I highly suggest updating to the latest builds of both ChestShop and Paper ;)