Update config_server.lua

This commit is contained in:
Andyyy7666
2021-12-24 22:24:56 +01:00
committed by GitHub
parent b13c6d9c2d
commit 79c90dfd52

View File

@@ -13,7 +13,7 @@ config = {
changeCharacterCommand = "changecharacter", -- this is the command to open the ui again and change your character. changeCharacterCommand = "changecharacter", -- this is the command to open the ui again and change your character.
-- discord bot token for permissions -- discord bot token for permissions
DiscordToken = "OTAwODg1MDMxMDQ2Nzc0ODQ1.YXH0kQ.p5DRIbh5m9Ia5_tlMZdxkfgJjsI", DiscordToken = "OTAwODg1MDMxMDQ2Nzc0ODQ1.YXH0kQ.p5DRIbh5m9Ia5_tlMZdxkfgJjsI", -- this token is invalid, just here as an example.
GuildId = "872496972454592523", -- discord guild id GuildId = "872496972454592523", -- discord guild id
-- role id for each role of the department in your discord. 0 Gives the role to everyone. -- role id for each role of the department in your discord. 0 Gives the role to everyone.
@@ -25,11 +25,4 @@ config = {
["BCSO"] = "0", ["BCSO"] = "0",
["LSFD"] = "0" ["LSFD"] = "0"
}, },
-- Money related
payCommand = "pay", -- Command to transfer someone money from bank account.
giveCommand = "give", -- Command to give someone close money from wallet.
salaryAmount = 300, -- the daily amount that players will receive.
salaryInterval = 24, -- every x minutes the player will receive the salaryAmount.
} }