-
Notifications
You must be signed in to change notification settings - Fork 51
players folder
goflishMC edited this page Apr 21, 2025
·
1 revision
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).
/plugins/Fabled/players/
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.