Save, retrieve, and manipulate per-player data fields
GUIPlus includes a built-in player data storage system that lets you save, retrieve, and manipulate per-player data fields. This enables features like bank balances, kill counters, quest progress, and any custom data you need.
⚙ How It Works
Player data is stored in plugins/GUIPlus/playerData.yml, keyed by player UUID. Each player can have any number of custom fields with string or numeric values.
Storage Format
d290a6cf-1234-5678-90ab-cdef12345678:deposited:1500kills:25rank:goldcustom-note:Hello World
💾 Saving Data
Use the save-player-info click event to save data fields: