Hi,
I am probably doing something wrong but I'm a bit lost here: I, as the admin, am able to use the unlocking of blueprints in any order while my players can't. We have the exact same permissions (from the same oxide group). Any idea ? Thanks !
Here is my config (I am trying to allow players to unlock all blueprints in any order, without restrictions):
{
"Enable chat feedback": true,
"Enable PopupNotifications integration": false,
"Research costs": {},
"Custom currency": {
"Enabled": false,
"Item short name": "scrap"
},
"Blueprint rulesets": [
{
"Name": "allowall",
"Disallowed blueprints": []
}
]
}