-
Notifications
You must be signed in to change notification settings - Fork 41
Getting Started
smittywits edited this page Oct 22, 2024
·
1 revision
- Visit the Spigot pages for CodexCore and Fabled to acquire the stable versions of the plugins.
- Transfer the obtained Fabled and Codex plugin files to your server’s designated plugins directory.
- Start your server to generate essential folders and configurations required by the Fabled plugin.
Optionally, you can access development builds with more experimental features and updates through the Discord server.
- Open the
config.yml
file located within the /plugins/fabled/ directory. - Enable automated data saving by setting
auto-save
totrue
. - Adjust the frequency of data saving by modifying the
minutes
parameter (default is every 30 minutes).
- Activate MySQL integration by toggling
sql-database
totrue
. - Fill in MySQL database details under
sql-details
, including host address, port number, database name, username, and password. - You can synchronize data across multiple servers by adjusting the
delay
setting.
Remember to save any alterations made to the config.yml
file before restarting the server to enact the changes!
- Further refine your server’s setup by thoroughly exploring remaining configuration files.
- Explore Fabled’s extensive customization options to effectively manage your server's needs.
- Utilize Fabled’s Dynamic Editor to craft unique skills and classes seamlessly integrated within the plugin.
- Making Your First Class
- Making Your First Skill
- Consider other plugin integrations such as Fabled Parties and Fabled Enchants.