v1.2.0
What's New
ulc.lua
can now contain multiple comma-separated configs (useful for packs)- Stage Buttons will now always render in all caps
- Added global (server-wide) toggle for UI
- You can now disable specified extras whenever a stage is activated
Config Changes
Buttons can now accept a offExtras={}
field. Extras specified in this field will be disabled when the button is pressed.
New button structure:
{label = 'LABEL', key = 1, extra = 1, offExtras = {2, 3}}
This is not mandatory.
You do not need to update your existing configs unless you want to use this feature.
Links:
Full Changelog: v1.1.0...v1.2.0