Skip to content
smittywits edited this page Oct 22, 2024 · 1 revision

Download and Install Fabled and CodexCore

  1. Visit the Spigot pages for CodexCore and Fabled to acquire the stable versions of the plugins.
  2. Transfer the obtained Fabled and Codex plugin files to your server’s designated plugins directory.
  3. 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.

Configure Plugin Settings

  1. Open the config.yml file located within the /plugins/fabled/ directory.
  2. Enable automated data saving by setting auto-save to true.
  3. Adjust the frequency of data saving by modifying the minutes parameter (default is every 30 minutes).

Optionally, Fabled supports MySQL by configuring the MySQL settings.

  1. Activate MySQL integration by toggling sql-database to true.
  2. Fill in MySQL database details under sql-details, including host address, port number, database name, username, and password.
  3. 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!

Next Steps

Clone this wiki locally