Skip to content

RefineDevelopment/RefineCoins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coins

MongoDB

Coins is a simple, easy to use, economy system that can be used with MongoDB or Flat-File

The Team

Contact

Installing

  1. Download the jar from releases
  2. Put the jar in your server.
  3. Edit the configuration files to your liking.

Usage

RefineCoinsAPI#getCoins(UUID uuid) throws IllegalArgumentException : Returns the amount of coins a profile has. 
RefineCoinsAPI#setCoins(UUID uuid, int coins) throws IllegalArgumentException : Returns nothing.