[Deleted] EconomyAPI

Status
Not open for further replies.

Josscoder

Member
Josscoder submitted a new resource:

EconomyAPI - A very easy way to manipulate the economy.

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
  • In the default settings, put your database credentials in the "mysql" section. Example:
mysql:
host: "localhost"
port: 3306
username: "jossc"
password: "12345"
dbname: "economyA3"...
Read more about this resource...
 

Josscoder

Member
Josscoder updated EconomyAPI with a new update entry:

YAML provider added and Code optimized

EconomyAPI
EconomyAPI, serves to manage, as its name indicates, an economy within your server / network

Configuration
In this version the YAML provider was added, in future updates, more will be added.

How to configure the YAML provider?
  • In the type of provider, in the default configuration, put: "yaml", and the plugin takes care of the rest.
provider: "yaml"
How to configure the...
Read the rest of this update entry...
 
Status
Not open for further replies.
Top