mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
Update setting.json
This commit is contained in:
parent
2725b20190
commit
ca85d0c003
1 changed files with 15 additions and 7 deletions
22
dist/ba_root/mods/setting.json
vendored
22
dist/ba_root/mods/setting.json
vendored
|
|
@ -2,11 +2,19 @@
|
||||||
"JoinClaim": true,
|
"JoinClaim": true,
|
||||||
"NotifyPlayer": false,
|
"NotifyPlayer": false,
|
||||||
"compChatText": false,
|
"compChatText": false,
|
||||||
"ServerForWhitelistplayers": false,
|
|
||||||
"NightMode": false,
|
"NightMode": false,
|
||||||
"whitelist": false,
|
"whitelist": false,
|
||||||
"useV2Account": false,
|
"useV2Account": false,
|
||||||
"Anti-IdRevealer": false,
|
"Anti-IdRevealer": false,
|
||||||
|
"ServerForWhitelistplayers": {
|
||||||
|
"enable": true,
|
||||||
|
"AllowedRoles": [
|
||||||
|
"owner",
|
||||||
|
"staff",
|
||||||
|
"moderator",
|
||||||
|
"whitelist"
|
||||||
|
]
|
||||||
|
},
|
||||||
"ChatCommands": {
|
"ChatCommands": {
|
||||||
"BrodcastCommand": true
|
"BrodcastCommand": true
|
||||||
},
|
},
|
||||||
|
|
@ -49,7 +57,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ScoreScreenAnnouncement": {
|
"ScoreScreenAnnouncement": {
|
||||||
"enable": false,
|
"enable": true,
|
||||||
"msg": [
|
"msg": [
|
||||||
"enjoy here :)",
|
"enjoy here :)",
|
||||||
"click stats button to join discord",
|
"click stats button to join discord",
|
||||||
|
|
@ -88,7 +96,7 @@
|
||||||
"barsBehindName": true
|
"barsBehindName": true
|
||||||
},
|
},
|
||||||
"autoNightMode": {
|
"autoNightMode": {
|
||||||
"enable": false,
|
"enable": true,
|
||||||
"startTime": "18:30",
|
"startTime": "18:30",
|
||||||
"endTime": "06:00",
|
"endTime": "06:00",
|
||||||
"fireflies": true,
|
"fireflies": true,
|
||||||
|
|
@ -214,10 +222,10 @@
|
||||||
471365451209900043,
|
471365451209900043,
|
||||||
803681951109873724
|
803681951109873724
|
||||||
],
|
],
|
||||||
"bot_prefix": "v!",
|
"bot_prefix": "<your_bot_prefix_here>",
|
||||||
"commands_prefix": "vs",
|
"commands_prefix": "<server-code_here>",
|
||||||
"complaint_role": "",
|
"complaint_role": "<complaint_role_id_here",
|
||||||
"notify_role": ""
|
"notify_role": "<notify_role_id_here>"
|
||||||
},
|
},
|
||||||
"autoadmin": {
|
"autoadmin": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue