Remember and verify player XUIDs (controlled by player.verify-xuid in pocketmine.yml)

This commit is contained in:
Dylan K. Taylor
2021-02-05 14:42:57 +00:00
parent c5bdd7dd64
commit 78a62a8b27
2 changed files with 25 additions and 2 deletions

View File

@ -100,6 +100,9 @@ debug:
player:
#Choose whether to enable player data saving.
save-player-data: true
#If true, checks that joining players' Xbox user ID (XUID) match what was previously recorded.
#This also prevents non-XBL players using XBL players' usernames to steal their data on servers with xbox-auth=off.
verify-xuid: true
anti-cheat:
#If false, will try to prevent speed and noclip cheats. May cause movement issues.
allow-movement-cheats: true