TokenManager icon

TokenManager -----

An ultimate token management plugin with amazing features.



[​IMG]
TokenManager is a simple economy plugin with fully configurable shops, sell hand command, worth command, top command, and much more.

[​IMG]


[​IMG]
[+] Highly simplified commands & permissions.
[+] 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]
[+] Evaluate an item or an inventory! /token worth [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!

[​IMG]

[​IMG]
[​IMG]

config.yml
lang.yml
shops.yml
worth.yml



[​IMG]

[​IMG]

/token (/tokens)
[​IMG]

/tm (/tokenmanager)

[​IMG]

/token top

[​IMG]

/token balance <username>
[​IMG]

/token shops
[​IMG]

/tm giveall <amount>
[​IMG]


[​IMG]


Vault Hook in Action!


[​IMG]

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

[​IMG]

Thanks for downloading my resource! Found an issue? Join my discord to get it fixed as soon as possible!
[​IMG]
If above link doesn't work, use https://discord.gg/RNy45sg
Resource Information
Author:
----------
Total Downloads: 67,350
First Release: Jun 24, 2015
Last Update: Apr 26, 2023
Category: ---------------
All-Time Rating:
123 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings