2022-03-24 21:29:18 +01:00
|
|
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
2021-12-24 22:21:37 +01:00
|
|
|
|
|
|
|
|
config = {
|
2022-07-08 23:24:04 +02:00
|
|
|
serverName = "Andy's Development",
|
2022-07-16 04:46:27 +02:00
|
|
|
characterLimit = 15, -- How many characters can a player create.
|
|
|
|
|
customPauseMenu = true, -- A custom pause menu will display your money, characters name and the server name in the pause menu.
|
|
|
|
|
enablePVP = true, -- pvp allows doing damage to other players.
|
|
|
|
|
|
2021-12-24 22:21:37 +01:00
|
|
|
-- Money related
|
2022-07-16 04:46:27 +02:00
|
|
|
startingCash = 2500, -- default cash the character will start with if the character creator doesn't specify it.
|
|
|
|
|
startingBank = 8000,-- default money in the bank account the character will start with if the character creator doesn't specify it.
|
2022-07-08 23:24:04 +02:00
|
|
|
|
2022-07-16 04:46:27 +02:00
|
|
|
-- If you'd like to whitelist certain roles on discord then set this to true and add role ids.
|
|
|
|
|
enableDiscordWhitelist = false,
|
2022-07-17 20:03:33 +02:00
|
|
|
notWhitelistedMessage = "You're not allowlisted in this server please join our discord to apply for a allowlist: https://discord.gg/Z9Mxu72zZ6",
|
2022-07-16 04:46:27 +02:00
|
|
|
whitelistRoles = {
|
2022-07-17 20:03:33 +02:00
|
|
|
"872921520719142932"
|
2022-07-16 04:46:27 +02:00
|
|
|
},
|
|
|
|
|
|
2022-11-30 03:32:52 +01:00
|
|
|
-- These are admins roles that will give a user permission to admin commands and more.
|
|
|
|
|
adminRoles = {
|
|
|
|
|
"872921520719142932"
|
|
|
|
|
},
|
|
|
|
|
|
2022-07-09 16:16:32 -06:00
|
|
|
-- Discord Rich presence
|
|
|
|
|
enableRichPresence = true,
|
|
|
|
|
updateIntervall = 60, -- how many seconds of delay until it updates status.
|
2022-04-08 19:26:44 +02:00
|
|
|
appId = 858146067018416128,
|
|
|
|
|
largeLogo = "andyyy",
|
|
|
|
|
smallLogo = "andyyy",
|
2021-12-24 22:21:37 +01:00
|
|
|
firstButtonName = "DISCORD",
|
|
|
|
|
firstButtonLink = "https://discord.gg/Z9Mxu72zZ6",
|
|
|
|
|
secondButtonName = "TEBEX",
|
2021-12-31 02:52:54 +01:00
|
|
|
secondButtonLink = "https://andyyy.tebex.io/category/fivem-scripts"
|
2022-10-04 00:29:15 +02:00
|
|
|
}
|