Configuration
Edit the config.lua file to customize the notification system:
Config = {}
Config.Types = {
SUCCESS = { color = "#00BA88" },
ERROR = { color = "#FF4B4B" },
INFO = { color = "#0095FF" },
WARNING = { color = "#FF8800" }
}
Config.DefaultDuration = 5000
Config.Position = "top-right"
Config.MaxNotifications = 4Last updated