Hi,
I'm using SkillTreeItemsPro from imthenewguy. I'm providing players with one of these items in a server vending machine. As much as it worked with the old version of the ST items plugin, it won't work with the new pro version. I asked imthenewguy if there was a way around it, and he said following:
"You would need to ask the developer to add support for the item.text field for the Custom Vending Setup plugin. Seems to be the only field missing from the VendingItem class."
And shared an example:
{
"SellItem": {
"ShortName": "xmas.present.large",
"DisplayName": "whatever displayname you like here",
"Text": "forbidden archive"
"Amount": 1,
"Skin": 3329896239
},I wonder if that would be something you'd be willing to add?