⚙️Configuration

Image Settings

ImageSettings = {
    status = true, -- if you set it to false, players will not be able to share images.
    allowedURLs = { -- you need to enter the urls that players can use when sharing images
        "https://r2.fivemanage.com/",
        "https://media.discordapp.net/attachments/",
        "https://cdn.discordapp.com/attachments/",
    },
},

Music Settings

MusicSettings = {
    status = true, -- if you set it to false, players will not be able to play music
    defaultVolume = 0.5, -- volume as standard when turned on with the song
},

Themes

Themes = { -- The foremost thema is always shown as the default theme
    { name = "grids", label = "Grids", defaultTheme = { hex = "#000", text = '#fff', box = '#0000007d', from = 'rgba(0, 0, 0, .35)', to = 'rgba(0, 0, 0, 0)' } },
    { name = "velmor", label = "Velmor", defaultTheme = { hex = "#FFFFFF", text = '#000', box = '#ffffff29', from = 'rgba(255, 255, 255, .35)', to = 'rgba(255, 255, 255, 0)' } },
    { name = "velmor-v2", label = "Velmor V2", defaultTheme = { hex = "#000", text = '#fff', box = '#0000007d', from = 'rgba(0, 0, 0, .35)', to = 'rgba(0, 0, 0, 0)' } },
    { name = "modern", label = "Modern", defaultTheme = { hex = "#17181c", text = '#fff', box = '#17181cad', from = 'rgba(23, 24, 28, .35)', to = 'rgba(23, 24, 28, 0)' } },
    { name = "res", label = "Res", defaultTheme = { hex = "#000", text = '#fff', box = '#0000007d', from = 'rgba(0, 0, 0, .35)', to = 'rgba(0, 0, 0, 0)' } },
    { name = "samp", label = "SAMP", defaultTheme = { hex = "#000", text = '#fff', box = '#0000007d', from = 'rgba(0, 0, 0, .35)', to = 'rgba(0, 0, 0, 0)' } },
},

Mask Settings

AnonymousWithMask = true, -- if you set it to false, players will be shown with their first and last name when wearing a mask

Last updated