MintTokens
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: folia paper
标签: economy game-mechanics utility
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
- Download the plugin jar
- Place it in your server's plugins folder
- Install Vault
- (Optional) Install PlaceholderAPI
- Start the server once to generate the config files
Commands
- /tokens (Shows your token balance.)
- /tokens pay (Send tokens to another player.)
- /tokens top (Shows the top 10 richest players.)
Admin commands:
- /tokens add
- /tokens remove
- /tokens set
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.
请登录后举报
暂无评论,抢个沙发吧~