Advertisement
Krythic

sdfadsf

Sep 15th, 2022
1,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.58 KB | None | 0 0
  1. {
  2.   "Settings": {
  3.     "Use Team": false,
  4.     "Use Friends": false,
  5.     "Use Clans": false,
  6.     "Block damage another player's survey crater": true,
  7.     "Block deploy a quarry on another player's survey crater": true
  8.   },
  9.   "Chat Settings": {
  10.     "Chat Prefix": "[BackPumpjack]: ",
  11.     "Chat Prefix Color": "#00FFFF",
  12.     "Chat SteamID Icon": 0
  13.   },
  14.   "Permission List": [
  15.     {
  16.       "Permission": "backpumpjack.use",
  17.       "Priority": 0,
  18.       "Oil Crater Chance": 40.0,
  19.       "Oil Crater Settings": {
  20.         "Minimum pM": 1.0,
  21.         "Maximum pM": 1.0
  22.       },
  23.       "Normal Crater Settings": {
  24.         "Modify Chance (If not modified, use default mineral)": 0.0,
  25.         "Minimum Mineral Amount": 1,
  26.         "Maximum Mineral Amount": 2,
  27.         "Mineral Items": [
  28.           {
  29.             "Mineral Item Shorname": "stones",
  30.             "Chance": 60.0,
  31.             "Minimum pM": 90.0,
  32.             "Maximum pM": 150.0
  33.           },
  34.           {
  35.             "Mineral Item Shorname": "metal.ore",
  36.             "Chance": 50.0,
  37.             "Minimum pM": 11.25,
  38.             "Maximum pM": 22.5
  39.           },
  40.           {
  41.             "Mineral Item Shorname": "sulfur.ore",
  42.             "Chance": 40.0,
  43.             "Minimum pM": 11.25,
  44.             "Maximum pM": 11.25
  45.           },
  46.           {
  47.             "Mineral Item Shorname": "hq.metal.ore",
  48.             "Chance": 30.0,
  49.             "Minimum pM": 0.9,
  50.             "Maximum pM": 1.5
  51.           }
  52.         ]
  53.       }
  54.     },
  55.     {
  56.       "Permission": "backpumpjack.vip",
  57.       "Priority": 1,
  58.       "Oil Crater Chance": 40.0,
  59.       "Oil Crater Settings": {
  60.         "Minimum pM": 1.0,
  61.         "Maximum pM": 1.0
  62.       },
  63.       "Normal Crater Settings": {
  64.         "Modify Chance (If not modified, use default mineral)": 50.0,
  65.         "Minimum Mineral Amount": 1,
  66.         "Maximum Mineral Amount": 3,
  67.         "Mineral Items": [
  68.           {
  69.             "Mineral Item Shorname": "stones",
  70.             "Chance": 60.0,
  71.             "Minimum pM": 120.0,
  72.             "Maximum pM": 180.0
  73.           },
  74.           {
  75.             "Mineral Item Shorname": "metal.ore",
  76.             "Chance": 50.0,
  77.             "Minimum pM": 15.0,
  78.             "Maximum pM": 25.0
  79.           },
  80.           {
  81.             "Mineral Item Shorname": "sulfur.ore",
  82.             "Chance": 50.0,
  83.             "Minimum pM": 15.0,
  84.             "Maximum pM": 15.0
  85.           },
  86.           {
  87.             "Mineral Item Shorname": "hq.metal.ore",
  88.             "Chance": 50.0,
  89.             "Minimum pM": 1.5,
  90.             "Maximum pM": 2.0
  91.           }
  92.         ]
  93.       }
  94.     }
  95.   ]
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement