Configuration Guide
Warning: Ensure to review the Crate Configuration section for guidance on configuring lootboxes.
Framework Selection
This is where you can choose your framework, recommended to just leave this on “auto”.Config.lua
Spinning Sound Toggle
This is where you can enable the sound for when selecting a reward. If you want to change the sound you can replace the MP3 file, but doing so without knowledge of react could break the script.Config.lua
Useable Items Option
This is where you can enable/disable the option to disable the UI selection and make it where you use items to open lootboxes. Enabled = No UI, Useable Items | Disabled = UI EnabledConfig.lua
Command to Open UI
If the UI is enabled this is the command used to open it.Config.lua
UI Color Customization
This is where you can change the colors of the UI, only change this if you have prior or minmial knowledge in CSS.Config.lua
Item Rarity Odds
Adjust the odds for different item rarities. Ensure that the sum of all odds equals 1.0.Warning: The sum of all rarity odds must exactly equal 1.0.
Config.lua
Customizing Text Elements
Modify text elements within the UI, notifications, and more.Config.lua
Notification System Configuration
Customize the notification system to integrate with various server frameworks. The default is set to ox_lib.- param: A table with 3 values (data.type, data.title, data.description)
Config.lua