⚙️Configuration

Configuration file contents

Config.ServerName1 = "LODUS" -- Your server name -1
Config.ServerName2 = "RESOURCES" -- Your server name -2
Config.ReCharge = true --If your health drops below 50%, it will slowly rise back to 50%
Config.Keyboard = false -- if you want your settings menu to open with a button, do it right, make it false if you don't want it
Config.KeyboardButton = "F7" -- the key you want to open the setting menu
Config.HudSettingsCommand = "hudsettings" -- with which command you want the settings menu to open
Config.Translate = {
    ["wallet"] = "cash money",
    ["bank"] = "bank money",
}

Last updated