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