feat(nukeprotect): disable nukes completely on config

This commit is contained in:
oof2win2
2023-09-06 20:42:25 +02:00
parent 7d5254f44e
commit 266e7f2a4b
2 changed files with 18 additions and 4 deletions

View File

@@ -26,5 +26,9 @@ return {
},
},
ignore_permisison = "bypass-nukeprotect", -- @setting ignore_permisison The permission that nukeprotect will ignore
ignore_admins = true, -- @setting ignore_admins Ignore admins, true by default. Allows usage outside of the roles module
ignore_admins = true, -- @setting ignore_admins Ignore admins, true by default. Allows usage outside of the roles module
disable_nuke_research = true, -- @setting disable_nuke_research Disable the nuke research, true by default
disable_nuke_research_names = {
["atomic-bomb"] = true
} -- @setting disable_nuke_research_names The names of the researches to disabled
}