data folder - goflishMC/fabled-temp GitHub Wiki

๐Ÿ“ data โ€” Plugin Data Storage

The data folder is used internally by Fabled to store generated files, such as:

  • ๐Ÿงพ Player account backups
  • ๐Ÿ› ๏ธ Auto-saved skill or class data (from Web Editor exports)
  • ๐Ÿ—’๏ธ Debug logs and diagnostic files (if enabled)

This folder is typically safe to leave untouched unless directed by a developer or support staff.


๐Ÿ“‚ Location

/plugins/Fabled/data/

โš ๏ธ Notes

  • Files in this folder may be updated or replaced automatically.
  • Do not delete anything unless you're backing up or resetting the plugin.
  • If using SQL or external storage, this folder may be less populated.

๐Ÿ”— Related Pages