mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update config_client.lua
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
------------------------------------------------------------------------
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
||||||
------------------------------------------------------------------------
|
|
||||||
-- --
|
|
||||||
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 --
|
|
||||||
-- --
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
serverName = "Andy's Development", -- Server name to display on the ui.
|
serverName = "Andy's Development", -- Server name to display on the ui.
|
||||||
@@ -15,8 +9,7 @@ config = {
|
|||||||
backgrounds = {
|
backgrounds = {
|
||||||
"https://i.imgur.com/E51ckFx.png", -- Credits: Fuzzman270#0270
|
"https://i.imgur.com/E51ckFx.png", -- Credits: Fuzzman270#0270
|
||||||
"https://i.imgur.com/SeZD7TP.png", -- Credits: Fuzzman270#0270
|
"https://i.imgur.com/SeZD7TP.png", -- Credits: Fuzzman270#0270
|
||||||
"https://i.imgur.com/ZWKfYD9.png", -- Credits: 2XRondo#6374
|
"https://i.imgur.com/ZWKfYD9.png" -- Credits: 2XRondo#6374
|
||||||
"https://i.imgur.com/7jM5nZT.png" -- Credits: 2XRondo#6374
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- set up the name of your departments and the discord role id for permission. A role id of 0 will allow anyone to choose that department.
|
-- set up the name of your departments and the discord role id for permission. A role id of 0 will allow anyone to choose that department.
|
||||||
@@ -61,7 +54,7 @@ config = {
|
|||||||
|
|
||||||
-- Money related
|
-- Money related
|
||||||
enableMoneySystem = true,
|
enableMoneySystem = true,
|
||||||
legacyMoneyDisplay = true, -- set to tru if you want to use the hud from my standalone money system.
|
legacyMoneyDisplay = false, -- set to tru if you want to use the hud from my standalone money system.
|
||||||
maxStartingCash = 2500,
|
maxStartingCash = 2500,
|
||||||
maxStartingBank = 8000,
|
maxStartingBank = 8000,
|
||||||
payCommand = "pay", -- Command to transfer someone money from bank account.
|
payCommand = "pay", -- Command to transfer someone money from bank account.
|
||||||
@@ -74,16 +67,19 @@ config = {
|
|||||||
aopCommand = "setaop",
|
aopCommand = "setaop",
|
||||||
checkAopCommand = "aop",
|
checkAopCommand = "aop",
|
||||||
defaultAop = "Sandy Shores",
|
defaultAop = "Sandy Shores",
|
||||||
canChangeAOP = { -- Roles that can change the aop. (The name doesn't matter it's just for you to remember the which id belongs to which role)
|
canChangeAOP = { -- Roles that can change the aop.
|
||||||
["ADMIN"] = "0",
|
["ADMIN"] = "0",
|
||||||
["STAFF"] = "0"
|
["STAFF"] = "0"
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Prority cooldown
|
-- Prority cooldown
|
||||||
enablePriorityCooldown = true,
|
enablePriorityCooldown = true,
|
||||||
|
enablePriorityDefaulyHUD = false,
|
||||||
startPriorityCommand = "prio-start",
|
startPriorityCommand = "prio-start",
|
||||||
stopPriorityCommand = "prio-stop",
|
stopPriorityCommand = "prio-stop",
|
||||||
cooldownPriorityCommand = "prio-cd",
|
cooldownPriorityCommand = "prio-cd",
|
||||||
|
joinPriorityCommand = "prio-join",
|
||||||
|
leavePriorityCommand = "prio-leave",
|
||||||
cooldownAfterPriority = 10, -- This is how long a cooldown will start after a priority is stopped.
|
cooldownAfterPriority = 10, -- This is how long a cooldown will start after a priority is stopped.
|
||||||
canSeePriority = { -- Departments that can see the priority status on their screen. (It's usually just useful for civs)
|
canSeePriority = { -- Departments that can see the priority status on their screen. (It's usually just useful for civs)
|
||||||
"CIV"
|
"CIV"
|
||||||
|
|||||||
Reference in New Issue
Block a user