Josscoder
Member
Josscoder submitted a new resource:
EconomyAPI - A very easy way to manipulate the economy.
EconomyAPI - A very easy way to manipulate the economy.
Read more about this resource...EconomyAPI
EconomyAPI, serves to manage, as its name indicates, an economy within your server / network
Configuration
In this version there is only support to handle data from mysql. in the next update more will be added
mysql:
- In the default settings, put your database credentials in the "mysql" section. Example:
host: "localhost"
port: 3306
username: "jossc"
password: "12345"
dbname: "economyA3"...