Skip to content

v1.2.0

Compare
Choose a tag to compare
@Flohhhhh Flohhhhh released this 12 Jan 12:40
· 203 commits to main since this release

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