Alfista

PEX Config...

Sep 17th, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.40 KB | None | 0 0
  1. {
  2.     "subjects": {
  3.         "system": {
  4.             "console": [
  5.                 {
  6.                     "permissions-default": 1
  7.                 }
  8.             ]
  9.         },
  10.         "group": {
  11.             "Player": [
  12.                 {
  13.                     "permissions": {
  14.                         "tpa.use": -1,
  15.                         "tpa.accept": -1,
  16.                         "tpahere.use": -1,
  17.                         "tpadeny.use": -1,
  18.                         "minecraft.command.tp": -1
  19.                     },
  20.                     "options": {
  21.                         "homes": "1",
  22.                         "startingbalance": "100"
  23.                     },
  24.                     "parents": [
  25.                         "group:Builder"
  26.                     ]
  27.                 }
  28.             ],
  29.             "Builder": [
  30.                 {
  31.                     "permissions": {
  32.                         "afk.kick.false": -1,
  33.                         "minecraft.command.save-all": -1,
  34.                         "permissionsex.reload": -1,
  35.                         "permissionsex.debug": -1,
  36.                         "permissionsex.command.list.*": -1,
  37.                         "permissionsex.option.set.*": -1,
  38.                         "permissionsex.permission.set.*": -1,
  39.                         "permissionsex.parent.add.*": -1,
  40.                         "permissionsex.parent.remove.*": -1,
  41.                         "permissionsex.info.*": -1,
  42.                         "sponge.command.help": -1,
  43.                         "sponge.command.plugins": -1,
  44.                         "sponge.command.reload": -1,
  45.                         "sponge.command.save": -1,
  46.                         "sponge.command.version": -1
  47.                     },
  48.                     "options": {
  49.                         "rank": "10",
  50.                         "prefix": "&2[Build]",
  51.                         "homes": "2",
  52.                         "startingbalance": "1000"
  53.                     },
  54.                     "parents": [
  55.                         "group:Pluginmaster"
  56.                     ]
  57.                 }
  58.             ],
  59.             "Pluginmaster": [
  60.                 {
  61.                     "permissions": {
  62.                         "feed.use": -1,
  63.                         "heal.use": -1,
  64.                         "sudo.exempt": -1,
  65.                         "powertool.use": -1,
  66.                         "minecraft.command.ban": -1,
  67.                         "minecraft.command.ban-ip": -1,
  68.                         "minecraft.command.banlist": -1,
  69.                         "minecraft.command.deop": -1,
  70.                         "minecraft.command.kill": -1,
  71.                         "minecraft.command.pardon": -1,
  72.                         "minecraft.command.weather": -1,
  73.                         "minecraft.command.toggledownfall": -1,
  74.                         "minecraft.command.whitelist": -1,
  75.                         "minecraft.command.setidletimeout": -1,
  76.                         "permissionsex.reload": 1,
  77.                         "permissionsex.debug": 1,
  78.                         "sponge.command.help": 1,
  79.                         "sponge.command.plugins": 1,
  80.                         "sponge.command.reload": 1,
  81.                         "sponge.command.save": 1,
  82.                         "sponge.command.version": 1,
  83.                         "broadcast.use": -1
  84.                     },
  85.                     "options": {
  86.                         "rank": "50",
  87.                         "prefix": "&1[PlugM]",
  88.                         "homes": "5",
  89.                         "startingbalance": "1000"
  90.                     },
  91.                     "parents": [
  92.                         "group:Moderator"
  93.                     ]
  94.                 }
  95.             ],
  96.             "Moderator": [
  97.                 {
  98.                     "permissions": {
  99.                         "spawn.set": -1,
  100.                         "warp.delete": -1,
  101.                         "warp.set": -1,
  102.                         "minecraft.command.deop": -1,
  103.                         "minecraft.command.difficulty": -1,
  104.                         "minecraft.command.gamemode": -1,
  105.                         "minecraft.command.gamerule": -1,
  106.                         "minecraft.command.op": -1,
  107.                         "minecraft.command.save-off": -1,
  108.                         "minecraft.command.save-on": -1,
  109.                         "minecraft.command.setworldspawn": -1,
  110.                         "minecraft.command.stop": -1,
  111.                         "minecraft.command.worldborder": -1,
  112.                         "minecraft.commandblock.edit.block.*": -1,
  113.                         "minecraft.commandblock.edit.minecart*": -1,
  114.                         "permissionsex.reload": -1,
  115.                         "permissionsex.debug": -1,
  116.                         "sponge.command.audit": -1,
  117.                         "sponge.command.chunks": -1,
  118.                         "sponge.command.config": -1,
  119.                         "sponge.command.heap": -1,
  120.                         "sponge.command.help": -1,
  121.                         "sponge.command.plugins": -1,
  122.                         "sponge.command.reload": -1,
  123.                         "sponge.command.save": -1,
  124.                         "sponge.command.version": -1,
  125.                         "totaleconomy.command.setbalance": -1
  126.                     },
  127.                     "options": {
  128.                         "rank": "100",
  129.                         "prefix": "&5[Mod]",
  130.                         "homes": "10",
  131.                         "startingbalance": "1000"
  132.                     },
  133.                     "parents": [
  134.                         "group:Admin"
  135.                     ]
  136.                 }
  137.             ],
  138.             "Admin": [
  139.                 {
  140.                     "permissions-default": 1,
  141.                     "options": {
  142.                         "rank": "200",
  143.                         "homes": "unlimited",
  144.                         "prefix": "&C[Adm]",
  145.                         "startingbalance": "10000"
  146.                     },
  147.                     "parents": [
  148.                         "group:Owner"
  149.                     ]
  150.                 }
  151.             ],
  152.             "Owner": [
  153.                 {
  154.                     "permissions-default": 1,
  155.                     "options": {
  156.                         "rank": "500",
  157.                         "prefix": "&8[Own]",
  158.                         "homes": "unlimited",
  159.                         "startingbalance": "100000"
  160.                     }
  161.                 }
  162.             ]
  163.         },
  164.         "user": {
  165.             "3a93ebbb-15b9-4587-8da5-7f7c5sd10db9": [
  166.                 {
  167.                     "parents": [
  168.                         "group:Owner"
  169.                     ],
  170.                     "options": {
  171.                         "name": "ferko"
  172.                     }
  173.                 }
  174.             ],
  175.             "5ce14dc3-4066-3c8a-82b9-b2ee73e8xce3": [
  176.                 {
  177.                     "parents": [
  178.                         "group:Owner"
  179.                     ],
  180.                     "options": {
  181.                         "name": "janko"
  182.                     }
  183.                 }
  184.             ]
  185.         },
  186.         "default": {
  187.             "default": [
  188.                 {
  189.                     "contexts": {
  190.                         "srcip": "127.0.0.1"
  191.                     },
  192.                     "parents": [
  193.                         "group:Player"
  194.                     ]
  195.                 }
  196.             ]
  197.         }
  198.     },
  199.     "schema-version": 4
  200. }
Advertisement
Add Comment
Please, Sign In to add comment