NEED HELP :( Timer issues

I need to configure the ItemsBlocker plugin to not use the timer, So It only blocks items when user doesnt have ItemsBlocker.bypass. I dont know if Im getting this config wrong, When I put the timer back in time the itemblocker doesnt block anything (turns off) When the timer is in the future It blocks perfectly. I just need it to only do this without checking the timer/ignoring the " "Block end time": "23.01.2022 18:10:12"," part :( Here is my config too:

{
  "Block end time": "23.01.2022 18:10:12",
  "Hour of block after wipe": 0,
  "Chat prefix": "[ItemsBlocker]",
  "Chat prefix color": "#f44253",
  "Use chat insted of GUI": false,
  "Bypass permission": "itemsblocker.bypass",
  "GUI Settings": {
    "Backgound for main panel": {
      "Minimum anchor": null,
      "Maximum anchor": null,
      "Color": "0 0 0 0.8"
    },
    "Main panel settings (shows if player attemts to use blocked cloth/item)": {
      "Minimum anchor": "0.266 0.361",
      "Maximum anchor": "0.734 0.639",
      "Color": "#ff0000"
    },
    "Settings for the text on main panel": {
      "Size": 20,
      "Outline": {
        "Use Outline": true,
        "Outline color": "0 0 0 1",
        "Outline distance": "1.0 -1.0"
      },
      "Minimum anchor": "0 0",
      "Maximum anchor": "1 1",
      "Color": "#f4d041"
    },
    "Use On Screen Panel": true,
    "On Screen Panel (shown if the block is active)": {
      "Minimum anchor": "0.016 0.028",
      "Maximum anchor": "0.172 0.167",
      "Color": "0 0 0 0.7"
    },
    "Text settings for On Screen Panel": {
      "Size": 13,
      "Outline": {
        "Use Outline": true,
        "Outline color": "0 0 0 1",
        "Outline distance": "1.0 -1.0"
      },
      "Minimum anchor": "0 0",
      "Maximum anchor": "0.66 1",
      "Color": "green"
    },
    "Image (shown on On Screen Panel": {
      "Minimum anchor": "0.67 0.25",
      "Maximum anchor": "0.92 0.75",
      "Link to the image or file in the data folder": "https://i.imgur.com/AyMrWAy.jpg",
      "Opacity of the image": 0.8
    }
  },
  "List of blocked items": [
    "Satchel Charge",
    "Timed Explosive Charge",
    "Rocket Launcher",
    "Beancan Grenade",
    "multiplegrenadelauncher",
    "Double Barrel Shotgun",
    "Pump Shotgun",
    "Waterpipe Shotgun",
    "Waterpipe Shotgun",
    "shotgun.spas12",
    "F1 Grenade"
  ],
  "List of blocked clothes": [
    "Heavy Plate Pants",
    "Heavy Plate Jacket",
    "Heavy Plate Helmet"
  ],
  "List of blocked ammunition": [
    "Incendiary 5.56 Rifle Ammo",
    "Explosive 5.56 Rifle Ammo",
    "Timed Explosive Charge",
    "Incendiary Rocket",
    "Rocket",
    "Satchel Charge",
    "ammo.grenadelauncher.buckshot",
    "ammo.grenadelauncher.he",
    "ammo.grenadelauncher.smoke",
    "High Velocity Rocket",
    "F1 Grenade",
    "Beancan Grenade"
  ]
}​

If I understand correctly you want to block items for ever on specific groups.

To make it work like that just change the date from

Block end time": "23.01.2022 18:10:12

to

Block end time": "23.01.2029 18:10:12 (am sure that in 2029 this plugin wont work at all any way lol)

and fix the message not to show the timer, thats what I did at least.