This is a Minecraft plug-in to remotely manage your Azuriom money from your players registered on your website. Usefull to integrate with game mechanics to reward users with your site's currency for completing tasks or whatever.
- View your current balance
- View other player's balance
- Add money to player's balance
- Remove money from player's balance
- Set money to player's balance
Command | Usage | Permission |
---|---|---|
credits | /credits | none |
creditsadd | /creditsadd (playername) (amount) | zibuu.credits.add |
creditsrem | /creditsrem (playername) (amount) | zibuu.credits.remove |
creditsset | /creditsset (playername) (amount) | zibuu.credits.set |
creditsview | /creditsview (playername) | zibuu.credits.viewothers |
This is my first java development project, so expect a messy code and proably weird things.