Wipe block (Rust)Solved

Is there something like wipe block already? I haven't found anything similar to that.

What I wanted to have is:
Blocking certain items / weapons when a wipe occurs, also blocking events.
For instance:

Blocked for 1 hour: Revolver
Blocked for 2 hours: Thompson / Custom
Blocked for 6 hours: Satchel
Blocked for 12 hours: cargo / MP5
Blocked for 24 hours: M249 / AK / attackheli / ...

Is there anything like that? Or is there any plugin, which its hook I can use to code something like that? Or is there anyone who would do it for free?

Thank you.

There are some private plugins doing what you're describing. I have some ideas to make a plugin that does something similar, but different to what is already made. 
I added it to plugins list, but review can take time. Shot me a PM to get access immediately
In response to haggbart ():
There are some private plugins doing what you're describing. I have some ideas to make a plugin that...
What would be your approach? Could you possibly describe it a bit? I'm new to plugin development and have only one Plugin so far which is pretty tiny. Thank you.
In response to Orange ():
I added it to plugins list, but review can take time. Shot me a PM to get access immediately
Thank you, I'll PM you now :)
In response to takoz53 ():
What would be your approach? Could you possibly describe it a bit? I'm new to plugin development and...
Seemless experience by changing loot tables, npcvendingmachines etc. where the current loot table is a function of time. 
In response to haggbart ():
Seemless experience by changing loot tables, npcvendingmachines etc. where the current loot table is...
I mean its definitely OK if someone drops a weapon. It should be just blocked when you want to equip it. Your solution would provide it that you can't drop the weapon at all if I understood correctly?
That's correct. 
In response to Orange ():
https://umod.org/plugins/wipeblock
How does your plugin detect when a Server was wiped? I delete the files manually always with no commands or something like that.
Would this as well apply to map wipe only? (BP Wipe its not that important but Map wipe it is)
In response to takoz53 ():
How does your plugin detect when a Server was wiped? I delete the files manually always with no comm...
It will work in both cases
Locked automatically