Coins v2.1

Define custom coins with configurable drops across many events, filtered to your needs.
  • Added support for the plugin to integrate a Vault economy.
  • Added the possibility to store currency balance to YAML, MySQL, or MariaDB.
  • Added command logic 'balance' to get the balance of a currency; can be used in commands.yml.
  • Improved command complete suggestions.
  • Renamed the command logic 'coins' to 'mintage', and changed the default labels to /mintage and /mint.
  • Renamed and improved '/coins give (coin)' to '/mintage create (coin) (amount)'.
  • Added '/mintage drop' to drop defined coins in a location.
  • Renamed the currency id 'vault_balance' to 'vault' by default.

The following can be added to currencies.yml:

Code:
# Settings when storage is used. Balances are not handled by Coins by default. Only if you
#  enable integration (per currency), it will use these settings.
storage:
  # This connection will be used when using 'sql' as storage for a currency.
  sql:
    enabled: false # don't forget to enable if used
    url: 'jdbc:mysql://localhost:3306/coins' # 'coins' here is the database name
    username: 'root'
    password: 'p4ssw0rd'

The following can be added to a currency in currencies.yml:

Code:
#currencies:
#  'vault':
    # Whether this plugin should manage and store the currency. This plugin will then take
    #  care of its storage. The storage can either be to file, or SQL. When using 'file',
    #  balances are stored in Coins/storage/balances/{currency_id}/{player_uuid}.yml. With
    #  SQL, additional settings (host, port, etc.) need to be configured at 'storage' at
    #  the top of the config.
    integration:
      # Setting from 'true' to 'false' requires a server restart, to give other plugins a
      #  chance to integrate the plugin.
      enabled: false
      storage: 'file' # or 'sql'

The following can be added to commands.yml:

Code:
#commands:
  'balance':
    # Command /balance is disabled by default, because it is usually handled by another
    #  plugin by default.
    enabled: false
    labels: ['balance', 'money']
    permission: 'coins.command.balance'

Also note that the command logic 'coins' was renamed to 'mintage', so you will have to change that command as well. This is the default now, instead of 'coins':

Code:
#commands:
  'mintage':
    enabled: true
    labels: ['mintage', 'mint']
    permission: 'coins.command.mintage'
Buy a license now
$9.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
96 Views
0 Purchases
1 Downloads
May 12, 2026 Published
May 23, 2026 Updated
Not yet rated
395.2 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Economy
  1. Mobs
  1. Reward
Game mode
  1. Survival
  1. Economy
Supported software
  1. Spigot
  1. Paper
  1. Folia
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
Supported languages
  1. English
Creator
Owner
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,162 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,078 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,020 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,798 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,569 purchases
Share and earn
Refer this resource and earn a 10% commission.
96 Views
0 Purchases
1 Downloads
May 12, 2026 Published
May 23, 2026 Updated
Not yet rated
395.2 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Economy
  1. Mobs
  1. Reward
Game mode
  1. Survival
  1. Economy
Supported software
  1. Spigot
  1. Paper
  1. Folia
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
Supported languages
  1. English
Creator
Owner
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,162 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,078 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,020 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,798 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,569 purchases
Top