|
| 1 | +# Commands Reference |
| 2 | + |
| 3 | +## Currency Commands |
| 4 | + |
| 5 | +### /currency balance |
| 6 | + |
| 7 | +**Description:** View your current balance of all currencies. |
| 8 | +**Permission:** `currencies.balance` |
| 9 | +**Usage:** `/currency balance` |
| 10 | +**Example:** `/currency balance` |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +### /currency create \<name\> |
| 15 | + |
| 16 | +**Description:** Create a new currency for your faction. |
| 17 | +**Permission:** `currencies.create` |
| 18 | +**Usage:** `/currency create <name>` |
| 19 | +**Example:** `/currency create GoldCoin` |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +### /currency info \<currency\> |
| 24 | + |
| 25 | +**Description:** View information about a specific currency. |
| 26 | +**Permission:** `currencies.list` |
| 27 | +**Usage:** `/currency info <currency>` |
| 28 | +**Example:** `/currency info GoldCoin` |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +### /currency list |
| 33 | + |
| 34 | +**Description:** List all currencies associated with your faction. |
| 35 | +**Permission:** `currencies.list` |
| 36 | +**Usage:** `/currency list` |
| 37 | +**Example:** `/currency list` |
| 38 | + |
| 39 | +--- |
| 40 | + |
| 41 | +### /currency mint \<currency\> \<amount\> |
| 42 | + |
| 43 | +**Description:** Mint coins of the specified currency. May cost faction power and/or items depending on server configuration. |
| 44 | +**Permission:** `currencies.mint` |
| 45 | +**Usage:** `/currency mint <currency> <amount>` |
| 46 | +**Example:** `/currency mint GoldCoin 10` |
| 47 | + |
| 48 | +--- |
| 49 | + |
| 50 | +### /currency rename \<currency\> \<new-name\> |
| 51 | + |
| 52 | +**Description:** Rename an existing currency. Requires the appropriate faction permission or `currencies.force.rename`. |
| 53 | +**Permission:** `currencies.rename` |
| 54 | +**Usage:** `/currency rename <currency> <new-name>` |
| 55 | +**Example:** `/currency rename GoldCoin SilverCoin` |
| 56 | + |
| 57 | +--- |
| 58 | + |
| 59 | +### /currency set description \<currency\> \<description\> |
| 60 | + |
| 61 | +**Description:** Set or update the description of a currency. Requires the appropriate faction permission or `currencies.force.desc`. |
| 62 | +**Permission:** `currencies.desc` |
| 63 | +**Usage:** `/currency set description <currency> <description>` |
| 64 | +**Example:** `/currency set description GoldCoin "The official coin of the Northern Kingdom"` |
| 65 | + |
| 66 | +--- |
| 67 | + |
| 68 | +### /currency retire \<currency\> |
| 69 | + |
| 70 | +**Description:** Permanently retire a currency so it can no longer be minted. |
| 71 | +**Permission:** `currencies.retire` |
| 72 | +**Usage:** `/currency retire <currency>` |
| 73 | +**Example:** `/currency retire GoldCoin` |
| 74 | + |
| 75 | +--- |
| 76 | + |
| 77 | +## Coinpurse Commands |
| 78 | + |
| 79 | +### /coinpurse |
| 80 | + |
| 81 | +**Description:** Open your coinpurse inventory to view and organise your coins. |
| 82 | +**Aliases:** `/purse`, `/wallet` |
| 83 | +**Permission:** `currencies.coinpurse` |
| 84 | +**Usage:** `/coinpurse` |
| 85 | +**Example:** `/coinpurse` |
0 commit comments