Setting up the plugin

This page will guide you through setting up the plugin.

Configuration setup

  1. Drop the plugin's .jar into your server's plugins folder.

  2. Start the server. The plugin will create all the necessary files in your plugins folder.

  3. IF YOU ARE USING MYSQL:

    1. Locate the plugin's config.yml file in plugins/PlantingAndEating/config.yml

    2. In the config.yml file, find the MySQL section and fill in the missing MySQL details.

    3. Once the host, database, port, username, password & ssl are set, restart your server.

    4. Your console should now show [com.zaxxer.hikari.HikariDataSource] PAEConnectionPool - Start completed. if you connected your Database correctly.

  4. IF YOU ARE NOT USING MYSQL:

    1. You are all good to go!

If you followed all of the steps, and everything worked, then you may now continue to configure the plugin further according to your tastes.

Last updated