A fully open-source and free Minecraft plugin that introduces a token-based currency system, perfect for in-game shops, rewards, and events.
✅ Custom Placeholder – %pyrextoken_token_value%
(Requires PlaceholderAPI)
✅ Player Token Management – /pyrextoken add/set/remove [player] [amount]
✅ Balance Command – /pyrextoken balance
(Players can check their own balance)
✅ Storage Options – Choose between file storage and MySQL (Coming Soon!)
✅ Admin Commands & Permissions – Only authorized players can modify token balances
✅ Instant Plugin Reload – /pyrextoken reload
to apply config changes without restarting
✅ Future Multi-Language Support (Coming Soon!)
✅ Shop Integration – Works with external shop plugins using tokens as currency
- Download the latest release from the Releases page.
- Drop the
.jar
file into yourplugins
folder. - Start your server to generate the
config.yml
file. - Configure your storage mode (File or MySQL) in
config.yml
. - Install PlaceholderAPI (Required for placeholders to work).
Command | Description | Permission |
---|---|---|
/pyrextoken balance |
Check your token balance | (Everyone) |
/pyrextoken add [player] [amount] |
Add tokens to a player | pyrextoken.admin.manage |
/pyrextoken remove [player] [amount] |
Remove tokens from a player | pyrextoken.admin.manage |
/pyrextoken set [player] [amount] |
Set a player’s token balance | pyrextoken.admin.manage |
/pyrextoken reload |
Reload the config file | pyrextoken.admin.reload |
/pyrextoken version |
Show plugin version | (Everyone) |
/pyrextoken help |
Show help menu | (Everyone) |
Required for placeholders to work!
- Use
%pyrextoken_token_value%
to display a player’s token balance. - Example: Add it to the scoreboard, tablist, or chat formatting plugin.
Check out the full changelog here for recent updates, bug fixes, and upcoming features!
This project is open-source and released under the MIT License.
🚀 Enjoy the plugin? Star the repo! ⭐