This commit is contained in:
Hactarus 2020-12-04 11:26:38 +00:00
parent a998ba271d
commit 45a93682a2
10 changed files with 56 additions and 53 deletions

16
Configs/Users.eco.template Normal file → Executable file
View 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,