Wrong UUID is retrieved
r4nx opened this issue ยท 2 comments
WorldEdit Version
7.2.10
WorldGuard Version
7.0.7
Platform Version
git-Paper-274
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of WorldGuard compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
First of all, the server is running in offline mode, I guess it matters here. Player Il_Magellano claimed the region with /rg claim
and complained he couldn't access it. I've checked the /rg info
, there was his name in owners list, but at the same time /rg list -p Il_Magellano
was empty.
Then I looked into regions.yml
, found the region and the owner UUID was totally different - 594ed714-aba5-3204-960d-b196bf0cd60b
, it doesn't appear anywhere on the server, while his real UUID is ab473d9f-21a9-3790-8fb1-dedd22f14648
.
I changed the UUID manually, reloaded WorldGuard and the player gained access to his region. Meanwhile, profiles.sqlite
contained the following:
Expected Behavior
Correct UUID retrieval
Reproduction Steps
Unknown, maybe claiming the region with this particular name and offline mode enabled will reproduce the bug
Optional WorldGuard-Report
No response
Anything Else?
No response