|
34 | 34 |
|
35 | 35 | ## 🔑 Permissions:
|
36 | 36 |
|
37 |
| -| **Permission** | **Access** | |
38 |
| -|:------------------------------------------|:------------------------------------------------------------------------| |
39 |
| -| `chatformatter.decorations.*` | `<bold>`, `<italic>`, `<underlined>`, `<strikethrough>`, `<obfuscated>` | |
40 |
| -| `chatformatter.decorations.bold` | `<bold>` | |
41 |
| -| `chatformatter.decorations.italic` | `<italic>` | |
42 |
| -| `chatformatter.decorations.underlined` | `<underlined>` | |
43 |
| -| `chatformatter.decorations.strikethrough` | `<strikethrough>` | |
44 |
| -| `chatformatter.decorations.obfuscated` | `<obfuscated>` | |
45 |
| -| `chatformatter.reset` | `<reset>` | |
46 |
| -| `chatformatter.gradient` | `<gradient>` | |
47 |
| -| `chatformatter.hover` | `<hover>` | |
48 |
| -| `chatformatter.click` | `<click>` | |
49 |
| -| `chatformatter.insertion` | `<insertion>` | |
50 |
| -| `chatformatter.font` | `<font>` | |
51 |
| -| `chatformatter.transition` | `<transition>` | |
52 |
| -| `chatformatter.translatable` | `<lang>` | |
53 |
| -| `chatformatter.selector` | `<selector>` | |
54 |
| -| `chatformatter.keybind` | `<key>` | |
55 |
| -| `chatformatter.newline` | `<newline>` | |
56 |
| -| `chatformatter.rainbow` | `<rainbow>` | |
57 |
| -| `chatformatter.color.*` | `<red>`, `<blue>`, etc. | |
58 |
| -| `chatformatter.legacycolor` | `&c`, `&4`, `&l`, etc. | |
59 |
| -| `chatformatter.color.black` | `<black>` | |
60 |
| -| `chatformatter.color.dark_blue` | `<dark_blue>` | |
61 |
| -| `chatformatter.color.dark_green` | `<dark_green>` | |
62 |
| -| `chatformatter.color.dark_aqua` | `<dark_aqua>` | |
63 |
| -| `chatformatter.color.dark_red` | `<dark_red>` | |
64 |
| -| `chatformatter.color.dark_purple` | `<dark_purple>` | |
65 |
| -| `chatformatter.color.gold` | `<gold>` | |
66 |
| -| `chatformatter.color.gray` | `<gray>` | |
67 |
| -| `chatformatter.color.dark_gray` | `<dark_gray>` | |
68 |
| -| `chatformatter.color.blue` | `<blue>` | |
69 |
| -| `chatformatter.color.green` | `<green>` | |
70 |
| -| `chatformatter.color.aqua` | `<aqua>` | |
71 |
| -| `chatformatter.color.red` | `<red>` | |
72 |
| -| `chatformatter.color.light_purple` | `<light_purple>` | |
73 |
| -| `chatformatter.color.yellow` | `<yellow>` | |
74 |
| -| `chatformatter.color.white` | `<white>` | |
75 |
| -| `chatformatter.reload` | `/chatformatter reload` | |
76 |
| -| `chatformatter.receiveupdates` | receive update announcements for this plugin | |
| 37 | +> **Note:** Each color and decoration permission (e.g., `chatformatter.color.white`, `chatformatter.reset`, `chatformatter.decorations.bold`) grants access to both the legacy code (e.g., `&f`, `&r`, `&l`) and the MiniMessage tag (e.g., `<white>`, `<reset>`, `<bold>`). |
| 38 | +
|
| 39 | +| **Permission** | **Access** | |
| 40 | +|:------------------------------------------|:------------------------------------------------------------------------------------------------------| |
| 41 | +| `chatformatter.decorations.*` | `<bold>`, `<italic>`, `<underlined>`, `<strikethrough>`, `<obfuscated>`, `&l`, `&o`, `&n`, `&m`, `&k` | |
| 42 | +| `chatformatter.decorations.bold` | `<bold>`, `<b>`, `&l` | |
| 43 | +| `chatformatter.decorations.italic` | `<italic>`, `<i>`, `<em>`, `&o` | |
| 44 | +| `chatformatter.decorations.underlined` | `<underlined>`, `&n` | |
| 45 | +| `chatformatter.decorations.strikethrough` | `<strikethrough>`, `<st>`, `&m` | |
| 46 | +| `chatformatter.decorations.obfuscated` | `<obfuscated>`, `<obf>`, `&k` | |
| 47 | +| `chatformatter.reset` | `<reset>`, `&r` | |
| 48 | +| `chatformatter.newline` | `<newline>`, `<br>` | |
| 49 | +| `chatformatter.shadow` | `<shadow>`, | |
| 50 | +| `chatformatter.gradient` | `<gradient>` | |
| 51 | +| `chatformatter.rainbow` | `<rainbow>` | |
| 52 | +| `chatformatter.pride` | `<pride>` | |
| 53 | +| `chatformatter.transition` | `<transition>` | |
| 54 | +| `chatformatter.hover` | `<hover>` | |
| 55 | +| `chatformatter.click` | `<click>` | |
| 56 | +| `chatformatter.insertion` | `<insertion>` | |
| 57 | +| `chatformatter.color.*` | All color codes: `<red>`, `<blue>`, `<#a568a9>`, `&c`, `&#a568a9`, etc. | |
| 58 | +| `chatformatter.color.black` | `<black>`, `&0` | |
| 59 | +| `chatformatter.color.dark_blue` | `<dark_blue>`, `&1` | |
| 60 | +| `chatformatter.color.dark_green` | `<dark_green>`, `&2` | |
| 61 | +| `chatformatter.color.dark_aqua` | `<dark_aqua>`, `&3` | |
| 62 | +| `chatformatter.color.dark_red` | `<dark_red>`, `&4` | |
| 63 | +| `chatformatter.color.dark_purple` | `<dark_purple>`, `&5` | |
| 64 | +| `chatformatter.color.gold` | `<gold>`, `&6` | |
| 65 | +| `chatformatter.color.gray` | `<gray>`, `&7` | |
| 66 | +| `chatformatter.color.dark_gray` | `<dark_gray>`, `&8` | |
| 67 | +| `chatformatter.color.blue` | `<blue>`, `&9` | |
| 68 | +| `chatformatter.color.green` | `<green>`, `&a` | |
| 69 | +| `chatformatter.color.aqua` | `<aqua>`, `&b` | |
| 70 | +| `chatformatter.color.red` | `<red>`, `&c` | |
| 71 | +| `chatformatter.color.light_purple` | `<light_purple>`, `&d` | |
| 72 | +| `chatformatter.color.yellow` | `<yellow>`, `&e` | |
| 73 | +| `chatformatter.color.white` | `<white>`, `&f` | |
| 74 | +| `chatformatter.score` | `<score>` | |
| 75 | +| `chatformatter.selector` | `<selector>` | |
| 76 | +| `chatformatter.font` | `<font>` | |
| 77 | +| `chatformatter.translatable` | `<lang>` | |
| 78 | +| `chatformatter.keybind` | `<key>` | |
| 79 | +| `chatformatter.nbt` | `<nbt>` | |
| 80 | +| `chatformatter.reload` | `/chatformatter reload` | |
| 81 | +| `chatformatter.receiveupdates` | receive update announcements for this plugin | |
77 | 82 |
|
78 | 83 | ### config.yml
|
79 | 84 |
|
|
0 commit comments