Ugh I have so many issues with it.
I used the hook into my server panel, and it doesn't allow me to see or edit my inventory section anymore through the UI. The little "+" sign for admin editing is gone. The command to edit also doesn't work for me? not sure why. I went into the individual .json file for the inventory manager to get my items added or attempt to get them fixed and used the command for the steam ID as follows :
"ID": 10,
"Type": "Item",
"Image": "",
"Command (%steamid%)": "inventory.giveto",
"Kit": "",
"Plugin": {
"Hook": "",
"Plugin Name": "",
"Amount": 0
},
"Item": {
"DisplayName (empty - default)": "",
"ShortName": "ammo.rocket.basic",
"Skin": 0,
"Amount": 5
},
"Chance": 75.0
Is this correct? Something is not working properly though because even the basic preloaded items are not being given to everybody when the events are completed/won. Some events are giving people the resources like wood, stone etc. but not all of the events and definitely not what is listed on the UI.