mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 14:26:03 +01:00
Update config_server.lua
Added SonoranCAD integration
This commit is contained in:
@@ -1,16 +1,10 @@
|
|||||||
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
||||||
|
|
||||||
server_config = {
|
server_config = {
|
||||||
DiscordToken = "0", -- discord bot token for permissions
|
DiscordToken = "0", -- discord bot token for permissions.
|
||||||
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.
|
SonoranCAD_Enabled = false, -- Turn this on if you want to use SonoranCAD integration.
|
||||||
roles = {
|
SonoranCAD_CommunityID = "",
|
||||||
["ADMIN"] = "0", -- You can remove this if you don't want it but this should only be here for permisisons not as a department and it won't display as a department. This can be used for /setaop and other permissions.
|
SonoranCAD_APIKey = ""
|
||||||
["CIV"] = "0",
|
|
||||||
["SAHP"] = "0",
|
|
||||||
["LSPD"] = "0",
|
|
||||||
["BCSO"] = "0",
|
|
||||||
["LSFD"] = "0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user