mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-07-01 18:46:42 +02:00
V0.9.1.8
This commit is contained in:
parent
a998ba271d
commit
45a93682a2
10 changed files with 56 additions and 53 deletions
16
Configs/Users.eco.template
Normal file → Executable file
16
Configs/Users.eco.template
Normal file → Executable file
|
@ -3,28 +3,33 @@
|
|||
"MaxRepFromOnePerson": 30.0,
|
||||
"MinRepFromOnePerson": -10.0,
|
||||
"AllowDebugCalls": false,
|
||||
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||
"WhiteList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"BlackList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"MuteList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"Admins": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"Reputations": {
|
||||
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"MaxReputation": -500.0,
|
||||
|
@ -125,6 +130,7 @@
|
|||
}
|
||||
},
|
||||
"UnStuckDisableTime": 60.0,
|
||||
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||
"NearbyFoodSpawnCount": 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue