mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-05-07 08:20:06 +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,
|
||||
"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",
|
||||
|
@ -150,5 +117,49 @@
|
|||
"y": 0,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue