Installation
Requirements
Bukkit
Sponge
- Sponge
- MySQL (>= 8) database
Step-by-step (Bukkit)
- Move the
TotalEconomy-x.y.z.jarinto thepluginsfolder - Start the server to generate the configuration file
- Optionally, create the configuration beforehand using config.yml as a reference
- Update the configuration file with your database information
- For the database url, follow this structure:
jdbc:mysql://[host]:[port]/[database_name]
- For the database url, follow this structure:
- Restart the server
Step-by-step (Sponge)
- Move the
TotalEconomy-x.y.z.jarinto themodsfolder - Start the server to generate the configuration file
- Optionally, create the configuration beforehand (
config/totaleconomy/totaleconomy.conf) using totaleconomy.conf as a reference
- Optionally, create the configuration beforehand (
- Update the configuration file with your database information
- For the database url, follow this structure:
jdbc:mysql://[host]:[port]/[database_name]
- For the database url, follow this structure:
- Restart the server