|
1 | 1 | # Simple Pronouns |
2 | 2 |
|
3 | | -Basic pronoun plugin that allows users to choose pronouns to be used in various Placeholders. |
4 | | - |
5 | | -> Please note: |
6 | | -> |
7 | | -> Currently, there is no way for individual players to add their own pronouns. |
8 | | -> <br>The server-selectable options are configurable, though. |
9 | | -
|
10 | | -### Placeholders |
11 | | -For each configured pronoun option there are 15 separate placeholders. |
12 | | -| | Basic | Title-Case | All-Caps | |
13 | | -| ----- | ----- | ----- | |
14 | | -| subjective | `%sp_sub%` | `%sp_sub_caps%` |
| 3 | +Basic pronoun plugin that allows users to choose pronouns to be used in various Placeholders. |
| 4 | + |
| 5 | +## Placeholders |
| 6 | +There are 15 placeholders that you can use to check a player's pronouns. |
| 7 | +(For reference, people usually put the subjective and objective pronouns in their bios) |
| 8 | + |
| 9 | +| ---- | Basic | Title Case | ALL CAPS | |
| 10 | +|----------------------|---------------|---------------------|--------------------| |
| 11 | +| Subjective | `%sp_sub%` | `%sp_sub-title%` | `%sp_sub-caps%` | |
| 12 | +| Objective | `%sp_obj%` | `%sp_obj-title%` | `%sp_obj-caps%` | |
| 13 | +| Possessive | `%sp_pos%` | `%sp_pos-title%` | `%sp_pos-caps%` | |
| 14 | +| Possessive-Adjective | `%sp_posadj%` | `%sp_posadj-title%` | `%sp_posadj-caps%` | |
| 15 | +| Reflexive | `%sp_ref%` | `%sp_ref-title%` | `%sp_ref-caps%` | |
| 16 | + |
| 17 | +## Permissions |
| 18 | +| Permission | Description | Default | |
| 19 | +|-------------------------|-------------------------------------------------------------|---------| |
| 20 | +| **`pronouns`** | Base permission required for using the plugin | op | |
| 21 | +| `pronouns.set` | Allows the user to set their pronouns | op | |
| 22 | +| `pronouns.list` | Allows the user to see a list of all pronouns | op | |
| 23 | +| `pronouns.get` | Allows the user to see what pronouns other people are using | op | |
| 24 | +| `pronouns.clear` | Allows the user to remove their pronouns | op | |
| 25 | +| `pronouns.custom` | Allows the user to set custom pronouns for themselves | op | |
| 26 | +| `pronouns.admin` | Allows the user to use administrative commands | op | |
| 27 | +| `pronouns.admin.set` | Allows the user to set other users' pronouns | op | |
| 28 | +| `pronouns.admin.clear` | Allows the user to clear other users' pronouns | op | |
| 29 | +| `pronouns.admin.custom` | Allows the user to set custom pronouns on other users | op | |
| 30 | +| `pronouns.reload` | Allows the user to reload the plugin | op | |
| 31 | + |
| 32 | +## Commands |
| 33 | +| Subcommand | Permission | Usage | |
| 34 | +|------------|-------------------|--------------------------------------------------------| |
| 35 | +| set | `pronouns.set` | `/pronouns set <pronouns>` | |
| 36 | +| list | `pronouns.list` | `/pronouns list` | |
| 37 | +| help | `pronouns` | `/pronouns help` | |
| 38 | +| get | `pronouns.get` | `/pronouns get [player]` | |
| 39 | +| clear | `pronouns.clear` | `/pronouns clear` | |
| 40 | +| custom | `pronouns.custom` | `/pronouns custom <args>` | |
| 41 | +| admin | `pronouns.admin` | `/pronouns admin <set\|clear\|custom> <player> <args>` | |
| 42 | + |
0 commit comments