Config
Config file:
x
Config = {}Config.Debug = falseConfig.VersionChecker = true -- Check for latest versionConfig.Database = 'oxmysql' -- mysql-async/oxmysql/ghmattimysqlConfig.CheckXPType = 'notify' -- chat/notify/printConfig.AutoUpdate = true -- There are listeners pre-coded, but you can secure synced player xp with thisConfig.AutoUpdateWait = 120 * 1000 -- How long does it take to re-sync player's XP--[[ /$$$$$$ /$$ /$$__ $$ | $$ | $$ \__/ /$$$$$$ /$$$$$$/$$$$ /$$$$$$/$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$$$$$$| $$ /$$__ $$| $$_ $$_ $$| $$_ $$_ $$ |____ $$| $$__ $$ /$$__ $$ /$$_____/| $$ | $$ \ $$| $$ \ $$ \ $$| $$ \ $$ \ $$ /$$$$$$$| $$ \ $$| $$ | $$| $$$$$$ | $$ $$| $$ | $$| $$ | $$ | $$| $$ | $$ | $$ /$$__ $$| $$ | $$| $$ | $$ \____ $$| $$$$$$/| $$$$$$/| $$ | $$ | $$| $$ | $$ | $$| $$$$$$$| $$ | $$| $$$$$$$ /$$$$$$$/ \______/ \______/ |__/ |__/ |__/|__/ |__/ |__/ \_______/|__/ |__/ \_______/|_______/ --]]Config.UseXPCheckCommand = trueConfig.CheckXPCommand = 'checkxp'Config.AdminCanCheckOther = trueConfig.AdminCheckCommand = 'admincheckxp'Config.SetXpCommand = 'setxp'Config.RemoveXpCommand = 'removexp'Config.AddXpCommand = 'addxp'--[[ /$$$$$$$ /$$ /$$ /$$ /$$$$$$$ | $$__ $$ |__/ | $$ / $$| $$__ $$| $$ \ $$ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$ /$$ /$$ /$$$$$$ | $$/ $$/| $$ \ $$| $$$$$$$/ |____ $$ /$$_____/ /$$_____/| $$| $$ /$$/ /$$__ $$ \ $$$$/ | $$$$$$$/| $$____/ /$$$$$$$| $$$$$$ | $$$$$$ | $$ \ $$/$$/ | $$$$$$$$ >$$ $$ | $$____/ | $$ /$$__ $$ \____ $$ \____ $$| $$ \ $$$/ | $$_____/ /$$/\ $$| $$ | $$ | $$$$$$$ /$$$$$$$/ /$$$$$$$/| $$ \ $/ | $$$$$$$ | $$ \ $$| $$ |__/ \_______/|_______/ |_______/ |__/ \_/ \_______/ |__/ |__/|__/ --]]Config.PassiveXP = true -- Add xp just because player is active in the serverConfig.PassiveAmount = 10 -- How much xp everytime cooldown finishesConfig.PassiveCooldown = 60 * 1000 -- Every 60 seconds will be addedWas this page helpful?