Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added details
  • Loading branch information
Casanaura authored Sep 21, 2023
1 parent c5f9241 commit 63cd5c2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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.

0 comments on commit 63cd5c2

Please sign in to comment.