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:
- Optimized for Spigot 1.8
- Fast: Optimized for best performance
- Efficient Caching System (Reduces database load)
- Auto-Database-Preparation: Prepares your database automagically
- Supports the latest Spigot build
- Supports Java 7 and 8
- Vault support
- Support for multiple languages
- Bank accounts
- Your suggestions
https://github.com/GermanElectronix/SimpleCoins
If something is wrong or you have a suggestion, please let me know
For developers:
Spoiler: Examples
Getting coins:
Setting coins:
Adding coins:
Substracting coins:
Code (Text):
Integer i;
i = SimpleCoinsAPI.getCoins(player);
i = SimpleCoinsAPI.getCoins(player);
Code (Text):
Integer value = 100;
SimpleCoinsAPI.setCoins(player, value);
SimpleCoinsAPI.setCoins(player, value);
Code (Text):
Integer amount = 100;
SimpleCoinsAPI.addCoins(player, amount);
SimpleCoinsAPI.addCoins(player, amount);
Code (Text):
Integer amount = 100;
boolean temp = SimpleCoinsAPI.substractCoins(player, amount);
boolean temp = SimpleCoinsAPI.substractCoins(player, amount);
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.