Update setting.json

This commit is contained in:
Sarasayed0118 2024-04-07 06:02:08 +05:30 committed by GitHub
parent 2725b20190
commit ca85d0c003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,