diff options
author | WlodekM <[email protected]> | 2024-08-09 20:46:04 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-08-09 20:46:04 +0300 |
commit | 80d45efdf7fe6204de5378b2e5536d241d9996df (patch) | |
tree | d602a536ecd4ed6e6f4b86bf8c68499c873297e3 /config.json | |
parent | 87cb115ac9d37199c9da8487a3810c98544ac240 (diff) |
v1.3.0 (also use prettier (bad idea (why doesnt it have an undo command) ) )
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config.json b/config.json index 884e06d..e8b3745 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,12 @@ { "name": "wsChat server", - "motd": "Welcome to $(serverName)$\nRun /help to see a list of commands", + "motd": "Welcome to $(serverName)$\nRun /help to see a list of commands\nHUGE CLIENT UPDATE\n- Client now supports links!\n- You can now {b}style{/b} your {i}messages{/i} with \\{b} or \\{i} tags!\n- {c#ff1111}Color support{/c} with {c#22aaff}\\{c#HEXCOLOR}{/c} tags", "max": 20, + "owner": "WlodekM", + "saveIP": false, + "requireLogin": true, "profanity": false, + "profanityRemoveWords": ["butt", "arse", "balls", "dick"], + "profanityAddWords": ["kys"], "fullMessage": "Sorry, but the server is full right now, come back later" -} \ No newline at end of file +} |