Skip to content

Commit

Permalink
mod(server): added styled-nicknames config
Browse files Browse the repository at this point in the history
  • Loading branch information
Conquerix committed May 18, 2024
1 parent faf9d28 commit aa54f9b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions server/config/styled-nicknames.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"CONFIG_VERSION_DONT_TOUCH_THIS": 1,
"_comment": "Before changing anything, see https://github.com/Patbox/StyledNicknames#configuration",
"allowByDefault": true,
"nicknameFormat": "${nickname}",
"maxLength": 48,
"changeDisplayName": true,
"changePlayerListName": true,
"allowLegacyFormatting": false,
"nicknameChangedMessage": "Your nickname has been changed to ${nickname}",
"nicknameResetMessage": "Your nickname has been removed!",
"defaultEnabledFormatting": {
"dark_red": true,
"color": false,
"underline": true,
"yellow": true,
"hard_gradient": false,
"italic": true,
"dark_blue": true,
"dark_purple": true,
"gold": true,
"red": true,
"aqua": true,
"hover": false,
"gray": true,
"light_purple": true,
"white": true,
"dark_gray": true,
"strikethrough": true,
"obfuscated": true,
"change_page": false,
"green": true,
"dark_green": true,
"gradient": false,
"black": false,
"bold": true,
"rainbow": false,
"blue": true,
"dark_aqua": true,
"reset": true
},
"tooLongMessage": "This nickname is too long!"
}

0 comments on commit aa54f9b

Please sign in to comment.