About Extra VendingMachine
Extra VendingMachine adds a vending machine at outpost with custom items to be added via a config
All items has a refill timer . Setting it at 0 disables the timer for that item (time in seconds)
Permission
ExtraVendingMachine.use - if config is set to true this is needed from player to use vending machine
Config file example
item to buy will be the item sold to client
item to sell will be what player pays for the buyitem
so in this example itemtobuy is 5.56 ammo and itemtosell is scrap
vending machine is selling ammo for scrap
max stock is amount of ammo in vending machine to sell
NOTE : only first 7 sellorders will be listed in vending machine
{
"ShopName": "The Awesome Shop",
"SpawnCorrection": {
"x": -2.5,
"y": 0.0,
"z": 7.0
},
"SpawnRotation in degrees": 0.0,
"Use Permission to access Vending machine": false,
"SpawnRotation": 0,
"VendingSellOrder": [
{
"ItemBuyAmount": 1,
"ItemName": "",
"ItemsellAmount": 10000,
"ItemSkinID": 0,
"ItemToBuy": -1002156085,
"ItemToSell": -932201673,
"MaxStock": 10,
"RefillAmount": 5,
"Refilltime": 0
},
{
"ItemBuyAmount": 1,
"ItemName": "",
"ItemsellAmount": 50,
"ItemSkinID": 0,
"ItemToBuy": -1442559428,
"ItemToSell": -932201673,
"MaxStock": 10,
"RefillAmount": 1,
"Refilltime": 600
},
{
"ItemBuyAmount": 1,
"ItemName": "",
"ItemsellAmount": 100,
"ItemSkinID": 0,
"ItemToBuy": -152332823,
"ItemToSell": -932201673,
"MaxStock": 10,
"RefillAmount": 5,
"Refilltime": 0
},
{
"ItemBuyAmount": 128,
"ItemName": "",
"ItemsellAmount": 100,
"ItemSkinID": 0,
"ItemToBuy": -1211166256,
"ItemToSell": -932201673,
"MaxStock": 10000,
"RefillAmount": 128,
"Refilltime": 1500
},
{
"ItemBuyAmount": 1,
"ItemName": "",
"ItemsellAmount": 500,
"ItemSkinID": 0,
"ItemToBuy": -1003665711,
"ItemToSell": -932201673,
"MaxStock": 20,
"RefillAmount": 5,
"Refilltime": 0
},
{
"ItemBuyAmount": 1,
"ItemName": "",
"ItemsellAmount": 100,
"ItemSkinID": 0,
"ItemToBuy": 602628465,
"ItemToSell": -932201673,
"MaxStock": 50,
"RefillAmount": 10,
"Refilltime": 300
},
{
"ItemBuyAmount": 1,
"ItemName": "",
"ItemsellAmount": 2000,
"ItemSkinID": 2478929353,
"ItemToBuy": -2049214035,
"ItemToSell": -932201673,
"MaxStock": 50,
"RefillAmount": 10,
"Refilltime": 600
},
]
}