Player cant acces ther region after updating to UUID
LadyCailinBot opened this issue · 3 comments
WORLDGUARD-3222 - Reported by nicecube
After updating to Spigot 1.8 And WorldGuard SnapShot 6 all region are updated to UUID insted of players name. Im on bugeecord(Online) and all my servers is in OffLine mode. Player cant acces ther region i have to add player again on the region (/manuadd player region) after that i look on the region.yml and the uuid is not the same.
Comment by i9hdkill
You forgot to put bungeecord to true in spigot.yml I guess
Comment by Станислав.Усенков
Hello, I use server in online mode but both server and clients are modified to limit thier connections to the internet. I have my own db of uuids and players connecting on the server can have or not have their official uuids.
I have successfully migrated from WG 5 (yaml) to WG 6 (sql) and checked the consistency of region_players
and user
tables. But I have a trouble:
Player connecting to the server owns a region. In user
table I have a record with his uuid and name. So, I expect that WG should recognize the fact that player with this uuid is owner of region.
But this uuid is not created by mojang. WG making bulk request (to update names?) and somehow player is not owning the region.
Comment by sk89q
@Станислав.Усенков Can you make a new ticket?
@nicecube Does @i9hdkill's suggestion work?