What is the Tokens plugin?
Tokens initially was developed for use in my private server, the idea was to give players a special currency "Tokens" that they can use to allocate to mcMMO Levels, faction power, or convert straight into money. I plan on adding support for many more plugins as the request come in, I will be keeping this plugin up-to-date.
Supported Plugins
- Most Factions Plugins (Factions, FactionsUUID, SaberFactions)
- mcMMO (Classic, Revived)
- BossShopPro
- ShopGUI+
- RankUp
- RankUp3
- CombatLogX
- PlaceholderAPI
- Any Vault Economy
- Prison
Want a plugin on this list? Let me know here, make sure to include a link to the plugin, what a token should be spent on, and any information you think I'll need to add it.
How do I Install it?
- Download from Spigot
- Drop into your plugins folder
- Run the server
- Edit config.yml inside of the plugins/Tokens folder
- /tokens reload
- Profit??
How do I add keys?
Checkout the keys.yml
file, there are three different example keys that you can look at.
Once you edit keys.yml
you can use /tokens reload to apply your changes in game,
What are the commands?
/tokens
(Used to show the player how many tokens they have)/tokens give <playerName> <tokenAmount>
(Used for players to give tokens to one another)/tokens add <playerName> <tokenAmount>
(Used to add a number of tokens to a player's tokens)/tokens remove <playerName> <tokenAmount>
(Used to remove a number of tokens from a player's tokens)/tokens set <playerName> <tokenAmount>
(Used to set a player's tokens to a number)/tokens reload
(Used to reload the config into the plugin)/redeem
(Command used to show help for redeeming tokens)/redeem <key>
(Command used to redeem a key)
What are the permissions?
tokens.use
(Recommended for all users /tokens)tokens.give
(Recommended for all users /tokens give)tokens.add
(Recommended for admins /tokens add)tokens.remove
(Recommended for admins/tokens remove)tokens.set
(Recommended for admins /tokens set)tokens.reload
(Recommended for admins /tokens reload)
What if I need support?
If it's a bug report or a plugin support request I use Github here If there's anything else I use the "Discussion" page on SpigotMC here