promotional bannermobile promotional banner

EasyCoins

Abandoned
EasyCoins
<p>easycoins</p>

easycoins

Description

The easiest-to-use economy plugin

  • 1.8, 1.9, 1.10 compatible
  • This plugin adds abstract coins to your Minecraft server. You can manage it with some commands. Players can also earn some achivements by earning or spending coins. There is also an API for developers.

Commands

/coins
  • Opens GUI with list of commands
/coins add <player> <count>
  • Adds coins on the player's acconut
  • Permission: eas'ycoins.add
/coins take <player> <count>
  • Takes coins from the player's account
  • Permission:easyc'oins.take
/coins transfer <player> <target> <count>
  • Transfers coins from player's to target's account
  • Permission:easyco'ins.transfer
/coins balance
  • Shows your account's balance
  • Permission:easycoi'ns.balance
/coins potioneffects
  • Opens potion effects GUI shop (can be also opened in GUI with /coins)

API

Adding coins
  1. At first, it's recommended to check, if the player has an account. if (Coins.hasAccount(player)){}
  2. Use Coins.addCoins(player, count);
Taking coins
  1. The same as adding coins
  2. Use Coins.takeCoins(player, count);
Transfering coins
  1. The same as adding coins, but check, if the target has an account
  2. Use Coins.transferCoins(player, target, count);
Getting player's coins
  1. The same as adding coins
  2. Use Coins.getCoins(player);
Setting player's coins
  1. The same as adding coins
  2. Use Coins.setCoins(player, count);
Opening potion effects shop GUI
  1. Use PotionEffects.openPotionEffectsGUI(player);
Events
  • You can use these events:
  1. CoinsReceiveEvent
  2. CoinsTakeEvent
  3. CoinsTransferEvent
  4. FirstTenCoinsAchieveEvent

Metrics

  • You can disable Metrics in config.yml

TODO

  1. More commands
  2. Better API
  3. Better GUI
  4. Editable messages
  5. More achivements
  6. Bonuses for coins
  7. Shop

Video

Achivements

  • You can earn these achivements:
First 10 coins
  • You can earn this achivement by receiving your first 10 coins.

The EasyCoins Team

profile avatar
  • 21
    Projects
  • 24.4K
    Downloads

More from Forge_User_71195830View all