Files
2021-12-03 01:05:09 +00:00

24 lines
1.1 KiB
Lua

Config = {}
--[[
General
]]
Config.chatSuggestions = true --[[ Add chat suggestions to help players with using the command ]]
Config.statistics = true --[[ Either enable or disable statistics command(s) for people with the right permissions ]]
Config.checkForUpdates = false --[[ You can either enable or disable auto update checking ]]
--[[ Delivery type ]]
Config.disableChat = true --[[ Either enable or disable messages that are being sent to chat ]]
Config.screenMessages = false --[[ Either enable or disable messages being shown on screen ]]
--[[ Logging ]]
Config.logging = true --[[ If you want logs to be sent to your discord set this as true ]]
Config.webhook = 'https://discord.com/api/webhooks/807394115561979935/-gtiRGG6drFwJ_8e2vGG-SxJPhEb-tQTq_0r0664Q8CdtkLvj6BDxmiyE8Oc92VYuCMH' --[[ Set the webhook you want messages to be sent to ]]
--[[
INFO:
Config.disableChat = true - Messages wont be sent to chat
Config.disableChat = false - Messages will be sent to chat
Config.screenMessages = true - Show messages on the screen
Config.screenMessages = false - Show messages on the screen
]]