@@ -21,30 +21,48 @@ Mini-Message comes prepackaged with Paper and all forks of Paper support Mini-Me
2121- Sets the nickname of the player back to the original username, unformatted.
2222- Allows users with permission ` simplenick.admin ` to reset the nickname of another player using the optional [ player] argument.
2323
24- ` /nick reload ` (TODO)
24+ ` /nick reload `
2525
2626- Reloads the configuration and locale.
2727
28- ` /nick help `
28+ ` /nick help ` (TODO)
2929
3030- Provides help text.
3131
32- ## Permissions
32+ ### Admin Permissions
3333
3434` simplenick.admin `
3535
3636- Allows the player to change other player's nicknames.
3737
38- ` simplenicks.nick.<tag> ` (TODO)
38+ ` simplenick.usernamebypass `
3939
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
4341
44- ` simplenicks.reload ` (TODO)
42+ ` simplenicks.reload `
4543
4644- Allows the player to reload the plugin configuration and locale.
4745
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+
4866## TODO
4967
5068- Provide Config Option for TabList Changing and implement logic for TabList Update.
0 commit comments