Skip to main content Installation
Requirements
Bukkit
Sponge
Step-by-step (Bukkit)
- Move the
TotalEconomy-x.y.z.jar
into the plugins
folder - 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]
- Restart the server
Step-by-step (Sponge)
- Move the
TotalEconomy-x.y.z.jar
into the mods
folder - Start the server to generate the configuration file
- Optionally, create the configuration beforehand (
config/totaleconomy/totaleconomy.conf
) using totaleconomy.conf as a reference
- Update the configuration file with your database information
- For the database url, follow this structure:
jdbc:mysql://[host]:[port]/[database_name]
- Restart the server