mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 22:28:51 +02:00
Update user v1
This commit is contained in:
parent
20806f7f29
commit
cc917e7cff
2 changed files with 200 additions and 35 deletions
|
@ -1,42 +1,9 @@
|
||||||
{
|
{
|
||||||
|
"ConfigVersion": 1,
|
||||||
"UseWaste": false,
|
"UseWaste": false,
|
||||||
"MaxRepFromOnePerson": 30.0,
|
"MaxRepFromOnePerson": 30.0,
|
||||||
"MinRepFromOnePerson": -10.0,
|
"MinRepFromOnePerson": -10.0,
|
||||||
"AllowDebugCalls": false,
|
"AllowDebugCalls": false,
|
||||||
"WhiteList": {
|
|
||||||
"System.String": {
|
|
||||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
|
||||||
"$values": [
|
|
||||||
"76561198011452073",
|
|
||||||
"76561198046374237",
|
|
||||||
"76561198008873235",
|
|
||||||
"76561197987298887"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"BlackList": {
|
|
||||||
"System.String": {
|
|
||||||
"$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, System.Private.CoreLib]], System.Private.CoreLib",
|
|
||||||
"$values": [
|
|
||||||
"76561198011452073",
|
|
||||||
"76561198046374237",
|
|
||||||
"76561198008873235",
|
|
||||||
"76561197987298887"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Reputations": {
|
"Reputations": {
|
||||||
"Eco.Gameplay.Economy.ReputationTitle": {
|
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib",
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
|
@ -150,5 +117,49 @@
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 730
|
"z": 730
|
||||||
},
|
},
|
||||||
"IgnoreVersionMismatch": false
|
"IgnoreVersionMismatch": false,
|
||||||
|
"UserPermission": {
|
||||||
|
"WhiteList": {
|
||||||
|
"Collection": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
|
"$values": [
|
||||||
|
"76561198011452073",
|
||||||
|
"76561198046374237",
|
||||||
|
"76561198008873235",
|
||||||
|
"76561197987298887"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BlackList": {
|
||||||
|
"Collection": {
|
||||||
|
"Eco.Gameplay.Players.TimeUser": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MuteList": {
|
||||||
|
"Collection": {
|
||||||
|
"Eco.Gameplay.Players.TimeUser": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Players.TimeUser, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
|
"$values": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Admins": {
|
||||||
|
"Collection": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
|
"$values": [
|
||||||
|
"76561198011452073",
|
||||||
|
"76561198046374237",
|
||||||
|
"76561198008873235",
|
||||||
|
"76561197987298887"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
154
Configs/Users.v0.eco
Normal file
154
Configs/Users.v0.eco
Normal file
|
@ -0,0 +1,154 @@
|
||||||
|
{
|
||||||
|
"UseWaste": false,
|
||||||
|
"MaxRepFromOnePerson": 30.0,
|
||||||
|
"MinRepFromOnePerson": -10.0,
|
||||||
|
"AllowDebugCalls": false,
|
||||||
|
"WhiteList": {
|
||||||
|
"System.String": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
|
"$values": [
|
||||||
|
"76561198011452073",
|
||||||
|
"76561198046374237",
|
||||||
|
"76561198008873235",
|
||||||
|
"76561197987298887"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BlackList": {
|
||||||
|
"System.String": {
|
||||||
|
"$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, System.Private.CoreLib]], System.Private.CoreLib",
|
||||||
|
"$values": [
|
||||||
|
"76561198011452073",
|
||||||
|
"76561198046374237",
|
||||||
|
"76561198008873235",
|
||||||
|
"76561197987298887"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Reputations": {
|
||||||
|
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||||
|
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib",
|
||||||
|
"$values": [
|
||||||
|
{
|
||||||
|
"MaxReputation": -500.0,
|
||||||
|
"Title": "Reprehensible",
|
||||||
|
"Color": "FF4623"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -200.0,
|
||||||
|
"Title": "Abhorred",
|
||||||
|
"Color": "FF5A24"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -100.0,
|
||||||
|
"Title": "Nefarious",
|
||||||
|
"Color": "FF7025"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -50.0,
|
||||||
|
"Title": "Shunned",
|
||||||
|
"Color": "FFA028"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -20.0,
|
||||||
|
"Title": "Ill-Regarded",
|
||||||
|
"Color": "FFC32A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -10.0,
|
||||||
|
"Title": "Unfavorable",
|
||||||
|
"Color": "FFF62D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -5.0,
|
||||||
|
"Title": "Questionable",
|
||||||
|
"Color": "E8EB43"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -2.0,
|
||||||
|
"Title": "Uncertain",
|
||||||
|
"Color": "B2CE76"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": -1.0,
|
||||||
|
"Title": "Unknown",
|
||||||
|
"Color": "2581FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 1.0,
|
||||||
|
"Title": "Unknown",
|
||||||
|
"Color": "2581FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 2.0,
|
||||||
|
"Title": "Helpful",
|
||||||
|
"Color": "2899FE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 5.0,
|
||||||
|
"Title": "Respected",
|
||||||
|
"Color": "2EB6FC"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 10.0,
|
||||||
|
"Title": "Friendly",
|
||||||
|
"Color": "34D4FA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 20.0,
|
||||||
|
"Title": "Well-Regarded",
|
||||||
|
"Color": "3DFFF8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 50.0,
|
||||||
|
"Title": "Esteemed",
|
||||||
|
"Color": "51FFB7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 100.0,
|
||||||
|
"Title": "Celebrated",
|
||||||
|
"Color": "61FF82"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 200.0,
|
||||||
|
"Title": "Honored",
|
||||||
|
"Color": "70FF4F"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 500.0,
|
||||||
|
"Title": "Revered",
|
||||||
|
"Color": "77FF37"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"MaxReputation": 1000.0,
|
||||||
|
"Title": "Exalted",
|
||||||
|
"Color": "7BFF29"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"UnStuckDisableTime": 60.0,
|
||||||
|
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||||
|
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||||
|
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||||
|
"NearbyFoodSpawnCount": 5,
|
||||||
|
"UseExactSpawnLocation": false,
|
||||||
|
"SpawnLocation": {
|
||||||
|
"x": 331,
|
||||||
|
"y": 0,
|
||||||
|
"z": 730
|
||||||
|
},
|
||||||
|
"IgnoreVersionMismatch": false
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue