[VORP] Item Labels v1.0

Hey ma, what’s up!, maybe it can be added to set like a description too for the item :slight_smile:

1 Like

Yes! That was actually my original plan to just do descriptions since then it wouldnt cause collision issues. I can even do image if there was an appetite for it.

would love for it to allow description and rename. Do you plan to have this available to rsg too ?

1 Like

I am currently working on “labelMode” feature which will allow you to select which mode you want to use. This won’t be too dificult to accomplish but will take a little time

-- Label Mode Options:
-- 1. Labels Only: Only labels are allowed; descriptions are ignored.
-- 2. Descriptions Only: Only descriptions are allowed; labels are ignored.
-- 3. Labels and Descriptions: Both are allowed. If the user provides both, both will be used. If the user provides only one, it will use whatever is supplied.

labelMode = 3, -- Current mode: Allows both labels and descriptions.

As for RSG, I would be intersted at looking into it after I reach a good place with VORP. I know that RSG uses an info attribute. VORP is using metadata so it’s a little more straightforward. Not sure how RSG displays or handles the info data.

1 Like

Version 1.0 Release

– Added blacklisted words
– Added job lock option
– Added Webhook options
– Added Label Mode to choose between Label, Description or Both
– Fixed some collision issues
– Fixed validation

available in your assets

Replace all client and server and add new config options
Readme has detailed installation and configuration information