We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a978e6 commit 9a2c373Copy full SHA for 9a2c373
schemas/servers_schema.yaml
@@ -70,6 +70,7 @@ mapping:
70
greeting_message_unmatched: {type: str, nullable: false, range: {min: 1}}
71
message_player_username: {type: str, nullable: false, range: {min: 1}}
72
message_player_default_username: {type: str, nullable: false, range: {min: 1}}
73
+ message_player_inappropriate_username: {type: str, nullable: false, range: {min: 1}}
74
message_ban: {type: str, nullable: false, range: {min: 1}}
75
message_reserved: {type: str, nullable: false, range: {min: 1}}
76
message_no_voice: {type: str, nullable: false, range: {min: 1}}
0 commit comments