The #1 Tokens plugin on the market!
PRICE SET TO INCREASE ONCE V2.0 IS RELEASED
Make sure to purchase soon if interested!
ElementalTokens is a custom currency based off "Tokens", which can be obtained through mining blocks! This currency can be used to purchase exclusive items and rewards from the Token Shop!
Perfect for Prison and Skyblock servers!
Features:
Automatically redeem tokens:
Withdraw tokens:
Give tokens:
Display the top 10 token balances:
Commands and Permissions:
Code:
Default:
Command: All default token commands
Permission: elementaltokens.default
Description: Access all default token commands
Command: /tokens balance
Permission: elementaltokens.balance
Description: View your own token balance
Command: /tokens balance <Player>
Permission: elementaltokens.balance.others
Description: View another player's token balance
Command: /tokens shop
Permission: elementaltokens.shop
Description: Access the Token Shop
Command: /tokens withdraw <Amount>
Permission: elementaltokens.withdraw
Description: Withdraw tokens from your balance
Command: /tokens pay <Player> <Amount>
Permission: elementaltokens.pay
Description: Send payments of tokens to another player
Command: /tokens top
Description: Display the top 10 token balances
Command: /tokens version
Description: View the current version of the plugin
Admin:
Command: All default and admin token commands
Permission: elementaltokens.admin
Description: Access all default and admin token commands
Command: /tokens give <Player> <Amount>
Permission: elementaltokens.admin
Description: Give a player the physical token item
Command: /tokens add <Player> <Amount>
Permission: elementaltokens.admin
Description: Add tokens to a player's account
Command: /tokens remove <Player> <Amount>
Permission: elementaltokens.admin
Description: Remove tokens from a player's account
Command: /tokens set <Player> <Amount>
Permission: elementaltokens.admin
Description: Set the amount of tokens a player has
Command: /tokens reload
Permission: elementaltokens.admin
Description: Reload the configuration files
Placeholders:
Code:
PlaceholderAPI:
%elementaltokens_balance%
%elementaltokens_balance_formatted%
MVDWPlaceholders:
{papi_elementaltokens_balance}
{papi_elementaltokens_balance_formatted}
API:
Code:
https://www.spigotmc.org/resources/tokenapi-for-elementaltokens.97671/
//To access the API, simply put the following code in your Main class
private TokenAPI tokenAPI;
public TokenAPI getTokenAPI() {
if (tokenAPI == null) {
ElementalTokens tokens = (ElementalTokens) this.getServer().getPluginManager().getPlugin("ElementalTokens");
tokenAPI = tokens.getTokenAPI();
}
return tokenAPI;
}
TokenDropEvent | This event gets called when a player receives a token
If you have any questions or concerns about this resource, feel free to contact me via private messages or join my support discord and @ me https://discord.gg/Qqf8BfN
Goals:
✔ 1 Purchase
✔ 10 Purchases
✔ 50 Purchases
✘ 100 Purchases
✘ 500 Purchases
✘ 1000 Purchases