To give you an alternative to rewarding your players with money, I am going to implement a token shop directly in the GameBox gui, where you will be able to sell permissions and Items.
I added a Token-button in the GUI to display the players number of Tokens and added the needed methods and messages for the games.
- You can change the Token buttons display name in the language file
- You can change the message the player will get when winning tokens in the language file
- If you do not want to use this feature, opt out with "economy.tokens.enabled: false". This will prevent any winning of tokens and will also hide the token button in the gui.
Update your Games to 2.1.0 to start giving out tokens.
unimportant changes:
- Cleaned up the Main class
- Removed unused Classes
- Continued working on MySQL support (Sorry, still disabled)