Is it possible to add more admin groups to the oxide.config.json file like in the example below?
"Options": {
"Modded": true,
"PluginWatchers": true,
"DefaultGroups": {
"Players": "default",
"Administrators": "owner",
"Administrators": "head"
},