|
| 1 | +# Commands Reference |
| 2 | + |
| 3 | +## Character Card Commands |
| 4 | + |
| 5 | +### /card |
| 6 | + |
| 7 | +**Description:** View your own character card. |
| 8 | +**Permission:** `rp.card.show` |
| 9 | +**Usage:** `/card` |
| 10 | +**Example:** `/card` |
| 11 | + |
| 12 | +### /card lookup \<player\> |
| 13 | + |
| 14 | +**Description:** View the character card of another player. |
| 15 | +**Permission:** `rp.card.lookup` |
| 16 | +**Usage:** `/card lookup <player>` |
| 17 | +**Example:** `/card lookup Steve` |
| 18 | + |
| 19 | +### /card name \<name\> |
| 20 | + |
| 21 | +**Description:** Set your character's name. Subject to a cooldown configured by `changeNameCooldown`. |
| 22 | +**Permission:** `rp.card.name` |
| 23 | +**Usage:** `/card name <name>` |
| 24 | +**Example:** `/card name Aldric` |
| 25 | + |
| 26 | +### /card race \<race\> |
| 27 | + |
| 28 | +**Description:** Set your character's race. |
| 29 | +**Permission:** `rp.card.race` |
| 30 | +**Usage:** `/card race <race>` |
| 31 | +**Example:** `/card race Human` |
| 32 | + |
| 33 | +### /card subculture \<subculture\> |
| 34 | + |
| 35 | +**Description:** Set your character's subculture. |
| 36 | +**Permission:** `rp.card.subculture` |
| 37 | +**Usage:** `/card subculture <subculture>` |
| 38 | +**Example:** `/card subculture Nordic` |
| 39 | + |
| 40 | +### /card age \<age\> |
| 41 | + |
| 42 | +**Description:** Set your character's age. |
| 43 | +**Permission:** `rp.card.age` |
| 44 | +**Usage:** `/card age <age>` |
| 45 | +**Example:** `/card age 30` |
| 46 | + |
| 47 | +### /card gender \<gender\> |
| 48 | + |
| 49 | +**Description:** Set your character's gender. |
| 50 | +**Permission:** `rp.card.gender` |
| 51 | +**Usage:** `/card gender <gender>` |
| 52 | +**Example:** `/card gender Male` |
| 53 | + |
| 54 | +### /card religion \<religion\> |
| 55 | + |
| 56 | +**Description:** Set your character's religion. |
| 57 | +**Permission:** `rp.card.religion` |
| 58 | +**Usage:** `/card religion <religion>` |
| 59 | +**Example:** `/card religion Northism` |
| 60 | + |
| 61 | +### /card forcesave \<player\> |
| 62 | + |
| 63 | +**Description:** Force-save a player's character card (admin only). |
| 64 | +**Permission:** `rp.card.forcesave` |
| 65 | +**Usage:** `/card forcesave <player>` |
| 66 | +**Example:** `/card forcesave Steve` |
| 67 | + |
| 68 | +### /card forceload \<player\> |
| 69 | + |
| 70 | +**Description:** Force-load a player's character card from storage (admin only). |
| 71 | +**Permission:** `rp.card.forceload` |
| 72 | +**Usage:** `/card forceload <player>` |
| 73 | +**Example:** `/card forceload Steve` |
| 74 | + |
| 75 | +--- |
| 76 | + |
| 77 | +## Chat Commands |
| 78 | + |
| 79 | +### /local \[message\] | /rp \[message\] |
| 80 | + |
| 81 | +**Description:** Send a message in local roleplay chat, visible to players within `localChatRadius` blocks. Running without a message toggles local chat mode. Use `/local hide` to hide incoming local chat. |
| 82 | +**Permission:** `rp.local` or `rp.rp` |
| 83 | +**Usage:** `/local <message>` or `/rp <message>` |
| 84 | +**Example:** `/local Good morrow, traveller!` |
| 85 | + |
| 86 | +### /global \[message\] | /ooc \[message\] |
| 87 | + |
| 88 | +**Description:** Send a message in global out-of-character chat, visible to all players. |
| 89 | +**Permission:** `rp.global` or `rp.ooc` |
| 90 | +**Usage:** `/global <message>` or `/ooc <message>` |
| 91 | +**Example:** `/global Anyone up for a dungeon run?` |
| 92 | + |
| 93 | +### /whisper \<message\> |
| 94 | + |
| 95 | +**Description:** Send a whispered message visible only to players within `whisperChatRadius` blocks. |
| 96 | +**Permission:** `rp.whisper` |
| 97 | +**Usage:** `/whisper <message>` |
| 98 | +**Example:** `/whisper Meet me at the tavern tonight.` |
| 99 | + |
| 100 | +### /yell \<message\> |
| 101 | + |
| 102 | +**Description:** Send a yelled message visible to players within `yellChatRadius` blocks. |
| 103 | +**Permission:** `rp.yell` |
| 104 | +**Usage:** `/yell <message>` |
| 105 | +**Example:** `/yell Guards! Intruder!` |
| 106 | + |
| 107 | +### /lo \<message\> |
| 108 | + |
| 109 | +**Description:** Send an out-of-character message in local range. |
| 110 | +**Permission:** `rp.localOOC` |
| 111 | +**Usage:** `/lo <message>` |
| 112 | +**Example:** `/lo brb one sec` |
| 113 | + |
| 114 | +--- |
| 115 | + |
| 116 | +## Emote Commands |
| 117 | + |
| 118 | +### /emote \<action\> | /me \<action\> |
| 119 | + |
| 120 | +**Description:** Perform a roleplay action visible to players within `emoteRadius` blocks. |
| 121 | +**Permission:** `rp.emote` or `rp.me` |
| 122 | +**Usage:** `/emote <action>` or `/me <action>` |
| 123 | +**Example:** `/me bows gracefully` |
| 124 | + |
| 125 | +--- |
| 126 | + |
| 127 | +## Dice Commands |
| 128 | + |
| 129 | +### /roll \<max\> | /dice \<max\> |
| 130 | + |
| 131 | +**Description:** Roll a random number from 1 to `<max>`. The result is broadcast to nearby players. |
| 132 | +**Permission:** `rp.roll` or `rp.dice` |
| 133 | +**Usage:** `/roll <max>` or `/dice <max>` |
| 134 | +**Example:** `/roll 20` |
| 135 | + |
| 136 | +--- |
| 137 | + |
| 138 | +## Bird Commands |
| 139 | + |
| 140 | +### /bird \<player\> \<message\> |
| 141 | + |
| 142 | +**Description:** Send a bird (in-character mail) to another player. Requires the Mailboxes companion plugin. |
| 143 | +**Permission:** `rp.bird` |
| 144 | +**Usage:** `/bird <player> <message>` |
| 145 | +**Example:** `/bird Steve I shall arrive at dawn.` |
| 146 | + |
| 147 | +--- |
| 148 | + |
| 149 | +## Title Commands |
| 150 | + |
| 151 | +### /title \<message\> |
| 152 | + |
| 153 | +**Description:** Display a title message on screen. |
| 154 | +**Permission:** `rp.title` |
| 155 | +**Usage:** `/title <message>` |
| 156 | +**Example:** `/title The battle begins!` |
| 157 | + |
| 158 | +--- |
| 159 | + |
| 160 | +## Help Commands |
| 161 | + |
| 162 | +### /rphelp |
| 163 | + |
| 164 | +**Description:** Display the list of available commands. |
| 165 | +**Permission:** `rp.help` |
| 166 | +**Usage:** `/rphelp` |
| 167 | + |
| 168 | +--- |
| 169 | + |
| 170 | +## Admin Commands |
| 171 | + |
| 172 | +### /rpconfig \<option\> \<value\> |
| 173 | + |
| 174 | +**Description:** View or change plugin configuration options in-game. |
| 175 | +**Permission:** `rp.config` |
| 176 | +**Usage:** `/rpconfig <option> <value>` |
| 177 | +**Example:** `/rpconfig localChatRadius 30` |
0 commit comments