Prevent adding items to vending?
would this plugin work for preventing players to add the following to a VENDING machine
"ammo.rifle.explosive",
"ammo.grenadelauncher.he",
"ammo.rocket.basic",
"ammo.rocket.hv",
"sulfur",
"sulfur.ore",
"grenade.f1",
"explosive.timed",
"ammo.rocket.fire",
"gunpowder",
"explosives",
"explosive.satchel",
"grenade.beancan"​

yes.

shortname "vending.machine" does not work.

you need to use "vendingmachine.deployed"

 

{
"Containers": {
"vendingmachine.deployed": {
"Allow": false,
"Items": [
"wood",
"stones",
]
}