by TheySeeMeRolling
Currency is a simple, lightweight and yet very effective economy handling plugin. It provides a very easy API for the developer to use. Manage your whole server in-game money with this plugin!
Features:
- Very fast!
- API for developers
- /balance, /pay, /deposit commands
- Bank Note system (paper with money value right click to add to your balance)
- Add more features!
Registering our main economy class:
Code (Text):
Balance bal = Balance.getInstance();
Code (Text):
bal.get(player);
Code (Text):
bal.add(player, 1000);
Code (Text):
bal.withdraw(player, 100);
Code (Text):
bal.set(player, 2000);
Code (Text):
bal.transfer(player, target);
Code (Text):
bal.pay(player, target, 2000);
Code (Text):
bal.insufficient(player, 1000);[/FONT]
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.
Currency (Economy API) is a free Minecraft Java mod. Downloaded 2,320 times (via Spigot). Download it and open it directly in the game.