COINS
A simple plugin to store coins per player, based on mysql storage.
FEATURES
MYSQL SUPPORT
PLACEHOLDERAPI SUPPORT (NO ECLOUD DOWNLOAD REQUIRED)
DEPENDENCIES
PLACEHOLDERAPI:
https://www.spigotmc.org/resources/placeholderapi.6245/
A MYSQL DATABASE:
https://www.mysql.com
COMMANDS
setcoins:
description: Set the coin balance of a player
usage: /setcoins <player> <amount>
addcoins:
description: Add coins to a player's balance
usage: /addcoins <player> <amount>
removecoins:
description: Remove coins from a player's balance
usage: /removecoins <player> <amount>
resetcoins:
description: Reset a player's coin balance to 0
usage: /resetcoins <player>
balance:
description: Allows the player to check the balance
usage: /balance
PERMISSIONS
coins.reload:
description: Manages the coins globally
default: op
coins.player:
description: Allows players to check their balances
default: op
PLACEHOLDERS
%COINS% used to display the current coins balance.
Can be changed on the config.yml
SETUP
I. Upload the JAR file for this plugin into your server's plugin folder & restart the server once the upload is done.
II. Change the values for the MYSQL credentials on the config.yml file & restart the server to allow the plugin to connect to it.
III. Add the %coins% placeholder into your scoreboard, sign or TAB to allow the players to view their balance.