playerData.yml
The playerData.yml
file is a storage file.
This file stores different sets of player data, such as zombie kills, and health settings.
The file will look like this:
If you try to change the parameter names (i.e. zombie_kills
), then the plugin will register the parameter as missing and will create a new line. This will reset the count.
You can update the player's data, but this file is otherwise not configurable.
FUTURE UPDATES: This file may be converted into a JSON storage file in a future update.
The data contained in this file would be converted automatically.
Last updated