Advertisement
Guest User

Untitled

a guest
Dec 28th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.11 KB | None | 0 0
  1. {
  2.   "$id": "1",
  3.   "RequireAuthentication": true,
  4.   "AllowDebugCalls": true,
  5.   "PrivateServer": false,
  6.   "WhiteList": {
  7.     "$id": "2",
  8.     "System.String": {
  9.       "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
  10.       "$values": ["Meia.benitez"]
  11.     }
  12.   },
  13.   "BlackList": {
  14.     "$id": "3",
  15.     "System.String": {
  16.       "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
  17.       "$values": []
  18.     }
  19.   },
  20.   "Admins": {
  21.     "$id": "4",
  22.     "System.String": {
  23.       "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
  24.       "$values": ["Meia.benitez"]
  25.     }
  26.   },
  27.   "MaxSlots": -1,
  28.   "SpawnLocation": {
  29.     "x": 500,
  30.     "y": 0,
  31.     "z": 500
  32.   },
  33.   "Reputations": {
  34.     "$id": "5",
  35.     "Eco.Gameplay.Economy.ReputationTitle": {
  36.       "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
  37.       "$values": [
  38.         {
  39.           "$id": "6",
  40.           "MaxReputation": -500.0,
  41.           "Title": "Reprehensible"
  42.         },
  43.         {
  44.           "$id": "7",
  45.           "MaxReputation": -200.0,
  46.           "Title": "Abhorred"
  47.         },
  48.         {
  49.           "$id": "8",
  50.           "MaxReputation": -100.0,
  51.           "Title": "Nefarious"
  52.         },
  53.         {
  54.           "$id": "9",
  55.           "MaxReputation": -50.0,
  56.           "Title": "Shunned"
  57.         },
  58.         {
  59.           "$id": "10",
  60.           "MaxReputation": -20.0,
  61.           "Title": "Ill-Regarded"
  62.         },
  63.         {
  64.           "$id": "11",
  65.           "MaxReputation": -10.0,
  66.           "Title": "Unfavorable"
  67.         },
  68.         {
  69.           "$id": "12",
  70.           "MaxReputation": -5.0,
  71.           "Title": "Questionable"
  72.         },
  73.         {
  74.           "$id": "13",
  75.           "MaxReputation": -2.0,
  76.           "Title": "Uncertain"
  77.         },
  78.         {
  79.           "$id": "14",
  80.           "MaxReputation": -1.0,
  81.           "Title": "Unknown"
  82.         },
  83.         {
  84.           "$id": "15",
  85.           "MaxReputation": 1.0,
  86.           "Title": "Unknown"
  87.         },
  88.         {
  89.           "$id": "16",
  90.           "MaxReputation": 2.0,
  91.           "Title": "Helpful"
  92.         },
  93.         {
  94.           "$id": "17",
  95.           "MaxReputation": 5.0,
  96.           "Title": "Respected"
  97.         },
  98.         {
  99.           "$id": "18",
  100.           "MaxReputation": 10.0,
  101.           "Title": "Friendly"
  102.         },
  103.         {
  104.           "$id": "19",
  105.           "MaxReputation": 20.0,
  106.           "Title": "Well-Regarded"
  107.         },
  108.         {
  109.           "$id": "20",
  110.           "MaxReputation": 50.0,
  111.           "Title": "Esteemed"
  112.         },
  113.         {
  114.           "$id": "21",
  115.           "MaxReputation": 100.0,
  116.           "Title": "Celebrated"
  117.         },
  118.         {
  119.           "$id": "22",
  120.           "MaxReputation": 200.0,
  121.           "Title": "Honored"
  122.         },
  123.         {
  124.           "$id": "23",
  125.           "MaxReputation": 500.0,
  126.           "Title": "Revered"
  127.         },
  128.         {
  129.           "$id": "24",
  130.           "MaxReputation": 1000.0,
  131.           "Title": "Exalted"
  132.         }
  133.       ]
  134.     }
  135.   },
  136.   "UseWaste": true
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement