Shine Admin + Badges
SjN
Join Date: 2003-01-07 Member: 11983Members, Reinforced - Supporter
Can someone walk me through how to get Shine Admin to work with badges?
With DAK, all I had to do before is modify ServerAdmin.json and add a certain badge group the the user, such as this:
"PlayerName": {
"id": 59212,
"groups": [ "SuperAdmin", "heart" ]
}
Shine user config looks like this:
"142588": {
"Group": "SuperAdmin",
"Immunity": 2
},
Group is singular, meaning I cannot put an array in there. So how do I assign a certain badge to a user?
Thanks
With DAK, all I had to do before is modify ServerAdmin.json and add a certain badge group the the user, such as this:
"PlayerName": {
"id": 59212,
"groups": [ "SuperAdmin", "heart" ]
}
Shine user config looks like this:
"142588": {
"Group": "SuperAdmin",
"Immunity": 2
},
Group is singular, meaning I cannot put an array in there. So how do I assign a certain badge to a user?
Thanks
Comments
"SuperAdmin": {
"Commands": [],
"IsBlacklist": true,
"Immunity": 100,
"Badge": "heart"
}
Thank You!
But what if I didn't want all SuperAdmins to have the same badge?
Player1
Group: "Admin"
Badge: "heart"
is something similar to this possible?
Right now I am in the process converting a web users URL previously used for DAK, which looks like this:
For example, the player before last(MuchHigher) is "basic_admin" and he has the "clover" badge.
I can add reading a badge value from the user entry to it so you can put:
"142588": {
"Group": "SuperAdmin",
"Immunity": 2,
"Badge": "heart"
},
That would be great. Would it work now or is it going to come out in the new version?
@DirtyCurty
https://github.com/Person8880/Shine
That's great! Thank you!!
Shine is a server administration mod that automates alot of server settings and does actually quite a wide range of stuff for server admins. It's pretty much a must-have mod imo. It includes stuff like a random vote based on previous rounds KDA's, score, etc. Person8880 that you see posting here is the person who wrote the mod, and he has done a fantastic job with it.