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:
- Navigate to the Skills or Classes tab
- Select the file you want to export
- Press the 💾 Save button
- 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:
-
Restart the server or run
/fabled reload
-
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