MintTokens
A simple Paper/Folia token economy plugin for 1.21.x
MintTokens
MintTokens
MintTokens is a lightweight token economy plugin for Paper and Folia 1.21.x servers.
It provides a simple whole-number token system that players can earn, transfer, and use across your server. MintTokens also integrates with Vault and supports PlaceholderAPI.
Features
- Simple whole-number token economy - Player transfers with /tokens pay - Admin balance management (add, remove, set) - Top balance leaderboard - SQLite or YAML storage - Vault economy support - PlaceholderAPI support - Paper & Folia compatible
Requirements
- Java 21 - Paper or Folia 1.21.x - Vault
Optional: - PlaceholderAPI
Installation
1. Download the plugin jar 2. Place it in your server's plugins folder 3. Install Vault 4. (Optional) Install PlaceholderAPI 5. Start the server once to generate the config files
Commands
- /tokens (Shows your token balance.) - /tokens pay <player> <amount> (Send tokens to another player.) - /tokens top (Shows the top 10 richest players.)
Admin commands:
- /tokens add <player> <amount> - /tokens remove <player> <amount> - /tokens set <player> <amount>
Permissions
- minttokens.use — Use /tokens - minttokens.pay — Use /tokens pay - minttokens.top — View the leaderboard - minttokens.admin — Admin commands
Default:
use, pay, top → enabled
admin → OP only
Storage
MintTokens supports two storage types:
SQLite (default) plugins/MintTokens/minttokens.db
YAML plugins/MintTokens/balances.yml
PlaceholderAPI
Available placeholders:
- %minttokens_balance% - %minttokens_top_1_name% through %minttokens_top_10_name% - %minttokens_top_1_amount% through %minttokens_top_10_amount% - %minttokens_top_1_balance% through %minttokens_top_10_balance%
If a top slot does not exist, the placeholder returns an empty string.