mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
Added whitelisting
If you write "whitelist" in the notWhitelistedMessage then fivem will turn it into "allowlist"
This commit is contained in:
@@ -12,8 +12,9 @@ config = {
|
|||||||
|
|
||||||
-- If you'd like to whitelist certain roles on discord then set this to true and add role ids.
|
-- If you'd like to whitelist certain roles on discord then set this to true and add role ids.
|
||||||
enableDiscordWhitelist = false,
|
enableDiscordWhitelist = false,
|
||||||
|
notWhitelistedMessage = "You're not allowlisted in this server please join our discord to apply for a allowlist: https://discord.gg/Z9Mxu72zZ6",
|
||||||
whitelistRoles = {
|
whitelistRoles = {
|
||||||
"0"
|
"872921520719142932"
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Discord Rich presence
|
-- Discord Rich presence
|
||||||
@@ -26,4 +27,4 @@ config = {
|
|||||||
firstButtonLink = "https://discord.gg/Z9Mxu72zZ6",
|
firstButtonLink = "https://discord.gg/Z9Mxu72zZ6",
|
||||||
secondButtonName = "TEBEX",
|
secondButtonName = "TEBEX",
|
||||||
secondButtonLink = "https://andyyy.tebex.io/category/fivem-scripts"
|
secondButtonLink = "https://andyyy.tebex.io/category/fivem-scripts"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user