ChestShop-3/src/main/java/com/Acrobot/ChestShop/UUIDs
Phoenix616 00fa83c56a
Improve UUID version handling (Fixes #382, #337)
This adds a new config option ENSURE_CORRECT_PLAYERID which lets one
 disable the check whether or not a player's UUID version matches the
 server's online/offline mode UUID version. Due to potential issues with
 offline players which might occur when this isn't checked disabling
 this can't really be supported and any issues should first be tested if
 they still occur with this option enabled.

This also forces the UUID to version 4 if the server runs in online mode
 as it should not be necessary in any normal setup to detect the UUID
 version dynamically in that case. (Dynamic detection is only necessary
 for offline mode which might potentially run behind a proxy)
2020-11-16 14:09:07 +01:00
..
NameManager.java Improve UUID version handling (Fixes #382, #337) 2020-11-16 14:09:07 +01:00
PlayerDTO.java Switch to thread-safe DTOs 2015-07-05 21:56:42 +02:00