- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- Source Code:
- https://github.com/Realizedd/TokenManager
- Donation Link:
- http://donate.realized.me
TokenManager is a simple economy plugin with fully configurable shops, sell hand command, worth command, top command, and much more.
[+] Highly simplified commands & permissions.[+] Evaluate an item or an inventory! /token worth [all]
[+] Highly customizable shops with many options available for you to use! /token shop
[+] Exchange held item or the entire inventory for tokens! /token sell [all]
[+] Top balances! /token top
[+] Automatically updating configuration files with highly detailed comments.
[+] MySQL support! Cross-server token balance syncronization.
[+] Support for offline mode servers.
[+] A useful API for developers.
[+] Vault support. You can use TokenManager as your server's economy!
[+] Placeholders support!
config.yml
lang.yml
shops.yml
worth.yml
/token (/tokens)
![]()
/tm (/tokenmanager)
/token top
/token balance <username>
/token shops
/tm giveall <amount>
Vault Hook in Action!
Code (Text):
// Accessing the API
final TokenManager tokenManager = (TokenManager) Bukkit.getPluginManager().getPlugin("TokenManager");
final Player player = Bukkit.getPlayerExact("Realized");
// Setting token balance of a player
tokenManager.setTokens(player, 100);
// Getting token balance of a player
final long balance = tokenManager.getTokens(player).orElse(0);
// Adding token to an offline player
tokenManager.addTokens(UUID#toString(), 1000);
// Reloading the plugin
if (tokenManager.reload()) {
System.out.println("Successful reload");
} else {
System.out.println("Reload failure");
}
Metrics
Thanks for downloading my resource! Found an issue? Join my discord to get it fixed as soon as possible!
If above link doesn't work, use https://discord.gg/RNy45sg

TokenManager 3.2.5
An ultimate token management plugin with amazing features.
Recent Updates
- 3.2.5 - Top tokens placeholders, cancel permission & more! Apr 6, 2020
- 3.2.4 - /token sell all, /token worth all & bug fixes Jul 20, 2019
- 3.2.3 - 1.14 support & new options May 21, 2019