mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 18:14:17 +02:00
Update Users.eco
This commit is contained in:
parent
2001e81125
commit
45d0d306ac
1 changed files with 147 additions and 145 deletions
|
@ -1,145 +1,147 @@
|
|||
{
|
||||
"UseWaste": false,
|
||||
"MaxRepFromOnPerson": 30.0,
|
||||
"MinRepFromOnePerson": -10.0,
|
||||
"AllowDebugCalls": false,
|
||||
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||
"WhiteList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": [
|
||||
"76561198011452073",
|
||||
"76561198046374237",
|
||||
"76561198008873235"
|
||||
]
|
||||
}
|
||||
},
|
||||
"BlackList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"Admins": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": [
|
||||
"76561198011452073",
|
||||
"76561198046374237",
|
||||
"76561198008873235"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Reputations": {
|
||||
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
||||
"$values": [
|
||||
{
|
||||
"MaxReputation": -500.0,
|
||||
"Title": "Blâmable",
|
||||
"Color": "FF4623"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -200.0,
|
||||
"Title": "Abhorré",
|
||||
"Color": "FF5A24"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -100.0,
|
||||
"Title": "Abominable",
|
||||
"Color": "FF7025"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -50.0,
|
||||
"Title": "Eviter",
|
||||
"Color": "FFA028"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -20.0,
|
||||
"Title": "Mal considéré",
|
||||
"Color": "FFC32A"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -10.0,
|
||||
"Title": "Défavorable",
|
||||
"Color": "FFF62D"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -5.0,
|
||||
"Title": "Disputable",
|
||||
"Color": "E8EB43"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -2.0,
|
||||
"Title": "Incertain",
|
||||
"Color": "B2CE76"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -1.0,
|
||||
"Title": "Inconnu",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1.0,
|
||||
"Title": "Inconnu",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 2.0,
|
||||
"Title": "Utile",
|
||||
"Color": "2899FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 5.0,
|
||||
"Title": "Respecté",
|
||||
"Color": "2EB6FC"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 10.0,
|
||||
"Title": "Ammical",
|
||||
"Color": "34D4FA"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 20.0,
|
||||
"Title": "Bien-considéré",
|
||||
"Color": "3DFFF8"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 50.0,
|
||||
"Title": "Estimé",
|
||||
"Color": "51FFB7"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 100.0,
|
||||
"Title": "Célèbre",
|
||||
"Color": "61FF82"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 200.0,
|
||||
"Title": "Honoré",
|
||||
"Color": "70FF4F"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 500.0,
|
||||
"Title": "Vénéré",
|
||||
"Color": "77FF37"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1000.0,
|
||||
"Title": "Exalté",
|
||||
"Color": "7BFF29"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"UnStuckDisableTime": 60.0,
|
||||
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||
"NearbyFoodSpawnCount": 5,
|
||||
"UseExactSpawnLocation": true,
|
||||
"SpawnNearbyFoodLocation": {
|
||||
"x": 1,
|
||||
"y": 63,
|
||||
"z": 1
|
||||
}
|
||||
}
|
||||
{
|
||||
"UseWaste": false,
|
||||
"MaxRepFromOnPerson": 30.0,
|
||||
"MinRepFromOnePerson": -10.0,
|
||||
"AllowDebugCalls": false,
|
||||
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||
"WhiteList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": [
|
||||
"76561198011452073",
|
||||
"76561198046374237",
|
||||
"76561198008873235"
|
||||
]
|
||||
}
|
||||
},
|
||||
"BlackList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"Admins": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": [
|
||||
"76561198011452073",
|
||||
"76561198046374237",
|
||||
"76561198008873235",
|
||||
"76561197987298887
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
"Reputations": {
|
||||
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
||||
"$values": [
|
||||
{
|
||||
"MaxReputation": -500.0,
|
||||
"Title": "Blâmable",
|
||||
"Color": "FF4623"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -200.0,
|
||||
"Title": "Abhorré",
|
||||
"Color": "FF5A24"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -100.0,
|
||||
"Title": "Abominable",
|
||||
"Color": "FF7025"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -50.0,
|
||||
"Title": "Eviter",
|
||||
"Color": "FFA028"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -20.0,
|
||||
"Title": "Mal considéré",
|
||||
"Color": "FFC32A"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -10.0,
|
||||
"Title": "Défavorable",
|
||||
"Color": "FFF62D"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -5.0,
|
||||
"Title": "Disputable",
|
||||
"Color": "E8EB43"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -2.0,
|
||||
"Title": "Incertain",
|
||||
"Color": "B2CE76"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -1.0,
|
||||
"Title": "Inconnu",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1.0,
|
||||
"Title": "Inconnu",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 2.0,
|
||||
"Title": "Utile",
|
||||
"Color": "2899FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 5.0,
|
||||
"Title": "Respecté",
|
||||
"Color": "2EB6FC"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 10.0,
|
||||
"Title": "Ammical",
|
||||
"Color": "34D4FA"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 20.0,
|
||||
"Title": "Bien-considéré",
|
||||
"Color": "3DFFF8"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 50.0,
|
||||
"Title": "Estimé",
|
||||
"Color": "51FFB7"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 100.0,
|
||||
"Title": "Célèbre",
|
||||
"Color": "61FF82"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 200.0,
|
||||
"Title": "Honoré",
|
||||
"Color": "70FF4F"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 500.0,
|
||||
"Title": "Vénéré",
|
||||
"Color": "77FF37"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1000.0,
|
||||
"Title": "Exalté",
|
||||
"Color": "7BFF29"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"UnStuckDisableTime": 60.0,
|
||||
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||
"NearbyFoodSpawnCount": 5,
|
||||
"UseExactSpawnLocation": true,
|
||||
"SpawnNearbyFoodLocation": {
|
||||
"x": 1,
|
||||
"y": 63,
|
||||
"z": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue