Our configuration files are highly detailed and structured for easy understanding.
To make it as simple as possible for you, an explanation is provided next to each setting.
All configuration files can be found in the /configs folder.
Included configuration files:
---------------------------------------------------------------------------------------------------------------
-- If you have any questions or issues, feel free to open a ticket on our Discord.
-- https://discord.gg/unique
-- "true" = activated, "false" = deactivated. [Applies everywhere]
-- DO NOT TOUCH THE KEYS BEFORE THE "=" CHARACTER TO PREVENT ERRORS!
-- YOU CAN ONLY EDIT THE VALUES BEHIND THE "=" CHARACTER UNLESS MENTIONED!
UNIQUE = {}
-----------------------------------------------------------------------
-- MAIN SETTINGS
UNIQUE.Settings = {
['Command'] = {
['enabled'] = true, -- Would you like to enable the command for testing?
['name'] = 'progressbar', -- Name of the command.
['msg'] = "This is a test.", -- Message to display in the progress bar.
['time'] = 5000, -- Time in milliseconds. (1000 = 1 second)
}
}
-- MAIN SETTINGS
-----------------------------------------------------------------------
-- https://discord.gg/unique
-- If you have any questions or issues, feel free to open a ticket on our Discord.
---------------------------------------------------------------------------------------------------------------