Hot Summer Deals are Here!
Celebrate with up to 90% off on 13,800 resources
04
Days
17
Hours
38
Mins
52
Secs

Coins v2.2

Define custom coins with configurable drops across many events, filtered to your needs.
  • Fixed currency not being formatted properly.
  • Added more API to the plugin, including BalanceChangeEvent.
  • 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.
108 Views
0 Purchases
1 Downloads
May 12, 2026 Published
Jun 11, 2026 Updated
Not yet rated
396.3 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) 141 ratings
4,187 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,121 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,056 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,804 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,573 purchases
Share and earn
Refer this resource and earn a 10% commission.
108 Views
0 Purchases
1 Downloads
May 12, 2026 Published
Jun 11, 2026 Updated
Not yet rated
396.3 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) 141 ratings
4,187 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,121 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,056 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,804 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,573 purchases
Top