mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-07-01 22:59:01 +02:00
update templates
This commit is contained in:
parent
7d224ef2af
commit
e3c4d52747
12 changed files with 774 additions and 593 deletions
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"ConfigVersion": 1,
|
||||
"UseWaste": false,
|
||||
"ApiKey": "",
|
||||
"AdminApiKey": "",
|
||||
"APIAuthToken": "",
|
||||
"APIAdminAuthToken": "",
|
||||
"SLGAccountName": "",
|
||||
"SLGAccountPassword": "",
|
||||
"MaxRepFromOnePerson": 30.0,
|
||||
"MinRepFromOnePerson": -10.0,
|
||||
"AllowDebugCalls": false,
|
||||
|
@ -120,9 +122,13 @@
|
|||
"y": 63,
|
||||
"z": 698
|
||||
},
|
||||
"IgnoreVersionMismatch": false,
|
||||
"SpawnSearchRange": 600,
|
||||
"RequiredOccupancyBeforeAFKKick": 0,
|
||||
"TimeRequiredForAFKMinutes": 0,
|
||||
"UserPermission": {
|
||||
"WhiteList": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
|
@ -131,6 +137,8 @@
|
|||
}
|
||||
},
|
||||
"BlackList": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"Eco.Gameplay.Players.TimeUser": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||
|
@ -139,6 +147,8 @@
|
|||
}
|
||||
},
|
||||
"MuteList": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"Eco.Gameplay.Players.TimeUser": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||
|
@ -147,6 +157,40 @@
|
|||
}
|
||||
},
|
||||
"Admins": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
"$values": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"QueuePriorities": {
|
||||
"Eco.Gameplay.Players.QueuePriority": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.QueuePriority, Eco.Gameplay]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"Priority" : 0,
|
||||
"Title": "Default Priority",
|
||||
"Users": ""
|
||||
},
|
||||
{
|
||||
"Priority" : 1,
|
||||
"Title": "Priority 1",
|
||||
"Users": ""
|
||||
},
|
||||
{
|
||||
"Priority" : 2,
|
||||
"Title": "Priority 2",
|
||||
"Users": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"UsersWithReservedSlotsAtQueue": {
|
||||
"UserIDAddedEvent": {},
|
||||
"UserIDRemovedEvent": {},
|
||||
"Collection": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue