Optional dependencies:
PlaceholderAPI
Vault[selectable]
PlaceholderAPI variable
%coins_balance% Displays the player's coin count
Instruction introduction:
/coins
/coins me View balance
/coins add <player> <quantity>
Give players the number of coins!
/coins remove <player> <quantity>
Deduct the number of player coins!
/coins set <player> <quantity>
Transfer coins to the player.
/coins pay <player> <quantity>
Set the number of player coins.
/coins reload Plug-in overloading
Permission setting:
coins.admin.* Have full access
coins.user Check balance
coins.admin.add Give coin
coins.admin.take Take the coin
coins.admin.set Set a coin
coins.admin.pay Transfer coins to the player
coins.admin.reload Plug-in overloading
Code (YAML):
#语言文件
#en英文,zh_cn中文
#Language files
#en English、zh_cn Chinese
language
: en
#prefix
#前缀
Prefix
: '&6 Coins >>'
#Here you can enable Vault to make this plugin manage all the Vault transactions.
Vault
:
#Enable or not
#是否启用
enable
: false
# Names used by vault for the currency.
# vault为货币使用的名称。
singular-name
: 'Coins'
plural-name
: 'Coins'
Settings:
Initial_balance
: 0