Installation

Requirements

Bukkit

Sponge

  • Sponge
  • MySQL (>= 8) database

Step-by-step (Bukkit)

  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. Restart the server

Step-by-step (Sponge)

  1. Move the TotalEconomy-x.y.z.jar into the mods folder
  2. Start the server to generate the configuration file
    • Optionally, create the configuration beforehand (config/totaleconomy/totaleconomy.conf) using totaleconomy.conf 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. Restart the server