Hi, could you please explain to me how do I do shared settings in config within the admin ranks?
For example how do I use same command for all admin ranks? or enable same plugins for all ranks.
{
"MODES": [
{
"Permission": "owner",
"Priority": 999,
"Master Level CAREFUL! (Enabling this does the following #Overrides priority, mode & permission system! #Allows to set/get modes for yourself or others! #Overrides limitations by current or lower modes": true,
"Toggle Commands": [
"aduty",
"adminduty"
],
"Settings": {
"On Admin": {
"Require Reason": false,
"Autorun Commands Use Forward Slash '/' For Chat-Commands & Leave It Blank For Console-Commands": [],
"Toggle Groups To Grant (Leave blank to disable)": [],
"Specified Auth Level (1 = moderators, 2 = owners) Must either be 1 or 2 cannot be below or above": 2,
"Keep Separate Inventories": true,
"Teleport Back Upon Exiting": false,
"Revert On Disconnect, Restart, Reload": false,
"Ignore Server Violations (Bans, Kicks Etc) (Recommended to keep true)": true,
"Blocked Commands": [],
"Admin Outfit": {
"Enabled": true,
"Lock Outfit": true,
"Settings": {
"(Shortnam::SkinID)": [
"hoodie::3129041521",
"pants::3129042451",
"shoes.boots::3168999824"
]
}
},
"Third-Party Plugins": {
"Blocked Plugins": {
"Block All": false,
"Block Specfic": {
"AdminRadar": false,
"Vanish": false,
"Godmode": false
}
}
}
}
}
},
{
"Permission": "admin",
"Priority": 100,
"Toggle Commands": [
"aduty",
"adminduty"
],
"Settings": {
"On Admin": {
"Require Reason": true,
"Keep Separate Inventories": true,
"Teleport Back Upon Exiting": true,
"Revert On Disconnect, Restart, Reload": true,
"Admin Outfit": {
"Enabled": true,
"Lock Outfit": true,
"Settings": {
"(Shortnam::SkinID)": [
"hoodie::3129041521",
"pants::3129042451",
"shoes.boots::3168999824"
]
}
},
"Third-Party Plugins": {
"Blocked Plugins": {
"Block All": false,
"Block Specfic": {
"AdminRadar": false,
"Vanish": false,
"Godmode": false
}
}
}
}
}
}
IF I would like to add shared admin settings like admin command, some of the plugins used etc..
admin command
auto plugins used
]
}
So what I am trying to say is this below..
{
"MODES": [
{
"Permission": "owner",
"all the settings unique for the rank"
},
{
"Permission": "admin",
"all the settings unique for the rank"
},
{
SHARED SETTINGS GOES HERE?
},
]
}
///////////////////////////////////////////////////////////////////////
{
{
SHARED SETTINGS GOES HERE?
},
"MODES": [
{
"Permission": "owner",
"all the settings unique for the rank"
},
{
"Permission": "admin",
"all the settings unique for the rank"
},
]
}