HomeJavaModsSimpleCoins API
SimpleCoins API
SimpleCoinsAPI.png SimpleCoinsAPI

I no longer support SimpleCoins. I released MoConomy, a way better economy system!
Click here: MoConomy


SimpleCoins API is a plugin, that allows developers to simply build a coins-system. The API has also a built in reward-system, that rewards players if they kill someone else, for example.

Features:
Planned Features:
GitHub:
https://github.com/GermanElectronix/SimpleCoins

If something is wrong or you have a suggestion, please let me know ;)

For developers:
Spoiler: Examples
Getting coins:
Code (Text):
Integer i;
i = SimpleCoinsAPI.getCoins(player);
Setting coins:
Code (Text):
Integer value = 100;
SimpleCoinsAPI.setCoins(player, value);
Adding coins:
Code (Text):
Integer amount = 100;
SimpleCoinsAPI.addCoins(player, amount);
Substracting coins:
Code (Text):
Integer amount = 100;
boolean temp = SimpleCoinsAPI.substractCoins(player, amount);

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

SimpleCoins API is a free Minecraft Java mod. Downloaded 2,248 times (via Spigot). Download it and open it directly in the game.

Explore more