Player came into my server with Steam name: <color=red>Rolex</color>
It made his name Red in chat
I dont think this was neccassirly correct thread for me to post this problem, sorry.
I found a solution:
Name Manager ----> Name Manager | Oxide
I restricted less than sign character < in names, players get kicked when they connect if they have it in their username
config/NameManager.json
Code:{ "Characters Required": 2, "Enable Character Requirement": false, "Enable Restricted Characters": true, "Enable Restricted Names": true, "Restricted Characters": [ "<" ], "Restricted Names": [ "Oxide", "Admin", "Owner", "Moderator", "Server" ] }
BetterChat
Moved
Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Code:
[ { "GroupName": "Default", "Priority": 1, "Title": { "Text": "[Player]", "Color": "#55aaff", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "Admin", "Priority": 0, "Title": { "Text": "[Admin]", "Color": "#FF0000", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } } ]
-
Does BetterChat have Korean language support?
But cant because says has to use older version of BetterChat for Korean language -
@KalasRL What shows if you type console command: chat group list
-
@KalasRL
Change to
Code:[ { "GroupName": "default", "Priority": 1, "Title": { "Text": "[Player]", "Color": "#55aaff", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": true }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "admin", "Priority": 0, "Title": { "Text": "[Admin]", "Color": "#FF0000", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": true }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } } ]
-
-
Is this a Unicode issue? -
-
i have big problems i think the plugin let my server shut down all the time, so i have to restart it
Attached Files:
-
-
-
The replacement word option isn't working for some reason.
[DOUBLEPOST=1496898160][/DOUBLEPOST]@Wulf Now this is throwing the following error after implementing the ChatFilter?
Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object) -
Wulf Community Admin
-
[CHAT] uttermostmeat6[1283050/76561198247788014] : why?
That's when it throws it -
Wulf Community Admin
-
This is working totally fine on my other server. Then I tried to copy the config/.cs over and bloop lol error. Thanks for the help as usual
This is directly from my error.log:
[06/07/2017 21:11:19] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:11:33] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:11:35] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:11:38] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:11:42] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:03] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:03] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:18] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:36] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:46] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:53] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:54] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:54] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:12:59] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:13:12] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:14:05] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:15:00] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:16:25] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:16:54] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:15] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:30] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:37] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:40] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:46] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:48] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:51] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:17:59] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:18:24] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:18:38] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:18:52] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:18:57] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:19:45] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:19:48] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object)
[06/07/2017 21:19:57] Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (NullReferenceException: Object reference not set to an instance of an object) -
Or perhaps @LaserHydra has the golden key! -
Wulf Community Admin
-
Also thanks a lot! LOVE it! You rock Wulf.
-
I have a question:
Code:[ { "GroupName": "default", "Priority": 1, "Title": { "Text": "[Player]", "Color": "#C0C0C0", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": true }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "admin", "Priority": 0, "Title": { "Text": "[Admin]", "Color": "#00FF7F", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": true }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } } ]
-