Hey guys, I'm building a primitive bow only server and wanting to stop a few items to spawn.

I used the component blocker plugin and put in all the items I want to be blocked. It worked for some time and I flew around and looked through some crates and found weapons again. I did /blocklist and nothing had been enter. I did o.reload ComponentBlocker and it worked again. Reset server and it went back to not working again.

Is it something I'm doing wrong?

{
  "blockList": [
    "ammo.shotgun",
    "ammo.shotgun.fire",
    "ammo.shotgun.slug",
    "ammo.grenadelauncher.he",
    "ammo.grenadelauncher.buckshot",
    "ammo.grenadelauncher.smoke",
    "ammo.rifle",
    "weapon.mod.8x.scope",
    "rifle.ak",
    "rifle.bolt",
    "smg.2",
    "shotgun.double",
    "ammo.rifle.explosive",
    "explosives",
    "gates.external.high.stone",
    "wall.external.high.stone",
    "ammo.rocket.hv",
    "ammo.rifle.hv",
    "ammo.pistol.hv",
    "ammo.rifle.incendiary",
    "ammo.pistol.fire",
    "ammo.rocket.fire",
    "rifle.l96",
    "rifle.lr300",
    "lmg.m249",
    "rifle.m39",
    "pistol.m92",
    "smg.mp5",
    "multiplegrenadelauncher",
    "weapon.mod.muzzlebrake",
    "pistol.nailgun",
    "ammo.nailgun.nails",
    "ammo.pistol",
    "shotgun.pump",
    "pistol.python",
    "pistol.revolver",
    "riflebody",
    "ammo.rocket.basic",
    "rocket.launcher",
    "semibody",
    "pistol.semiauto",
    "rifle.semiauto",
    "weapon.mod.silencer",
    "smgbody",
    "grenade.smoke",
    "ammo.rocket.smoke",
    "shotgun.spas12",
    "smg.thompson",
    "explosive.timed",
    "weapon.mod.lasersight"
  ],
  "craftRefund": true,
  "messages": {
    "You are not allowed to use this command": "You are not allowed to use this command",
    "You may not craft this (restricted)": "You may not craft this (restricted)",
    "You may not deploy this (restricted)": "You may not deploy this (restricted)",
    "You may not pick that up (restricted)": "You may not pick that up (restricted)",
    "You may not research this (restricted)": "You may not research this (restricted)",
    "You may not research this (restricted), blueprints refunded!": "You may not research this (restricted), blueprints refunded!"
  },
  "sendMessages": true,
  "VERSION": "0.1.3"
}