03-21-2016, 10:21 PM
Why is there a list of playernames? Is it possible for two players to "claim" the same block?
I'd personally have used a different index ordering, specifying the world name first, but that's a matter of taste.
You should definitely not use a player name, though - accounts can be renamed nowadays, you should use the UUID instead - that is guaranteed to stay the same.
I'd personally have used a different index ordering, specifying the world name first, but that's a matter of taste.
You should definitely not use a player name, though - accounts can be renamed nowadays, you should use the UUID instead - that is guaranteed to stay the same.