Works for Admin not for Players on my server

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": []
    }
  ]
}​

Are you sure you haven't granted yourself the "anyorder" permissions? The config isn't relevant to that feature.

Hi, thanks for your quick reply.

I've only granted permissions to the default group. I've tried only anyorder.level1, I've tried all the anyorders, and I've tried with or without the ruleset.allowall. In all cases, I could skip blueprints in the Tier 1 Workbench but not my players.

If there’s no obvious explanation, don’t worry too much about it — I don’t want to waste your time. It was just a nice addition to my server, but not something essential.