-
Posts
403 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by beee
-
no it's fine i found the issue, posting an update now
-
If you paid for this file, better dm it rather than send here.
-
please send here the loot file so i can test it out
-
show me your config plz
-
Changed Status from Pending to Not a Bug
-
It looked like an out of date oxide compiler issue, it might have auto updated itself.
-
So it was not showing this error before you edited the config? If so please send me your config file.
-
Will consider that for future update, if it doesn't work for you change it in the cs file for now.
-
Someone sent me about this same plugin recently, that's XDStatistics i believe. So basically they are sending messages with a syntax error in the color tags, we looked into fixing it from their lang file but seems like part of it was in hardcoded. Anyway, I will look into detecting syntax mistakes in messages in the future, but for now what you can do is set Force Color to true
-
- 50 comments
-
In the config, you need to specify partial text of messages you want to filter like here (these two handles converting of messages that contains [DeathNotes] or ServerRewards: as an example): "Chat partial text to convert to notification": { "[DeathNotes]": { "Shows as? (NotificationOnly | ChatAndNotification | Neither)": "NotificationOnly", "Force Color": false, "Color": "#ffffff", "Enable Regex Formatting": false, "Advanced Formatting - Regex Pattern": "", "Advanced Formatting - Regex Replacement": "" }, "ServerRewards:": { "Shows as? (NotificationOnly | ChatAndNotification | Neither)": "NotificationOnly", "Force Color": false, "Color": "#ffffff", "Enable Regex Formatting": true, "Advanced Formatting - Regex Pattern": "^(ServerRewards:)(\\s)(.*)", "Advanced Formatting - Regex Replacement": "<color=#42C6FF>$3</color>" } }
- 50 comments
-
- 50 comments
-
-
-
-
Changed Status from Pending to Closed
-
This file syntax was all over the place, this should work. ChatToNotifications.json
-
Should look something like this "Chat partial text to convert to notification": { "Teleportation": { "Shows as? (NotificationOnly | ChatAndNotification | Neither)": "NotificationOnly", "Force Color": false, "Color": "#ffffff", "Enable Regex Formatting": false, "Advanced Formatting - Regex Pattern": "", "Advanced Formatting - Regex Replacement": "" }, "[VehicleLicense]": { "Shows as? (NotificationOnly | ChatAndNotification | Neither)": "NotificationOnly", "Force Color": false, "Color": "#ffffff", "Enable Regex Formatting": false, "Advanced Formatting - Regex Pattern": "", "Advanced Formatting - Regex Replacement": "" } }
-
i can see you repeated "Chat partial text to convert to notification": {
-
Please provide the config.
-
hey, in case you haven't figured it out yet, config should look something like this: { "Version": { "Major": 1, "Minor": 0, "Patch": 8 }, "Chat Icon (SteamId)": 0, "Sample Types for Reference (Do Not Edit)": "Timed | ChatCommand | NewPlayerJoined | PlayerConnected | PermissionGranted | PermissionRevoked | AddedToGroup | RemovedFromGroup | PlayerDead | EnteredZone | LeftZone", "Toggle Chat Command": "tips", "Messages": [ { "Messages (Random if more than one)": [ "Next wipe is on the 7th of September" ], "Enabled": true, "Type (Check Sample Types above for Reference)": "AutoReply", "Broadcast to all?": true, "Interval between messages in minutes (if Type = Timed)": 0, "Target": "when,wipe", "Permissions": [], "Groups": [ "default" ], "Blacklisted Permissions": [], "Blacklisted Groups": [], "Player Can Disable?": false }, { "Messages (Random if more than one)": [ "Welcome {playername} to <color=#F3D428>Our Server</color>, enjoy your stay.\n\nCommands you would want to memorize:\n<color=#98EECC>/outpost</color>\t\tTo teleport to outpost\n<color=#98EECC>/mini</color>\t\tPurchase/Spawn a minicopter\n<color=#98EECC>/info</color>\t\tFor more details" ], "Enabled": true, "Type (Check Sample Types above for Reference)": "NewPlayerJoined", "Broadcast to all?": false, "Interval between messages in minutes (if Type = Timed)": 0, "Target": "", "Permissions": [], "Groups": [ "default" ], "Blacklisted Permissions": [], "Blacklisted Groups": [], "Player Can Disable?": false } ] }