Advertisement
Mr_Costa

permissionsex json

Sep 22nd, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. {
  2. "subjects": {
  3. "system": {
  4. "console": [
  5. {
  6. "permissions-default": 1
  7. }
  8. ]
  9. },
  10. "group": {
  11. "Member": [
  12. {
  13. "permissions": {
  14. "modifyworld.*",
  15. "minecraft.command.help",
  16. "minecraft.command.me",
  17. "minecraft.command.say",
  18. "minecraft.command.tell"
  19. },
  20. "options": {,
  21. "prefix": "&1[Member]"
  22. },
  23. "parents": [
  24. "group:VIP"
  25. ]
  26. }
  27. ],
  28. "VIP": [
  29. {
  30. "permissions": {
  31. },
  32. "options": {
  33. "rank": "10",
  34. "prefix": "&2[VIP]"
  35. },
  36. "parents": [
  37. "group:Moderator"
  38. ]
  39. }
  40. ],
  41. "Moderator": [
  42. {
  43. "permissions": {
  44. "minecraft.command.ban": -1,
  45. "minecraft.command.ban-ip": -1,
  46. "minecraft.command.banlist": -1,
  47. "minecraft.command.clear": -1,
  48. "minecraft.command.deop": -1,
  49. "minecraft.command.difficulty": -1,
  50. "minecraft.command.gamemode": -1,
  51. "minecraft.command.gamerule": -1,
  52. "minecraft.command.give": -1,
  53. "minecraft.command.kill": -1,
  54. "minecraft.command.op": -1,
  55. "minecraft.command.pardon": -1,
  56. "minecraft.command.save-off": -1,
  57. "minecraft.command.save-on": -1,
  58. "minecraft.command.setworldspawn": -1,
  59. "minecraft.command.stop": -1,
  60. "minecraft.command.toggledownfall": -1,
  61. "minecraft.command.tp": -1,
  62. "minecraft.command.worldborder": -1,
  63. "minecraft.commandblock.edit.block.*": -1,
  64. "minecraft.commandblock.edit.minecart*": -1,
  65. "minecraft.command.save-all": -1,
  66. "permissionsex.reload": -1,
  67. "permissionsex.debug": -1,
  68. "permissionsex.command.list.*": -1,
  69. "permissionsex.option.set.*": -1,
  70. "permissionsex.permission.set.*": -1,
  71. "permissionsex.parent.add.*": -1,
  72. "permissionsex.parent.remove.*": -1,
  73. "permissionsex.info.*": -1,
  74. "permissionsex.reload": -1,
  75. "permissionsex.debug": -1,
  76. "sponge.command.audit": -1,
  77. "sponge.command.chunks": -1,
  78. "sponge.command.config": -1,
  79. "sponge.command.heap": -1,
  80. "sponge.command.help": -1,
  81. "sponge.command.plugins": -1,
  82. "sponge.command.reload": -1,
  83. "sponge.command.save": -1,
  84. "sponge.command.version": -1
  85. },
  86. "options": {
  87. "rank": "100",
  88. "prefix": "&5[Moderator]",
  89. },
  90. "parents": [
  91. "group:Admin"
  92. ]
  93. }
  94. ],
  95. "Admin": [
  96. {
  97. "permissions-default": 1,
  98. "options": {
  99. "rank": "200",
  100. "prefix": "&4[Admin]",
  101. },
  102. "parents": [
  103. "group:Owner"
  104. ]
  105. }
  106. ],
  107. "Owner": [
  108. {
  109. "permissions-default": 1,
  110. "options": {
  111. "rank": "500",
  112. "prefix": "&8[Owner]",
  113. }
  114. }
  115. ]
  116. },
  117. "user": {
  118. "3f8cbef3-3e81-3f68-b453-89668e2b010e": [
  119. {
  120. "parents": [
  121. "group:Admin"
  122. ],
  123. "options": {
  124. "name": "DarkS0ldierPT"
  125. }
  126. }
  127. ]
  128. },
  129. "default": {
  130. "default": [
  131. {
  132. "contexts": {
  133. "srcip": "127.0.0.1"
  134. },
  135. "parents": [
  136. "group:Member"
  137. ]
  138. }
  139. ]
  140. }
  141. },
  142. "schema-version": 4
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement