Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.44 KB | None | 0 0
  1. {
  2.   "proxy": {
  3.     "startPort": 45000,
  4.     "fallback": "Lobby",
  5.     "startup": 1,
  6.     "memory": 512,
  7.     "staticProxyMode": false
  8.   },
  9.   "groups": [
  10.     {
  11.       "name": "Lobby",
  12.       "memory": 2000,
  13.       "joinPower": 0,
  14.       "maintenance": false,
  15.       "startup": 2,
  16.       "priority": 1,
  17.       "groupPriority": 1,
  18.       "priorityStopTime": 180,
  19.       "onlineCountForPriority": 100,
  20.       "priorityForGroupOnlineCount": 100,
  21.       "hostName": "127.0.0.1",
  22.       "maxPlayers": 50,
  23.       "serverType": "BUKKIT",
  24.       "groupMode": "LOBBY",
  25.       "parentGroup": null
  26.     },
  27.     {
  28.       "name": "RM",
  29.       "memory": 300,
  30.       "joinPower": 0,
  31.       "maintenance": false,
  32.       "startup": 3,
  33.       "priority": 1,
  34.       "groupPriority": 1,
  35.       "priorityStopTime": 180,
  36.       "onlineCountForPriority": 100,
  37.       "priorityForGroupOnlineCount": 100,
  38.       "hostName": "127.0.0.1",
  39.       "maxPlayers": 10,
  40.       "serverType": "BUKKIT",
  41.       "groupMode": "DYNAMIC",
  42.       "parentGroup": null
  43.     },
  44.     {
  45.       "name": "CW",
  46.       "memory": 300,
  47.       "joinPower": 0,
  48.       "maintenance": false,
  49.       "startup": 3,
  50.       "priority": 1,
  51.       "groupPriority": 1,
  52.       "priorityStopTime": 180,
  53.       "onlineCountForPriority": 100,
  54.       "priorityForGroupOnlineCount": 100,
  55.       "hostName": "127.0.0.1",
  56.       "maxPlayers": 10,
  57.       "serverType": "BUKKIT",
  58.       "groupMode": "DYNAMIC",
  59.       "parentGroup": null
  60.     }
  61.   ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement