Advertisement
Guest User

MCTestPEX-CORE-SPONGE

a guest
Sep 23rd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.61 KB | None | 0 0
  1. {
  2.     "subjects": {
  3.         "system": {
  4.             "console": [
  5.                 {
  6.                     "permissions-default": 1
  7.                 }
  8.             ]
  9.         },
  10.         "group": {
  11.             "Grunts": [
  12.                 {
  13.                     "permissions": {
  14.                         "core.spawn.list": 1,
  15.                         "core.spawn.teleport": 1,
  16.                         "core.home.set.5": 1,
  17.                         "core.home.move": 1,
  18.                         "core.home.teleport": 1,
  19.                         "core.home.list": 1,
  20.                         "core.home.delete": 1,
  21.                         "core.warp.info": 1,
  22.                         "core.warp.teleport": 1,
  23.                         "core.channel.speak": 1,
  24.                         "core.channel.join": 1,
  25.                         "core.channel.leave": 1,
  26.                         "core.channel.info": 1,
  27.                         "core.channel.list": 1,
  28.                         "core.warp.list": 1
  29.                     },
  30.                     "options": {
  31.                         "prefix": "&f[Grunt]"
  32.                     }
  33.                 }
  34.             ],
  35.             "Helpers": [
  36.                 {
  37.                     "permissions": {
  38.                         "core.home.set.10": 1,
  39.                         "core.heal": 1,
  40.                         "core.heal-others": 1,
  41.                         "core.feed": 1,
  42.                         "core.feed-others": 1
  43.                     },
  44.                     "options": {
  45.                         "prefix": "&2[Help]"
  46.                     },
  47.                     "parents": [
  48.                         "group:Grunts"
  49.                     ]
  50.                 }
  51.             ],
  52.             "Mods": [
  53.                 {
  54.                     "permissions": {
  55.                         "core.home.set.20": 1,
  56.                         "core.kill": 1,
  57.                         "core.kill-others": 1,
  58.                         "core.butcher": 1,
  59.                         "core.motd": 1,
  60.                         "core.whois": 1,
  61.                         "core.whois-ip": 1,
  62.                         "core.gamemode": 1,
  63.                         "core.gamemode-others": 1
  64.                     },
  65.                     "options": {
  66.                         "prefix": "&1[Mod]"
  67.                     },
  68.                     "parents": [
  69.                         "group:Helpers"
  70.                     ]
  71.                 }
  72.             ],
  73.             "Admins": [
  74.                 {
  75.                     "permissions-default": 1,
  76.                     "permissions": {
  77.                         "core.home.set": 1
  78.                     },
  79.                     "options": {
  80.                         "prefix": "&9[Admin]"
  81.                     }
  82.                 }
  83.             ]
  84.         },
  85.         "user": {
  86.             "76e0a944-1c42-4524-b6a0-6b4bd6d8516b": [
  87.                 {
  88.                     "options": {
  89.                         "name": "p42p0wd3r"
  90.                     },
  91.                     "parents": [
  92.                         "group:Admins"
  93.                     ]
  94.                 }
  95.             ]
  96.         },
  97.         "default": {
  98.             "default": [
  99.                 {
  100.                     "contexts": {
  101.                         "srcip": "127.0.0.1"
  102.                     },
  103.                     "parents": [
  104.                         "group:Grunts"
  105.                     ]
  106.                 }
  107.             ]
  108.         }
  109.     },
  110.     "schema-version": 4,
  111.     "rank-ladders": {
  112.         "default": [
  113.             "group:Grunts",
  114.             "group:Helpers",
  115.             "group:Mods",
  116.             "group:Admins"
  117.         ]
  118.     }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement