Player data by UUID #25


Open
  • SpigotSlimeDog created this issue Feb 3, 2019

    Disease 3.0.3

    Thirst 2.8.8

     

    Player data should be stored by UUID, not playerName, in order to accommodate name changes.

    • ./plugins/Disease/players/PLAYERNAME.yml
    • ./plugins/Thirst/players/PLAYERNAMNE.txt

     

    should be

    • ./plugins/Disease/players/PLAYERUUID.yml
    • ./plugins/Thirst/players/PLAYERUUID.txt

     

     

  • SpigotSlimeDog edited description Feb 3, 2019

To post a comment, please login or register a new account.