In the configuration file (config.lua), you can easily customize the notification script to fit your needs, allowing you to adjust the style and appearance of notifications to your preferences.
config.lua
Config = {}Config.EnableCommands =true-- Enable the following commands: /char <id> - /chardel <id>Config.CommandsAuthorized = {"admin", "superadmin"} -- The groups who are allowed to use these commandsConfig.Locales ='nl' -- en / nl -> you can change these in the locales folderConfig.OpenAppearance =true-- If true, it will open the appearance to create their skinConfig.AppearanceScript ='fivem-appearance' -- The appearance script name, currently supports: fivem-appearance & illenium-appearance & esx_skinConfig.BlacklistedNames = {"blacklist"} -- Names that are blacklisted as both first and/or last nameConfig.DateFormat ="DD/MM/YYYY" -- (DD/MM/YYYY or MM/DD/YYYY)Config.MaxNameLength =20-- The maxmimum length for the nameConfig.MinHeight =100-- The minimum height for the characterConfig.MaxHeight =200-- The maximum height for the characterConfig.LowestYear =1900-- The lowest year you can be born inConfig.HighestYear =2005-- The highest year you can be born inConfig.WebhookURL ='' -- Discord webhook url. Leave empty if you don't want to use discord logs.