Currency APIThis plugin is only useful for developers, this plugin does nothing on its own. This resource uses MySQL to store the player's currency so be sure to have a MySQL server when using this.
Plugins Using this API: Bounty
GET
Code (Text):API.getCurrency(player);
ADD
Code (Text):API.addCurrency(player, amount);
REMOVE
Code (Text):API.removeCurrency(player, amount);
SET
All of the methods above should be self explanatory for what they do.Code (Text):API.setCurrency(player, amount);
This plugin has a Join Event made inside of it which adds the player to the MySQL table.
This below is the config, make sure you change the details to your MySQL Server Details.
Code (Text):
#Default MySQL Config! WARNING DONT DELETE ANY OF THESE SECTIONS! If you dont have a password replace "password" with ''
MySQL:
Hostname: localhost
Port: 3306
Database: Server
Username: root
Password: password

Currency API 1.1
MySQL Currencies!