Solved Want no limits on /loadout help!

JSON:
{

  "Permissions cache duration (seconds)": 300,

  "Command": [

    "loadout",

    "outfit",

    "spawnkit",

    "loadouts",

    "load-out"

  ],

  "Wipe data on new map": [

    {

      "Permission": "loadout.default",

      "Priority": 1,

      "Reset items from old loadout group": true,

      "Can save loadout": true,

      "Can get loadout": true,

      "Block if shortname was not defined": true,

      "Restriction by categories": {

        "Attachment": 0,

        "Weapon": 0,

        "Construction": 0,

        "Items": 0,

        "Resources": 0,

        "Attire": 0,

        "Tool": 0,

        "Medical": 0,

        "Food": 0,

        "Ammunition": 0,

        "Traps": 0,

        "Misc": 0,

        "All": 0,

        "Common": 0,

        "Component": 0,

        "Search": 0,

        "Favourite": 0,

        "Electrical": 0,

        "Fun": 0

      },

      "Restriction by shortnames": {

        "rifle.ak": 1,

        "ammo.rifle": 300

      }

    },

    {

      "Permission": "loadout.vip",

      "Priority": 2,

      "Reset items from old loadout group": true,

      "Can save loadout": true,

      "Can get loadout": true,

      "Block if shortname was not defined": true,

      "Restriction by categories": {

        "Attachment": 0,

        "Weapon": 0,

        "Construction": 0,

        "Items": 0,

        "Resources": 0,

        "Attire": 0,

        "Tool": 0,

        "Medical": 0,

        "Food": 0,

        "Ammunition": 0,

        "Traps": 0,

        "Misc": 0,

        "All": 0,

        "Common": 0,

        "Component": 0,

        "Search": 0,

        "Favourite": 0,

        "Electrical": 0,

        "Fun": 0

      },

      "Restriction by shortnames": {

        "rifle.ak": 1,

        "ammo.rifle": 300

      }

    },

    {

      "Permission": "loadout.admin",

      "Priority": 500,

      "Reset items from old loadout group": true,

      "Can save loadout": true,

      "Can get loadout": true,

      "Block if shortname was not defined": true,

      "Restriction by categories": {

        "Attachment": 0,

        "Weapon": 0,

        "Construction": 0,

        "Items": 0,

        "Resources": 0,

        "Attire": 0,

        "Tool": 0,

        "Medical": 0,

        "Food": 0,

        "Ammunition": 0,

        "Traps": 0,

        "Misc": 0,

        "All": 0,

        "Common": 0,

        "Component": 0,

        "Search": 0,

        "Favourite": 0,

        "Electrical": 0,

        "Fun": 0

      },

      "Restriction by shortnames": {

        "rifle.ak": 1,

        "ammo.rifle": 300

      }

    }

  ]

}
 
Last edited by a moderator:

Orange

Administrator
JSON:
{

  "Permissions cache duration (seconds)": 300,
  "Command": [
    "loadout",
    "outfit",
    "spawnkit",
    "loadouts",
    "load-out"
  ],
  "Wipe data on new map": [
    {
      "Permission": "loadout.default",
      "Priority": 1,
      "Reset items from old loadout group": true,
      "Can save loadout": true,
      "Can get loadout": true,
      "Block if shortname was not defined": false,
      "Restriction by categories": {
        "Attachment": 99999,
        "Weapon": 99999,
        "Construction": 99999,
        "Items": 99999,
        "Resources": 99999,
        "Attire": 99999,
        "Tool": 99999,
        "Medical": 99999,
        "Food": 99999,
        "Ammunition": 99999,
        "Traps": 99999,
        "Misc": 99999,
        "All": 99999,
        "Common": 99999,
        "Component": 99999,
        "Search": 99999,
        "Favourite": 99999,
        "Electrical": 99999,
        "Fun": 99999
      },
      "Restriction by shortnames": {      }
    },
 
Top