Skip to main content 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
- 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]
- Execute all the SQL in resources/schema.sql against the database you plan on using for Total Economy
- Restart the server