-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added details
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
## Description | ||
|
||
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. | ||
|
||
## Features | ||
<ul> | ||
<li>View your current balance</li> | ||
<li>View other player's balance</li> | ||
<li>Add money to player's balance</li> | ||
<li>Remove money from player's balance</li> | ||
<li>Set money to player's balance</li> | ||
</ul> | ||
|
||
## Commands and permissions | ||
| 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 | | ||
|
||
## Disclaimer | ||
This is my first java development project, so expect a messy code and proably weird things. |