players folder - goflishMC/fabled-temp GitHub Wiki

👤 players Folder

The players folder stores internal player progression data used by Fabled. This includes everything related to player accounts, such as:

  • ✅ Class and group levels
  • ✅ Experience and progression
  • ✅ Skill and attribute points
  • ✅ Class selections and switches

Each file corresponds to a single player, based on their UUID, and tracks progress across all groups (like class, race, or custom-defined groups).


📂 Folder Location

/plugins/Fabled/players/

⚠️ Do Not Edit

These files are automatically managed by the plugin. You should not edit or delete them unless explicitly instructed by a developer or support team.

Modifying these files while the server is running can result in data corruption or loss of player progress.


🔗 Related Pages