json
    "DisableGrapple": false, //True will prevent using or being grappled in the event arena in the `GrappleBPs` list
    "GrappleBPs": [ //These are the blueprints for the grapples that will be disabled in the event arena
      "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_GrapplingHook.PrimalItemAmmo_GrapplingHook'"
    ],
    "DisableWeapons": true, //True will prevent using weapons in the event arena listed in the `WeaponBPs` list
    "WeaponBPs": [ //These are the blueprints for the weapons that will be disabled in the event arena with `DisableWeapons` set to true
      "Blueprint'/Game/Packs/Steampunk/Dinos/JumpingSpider/WebWeapon/WeapJumpingSpider.WeapJumpingSpider'"
    ],