exporting files - magemonkeystudio/fabled GitHub Wiki

📤 Exporting Files

Once you’ve created skills, classes, and attributes using the Fabled Web Editor, you’ll need to export them and apply them to your Minecraft server running the Fabled plugin.


💾 Saving Individual Files

Each skill or class can be saved separately:

  1. Navigate to the Skills or Classes tab
  2. Select the file you want to export
  3. Press the 💾 Save button
  4. This will download the file to your device

📁 Where to Place Them:

  • Skills.../plugins/Fabled/dynamic/skill/

  • Classes.../plugins/Fabled/dynamic/class/

Files must retain their .yml extension and valid YAML formatting.


📦 Backing Up All Files

The Backup All button downloads a full bundle of your editor content:

  • Located in the floating action wheel (bottom right)
  • Downloads:
    • skills.yml
    • classes.yml
    • attributes.yml

📁 Where to Place Them:

  • skills.yml.../plugins/Fabled/dynamic

  • classes.yml.../plugins/Fabled/dynamic

  • attributes.yml.../plugins/Fabled

⚠️ These files are not uploaded automatically. You must transfer them to your server manually.


🔄 Applying Files to Your Server

After placing your files:

  1. Restart the server or run /fabled reload

  2. Your skills, classes, and attributes should now be active in-game.


🧠 Tips

  • Backup your old files before overwriting
  • Use folders in the editor to keep large projects organized
  • Make sure your files are saved with UTF-8 encoding and proper indentation
  • Watch the startup log to verify that skills and attributes loaded correctly

🔗 Related Pages