Can someone please post the origional config file. Mine is only showing 4 of the possible variables. Thanks.
Config file not showing all optionsNot An Issue
Hello,
I am not sure what you mean with 4 variables, there should only be 1.
private class ConfigData
{
[DefaultValue(true)]
[JsonProperty("Use Permission System", DefaultValueHandling = DefaultValueHandling.Populate)]
public bool UsePermSystem { get; set; }
} In response to ThibmoRozier ():Hello,
I am not sure what you mean with 4 variables, there should only be 1. private...
{
"Enable ban action": true,
"Enable chat mute action": true,
"Enable chat unmute action": true,
"Enable Clear Inventory action": true,
"Enable kick action": true,
"Enable kill action": true,
"Enable Reset Blueprints action": true,
"Enable voice mute action": true,
"Enable voice unmute action": true
}Merged post
this file--- oxide---plugins----config----playeradministration.json
Ah, this seems to be the old config of the old plugin version.
You should update to the most recent version. (v1.3.10)
When you do, please be sure to add permissions to the apropiate users and/or groups, if you don't do this the panel will be rather much read-only.
More information on this can be found here: https://umod.org/plugins/player-administration
You should update to the most recent version. (v1.3.10)
When you do, please be sure to add permissions to the apropiate users and/or groups, if you don't do this the panel will be rather much read-only.
More information on this can be found here: https://umod.org/plugins/player-administration
Locked automatically