English:
The CoinsAPI is a plugin for managing coins, as well as an API for developers.
- MySQL Support(Status: Coming....)
- API(Status: Ready!)
- Config(Status: Ready!)
Spoiler: Set English in Config
English: true
Prefix: '&7[&6System&7] '
MySQL enable: false
MySQL:
host: host
port: 13306
database: db
user: root
password: password
Prefix: '&7[&6System&7] '
MySQL enable: false
MySQL:
host: host
port: 13306
database: db
user: root
password: password
Commands:
/coins - to see your coins
/coins help - to see the help-site - Permission: 'coinsapi.help '
/coins <player/uuid> - to see the coins from the uuid/player
/coins add <player/uuid> <coins> - to add the coins to the player/uuid - Permission: ' coinsapi.admin '
/coins remove <player/uuid> <coins> - to remove the coins from the player/uuid - Permission: ' coinsapi.admin '
German:
Die CoinsAPI ist ein Plugin für das Verwalten von Coins, außerdem enthält sie eine API für Entwickler.
- MySQL Support(Status: Kommt....)
- API(Status: Fertig!)
- Config(Status: Fertig!)
Commands:
/coins - um deine Coins zu sehen
/coins help - um die Help-Seite zu sehen - Permission: 'coinsapi.help'
/coins <player/uuid> - um die Coins von dem/der Player/UUID zu sehen
/coins add <player/uuid> <coins> - um dem/der Player/UUID Coins zu geben - Permission: 'coinsapi.admin'
/coins remove <player/uuid> <coins> - um dem/der Player/UUID Coins entfernen - Permission: 'coinsapi.admin'
German YT Video:
=========================================================================================================
API:
//== To add the coins by UUID/Name ==\\
Code (Text):
CoinsAPI.addCoinsbyUUID(player /*Can be null*/, uuuid, coins);
CoinsAPI.addCoinsbyName(player /*Can be null*/, name, coins);
CoinsAPI.addCoinsbyName(player /*Can be null*/, name, coins);
//== To remove the coins by UUID/Name ==\\
Code (Text):
CoinsAPI.removeCoinsbyUUID(player /*Can be null*/, uuuid, coins);
CoinsAPI.removeCoinsbyName(player /*Can be null*/, name, coins);
CoinsAPI.removeCoinsbyName(player /*Can be null*/, name, coins);
//== To get the coins from UUID/Name ==\\
Code (Text):
CoinsAPI.getCoinsbyUUID(uuuid);
CoinsAPI.getCoinsbyName(name);
CoinsAPI.getCoinsbyName(name);
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- 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.
CoinsAPI - Outdated / No Updates is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 935 times (via Spigot). Download it and open it directly in the game.