Browse docs
Customization
Notifications, prompts and progress
Select notification, helpnotify and progressbar independently in sky_base/config/config.lua. The UI integration table lists every supported provider and its exact selection value, including an Ox setup example.
Notifications and keyboard prompts use the included Sky interface with "default". To implement your own interface, edit the matching template in sky_base/config/integration/notification/custom.lua, sky_base/config/integration/helpnotify/custom.lua or sky_base/config/integration/progress/custom.lua, then select "custom" for that setting. Implement the template before selecting it.
When upgrading from an older version, move customized notifications and single-action help out of config/functions.lua into their matching adapters. Multi-action help remains in config/functions.lua. Restart after changing provider selections.
Implementation of images from other resources
To use images from other active scripts, you can reference them using the following syntax: nui://ox_inventory/web/images/imagename.png.
Support
Need help? Our support team is always ready to assist
Join DiscordUI integrations
Choose notification, interaction-prompt and progress providers for Sky Base and the Sky resources that use them.
Discord Webhooks
The Sky Base library allows integration with Discord through webhooks. This documentation provides details on how to configure Discord webhooks for various Sky-Systems scripts within the sky_base library.