An update has been implemented to introduce the capability of saving and retrieving specific player information. The player's name, UUID, location, inventory, and experience are now persisted in a JSON format.
To initiate the saving process for a particular player, execute the following command:
/atsaveplayer <PlayerName>
To restore all player data, execute the following command:
/atloadplayer <PlayerName>
Please note that the JSON file will be deleted upon restoration, and the player will be teleported to their previously saved location.