@@ -21,30 +21,48 @@ Mini-Message comes prepackaged with Paper and all forks of Paper support Mini-Me
21
21
- Sets the nickname of the player back to the original username, unformatted.
22
22
- Allows users with permission ` simplenick.admin ` to reset the nickname of another player using the optional [ player] argument.
23
23
24
- ` /nick reload ` (TODO)
24
+ ` /nick reload `
25
25
26
26
- Reloads the configuration and locale.
27
27
28
- ` /nick help `
28
+ ` /nick help ` (TODO)
29
29
30
30
- Provides help text.
31
31
32
- ## Permissions
32
+ ### Admin Permissions
33
33
34
34
` simplenick.admin `
35
35
36
36
- Allows the player to change other player's nicknames.
37
37
38
- ` simplenicks.nick.<tag> ` (TODO)
38
+ ` simplenick.usernamebypass `
39
39
40
- - Allows for the use of those Mini-Message tags.
41
- - Valid Tags are: ` color ` , ` gradient ` , ` rainbow ` , ` underline ` , ` italic ` , ` strikethrough ` , ` bold ` , ` obsfucated ` .
42
- - All Formatting Tags work using ` simplenick.nick.format ` .
40
+ - Allows the player to use the username of another player on the server, as their own nickname
43
41
44
- ` simplenicks.reload ` (TODO)
42
+ ` simplenicks.reload `
45
43
46
44
- Allows the player to reload the plugin configuration and locale.
47
45
46
+ ### Player Permissions
47
+
48
+ ` simplenicks.nick.set `
49
+
50
+ - Allows the player to set their own nickname
51
+
52
+ ` simplenicks.nick.reset `
53
+
54
+ - Allows the player to reset their own nickname
55
+
56
+ ` simplenicks.nick.<tag> `
57
+
58
+ - Allows for the use of those Mini-Message tags.
59
+ - Valid Tags are: ` color ` , ` gradient ` , and ` rainbow ` .
60
+
61
+ ` simplenick.nick.format.<tag> `
62
+
63
+ - Allows for the use of those formatting tags.
64
+ - Valid Tags are: ` underline ` , ` italic ` , ` strikethrough ` , ` bold ` , and ` obsfucated ` .
65
+
48
66
## TODO
49
67
50
68
- Provide Config Option for TabList Changing and implement logic for TabList Update.
0 commit comments