Skip to content

Commit 72634c3

Browse files
committed
update permissions in plugin.yml
1 parent 5612535 commit 72634c3

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

src/main/resources/plugin.yml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,33 @@ commands:
1010
lpc:
1111
description: Reload the configuration.
1212
permission: lpc.reload
13-
usage: "Usage: /lpc reload"
13+
usage: "Usage: /lpc reload"
14+
15+
permissions:
16+
lpc.reload:
17+
description: Allows the player to reload the configuration.
18+
default: op
19+
lpc.colorcodes:
20+
description: Allows the player to use color codes. (e.g. &a, &b, &c, &d, &e, &f, &0, &1, &2, &3, &4, &5, &6, &7, &8, &9)
21+
default: op
22+
lpc.reset:
23+
description: Allows the player to reset the chat format. (e.g. &r)
24+
default: op
25+
lpc.bold:
26+
description: Allows the player to use bold text. (e.g. &l)
27+
default: op
28+
lpc.italic:
29+
description: Allows the player to use italic text. (e.g. &o)
30+
default: op
31+
lpc.underline:
32+
description: Allows the player to use underline text. (e.g. &n)
33+
default: op
34+
lpc.strikethrough:
35+
description: Allows the player to use strikethrough text. (e.g. &m)
36+
default: op
37+
lpc.magic:
38+
description: Allows the player to use magic text. (e.g. &k)
39+
default: op
40+
lpc.rgbcodes:
41+
description: Allows the player to use RGB color codes. (e.g. &#ff0000)
42+
default: op

0 commit comments

Comments
 (0)