Installation

Requirements

  • Spigot/Paper
  • Vault
  • MySQL (>= 8) database
    • Execute the SQL in schema.sql to setup your schema (NOTE: This will be automated in a future release)

Step-by-step

  1. Move the TotalEconomy-x.y.z.jar into the plugins folder
  2. Start the server to generate the configuration file
    • Optionally, create the configuration beforehand using config.yml as a reference
  3. Update the configuration file with your database information
    • For the database url, follow this structure: jdbc:mysql://[host]:[port]/[database_name]
  4. Execute all the SQL in resources/schema.sql against the database you plan on using for Total Economy
  5. Restart the server