diff --git a/README.md b/README.md index 1448468..0af72de 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,13 @@ An updated example configuration file is available [here](https://github.com/adr - Players can earn, trade, and store the configured item as physical currency. - Once they spend the currency, that amount of the item will be subtracted from their inventory. - Administrators can customize the item and formatting to match their server's theme. + +## Commands +
+
/balance
+
Prints player balance, permission is `iteco.balance` but is allowed by default. Requires permission `iteco.balance.others` to specify other user.
+
/pay
+
Transfers money from your account to another player's, permission is `iteco.pay` but is allowed by default.
+
/itecoreload
+
Reloads the plugin configuration, requires permission `iteco.reload`.
+