We use a rank called "New" for just like the first hour (and have done so for years) but as of today's update we are getting spammed with this ...

We use a rank called "New" for just like the first hour (and have done so for years) but as of today's update we are getting spammed with this ...

{
"Champion": {
"Oxide Group": "Champion",
"Playtime": 150.0
},
"New": {
"Oxide Group": "New",
"Playtime": 0.001
},
"Regular": {
"Oxide Group": "Regular",
"Playtime": 4.0
},
"Settings": {
"Ignore Admins": true
},
"Veteran": {
"Oxide Group": "Veteran",
"Playtime": 60.0
},
"VIP": {
"Oxide Group": "VIP",
"Playtime": 20.0
}
} Having the same issue.
For my New role, i had 0.01. Changing this to 0 appears to have stopped the spam.
I figured it out, it is because oxide made groups case sensitive now. So my player rankings was creating all of my groups again since they were lowercase in oxide. So terrible
tbird412
I figured it out, it is because oxide made groups case sensitive now.
Not intentionally, but there appears to have been a couple checks missed. As mentioned, you can use the previous Oxide.Core build I linked else update to the development build to see if that resolves your issue.
tbird412
I figured it out, it is because oxide made groups case sensitive now. So my player rankings was creating all of my groups again since they were lowercase in oxide. So terrible
Did you have a fix for this? Mine is doing it too for all the ranks.
Wulf
Not intentionally, but there appears to have been a couple checks missed. As mentioned, you can use the previous Oxide.Core build I linked else update to the development build to see if that resolves your issue.
Can you elaborate a bit more what you mean by this? Not sure what you mean but I'm having the same issue, a lot of people are complaining about the spam.
I think Wulf is getting this fixewd up in oxide you all. Most likely tonight or tomorrow. It's force wipe, expect problems and lots of additional updates. No biggie
is there a way we can turn off the chat notification until its fixed. I know force wipes are horrible on plugins and appreciate the dedication to keep it up and running. Im having same issue and thought maybe if there was a way to turn off chat maybe. just a thought i just unloaded it till its fixed. ty again
There are development builds available that should resolve this issue:
- https://ci.appveyor.com/api/projects/oxidemod/oxide-rust/artifacts/Oxide.Rust-develop.zip?pr=false&branch=develop
- https://ci.appveyor.com/api/projects/oxidemod/oxide-rust/artifacts/Oxide.Rust-linux-develop.zip?pr=false&branch=develop
So i did the update to oxide server and everything and player rankings is still spamming chat with you have been promoted. What can i do to fix this?
CountessSo i did the update to oxide server and everything and player rankings is still spamming chat with you have been promoted. What can i do to fix this?
Could you provide your log file please?
CountessSo i did the update to oxide server and everything and player rankings is still spamming chat with you have been promoted. What can i do to fix this?
So I managed to fix mine BEFORE the oxide patch today and here is how (might solve it for you now too)...
So the oxide issue was that it was suddenly requiring case sensitive oxide group names (I think Wulf fixed that today, have not been able to test yet thanks to an 8 hour force wipe "fix everything" causing me to have to work real job double today, but I have confidence he fixed it)
So when your plugin loaded it did not find the groups it was looking for (as mine did too) and recreated them itself. So for example my plugin was configured to grant players a rank called "Regular" upon certain play time. But the real oxide group was lowercase 'regular' so the plugin could not find that and created a new group called "Regular" to match the config capital letter of it (which never happened before because it was not case sensitive).
tbird412
Also, Wulf, thanks for the quick fix (hopefully) I will be installing it here in about an hour. Sorry for not having a chance to test it for you, I had so much real life work piled up last night from the force wipe that by the time I finally got everything working right and my players were content, I went to real work and have not had a break since. Many thanks to you though.
Did some fixes, but may still need some more. Currently looking into it.
do i place it here wulf sorry never did this before and i can not figure out how to upload file sorry. Thank you for helping