Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. {
  2. "prefix": "&b&lHelper",
  3. "netherIslands": true,
  4. "islandMenu": true,
  5. "voidTeleport": true,
  6. "notifyAvailableUpdate": true,
  7. "useVault": false,
  8. "distance": 400,
  9. "blocksPerTick": 100,
  10. "defaultBiome": "PLAINS",
  11. "netherBiome": "NETHER",
  12. "missionRestart": "Daily",
  13. "defaultPermissions": {
  14. "Visitor": {
  15. "breakBlocks": false,
  16. "placeBlocks": false,
  17. "interact": false,
  18. "kickMembers": false,
  19. "inviteMembers": false,
  20. "regen": false,
  21. "islandprivate": false,
  22. "promote": false,
  23. "demote": false,
  24. "useNetherPortal": true,
  25. "useWarps": true
  26. },
  27. "Member": {
  28. "breakBlocks": true,
  29. "placeBlocks": true,
  30. "interact": true,
  31. "kickMembers": true,
  32. "inviteMembers": true,
  33. "regen": true,
  34. "islandprivate": true,
  35. "promote": true,
  36. "demote": true,
  37. "useNetherPortal": true,
  38. "useWarps": true
  39. },
  40. "Owner": {
  41. "breakBlocks": true,
  42. "placeBlocks": true,
  43. "interact": true,
  44. "kickMembers": true,
  45. "inviteMembers": true,
  46. "regen": true,
  47. "islandprivate": true,
  48. "promote": true,
  49. "demote": true,
  50. "useNetherPortal": true,
  51. "useWarps": true
  52. },
  53. "CoOwner": {
  54. "breakBlocks": true,
  55. "placeBlocks": true,
  56. "interact": true,
  57. "kickMembers": true,
  58. "inviteMembers": true,
  59. "regen": true,
  60. "islandprivate": true,
  61. "promote": true,
  62. "demote": true,
  63. "useNetherPortal": true,
  64. "useWarps": true
  65. },
  66. "Moderator": {
  67. "breakBlocks": true,
  68. "placeBlocks": true,
  69. "interact": true,
  70. "kickMembers": true,
  71. "inviteMembers": true,
  72. "regen": true,
  73. "islandprivate": true,
  74. "promote": true,
  75. "demote": true,
  76. "useNetherPortal": true,
  77. "useWarps": true
  78. }
  79. },
  80. "blockvalue": {
  81. "STONE_BRICKS": 1,
  82. "LEGACY_COAL_BLOCK": 5,
  83. "LEGACY_HAY_BLOCK": 3,
  84. "LEGACY_EMERALD_BLOCK": 20,
  85. "OAK_PLANKS": 1,
  86. "LEGACY_DIAMOND_BLOCK": 10,
  87. "DARK_OAK_PLANKS": 2,
  88. "LEGACY_SANDSTONE": 1,
  89. "LEGACY_ANVIL": 5,
  90. "LEGACY_JACK_O_LANTERN": 2,
  91. "LEGACY_OBSIDIAN": 3,
  92. "LEGACY_BEACON": 100,
  93. "LANTERN": 3,
  94. "LEGACY_SAND": 1,
  95. "LEGACY_ENCHANTMENT_TABLE": 10,
  96. "LEGACY_NETHER_BRICK": 1,
  97. "LEGACY_GOLD_BLOCK": 25,
  98. "JUNGLE_PLANKS": 2,
  99. "LEGACY_IRON_BLOCK": 10,
  100. "LEGACY_BOOKSHELF": 5,
  101. "BRICKS": 5,
  102. "BIRCH_PLANKS": 2,
  103. "LEGACY_HOPPER": 2,
  104. "LEGACY_BREWING_STAND": 10,
  105. "LEGACY_REDSTONE_BLOCK": 10,
  106. "LEGACY_BONE_BLOCK": 2,
  107. "ACACIA_PLANKS": 2,
  108. "LEGACY_GLOWSTONE": 10,
  109. "SPRUCE_PLANKS": 2,
  110. "LEGACY_MYCEL": 1
  111. },
  112. "spawnervalue": {
  113. "IRON_GOLEM": 1000,
  114. "PIG": 100
  115. },
  116. "islandTopSlots": {
  117. "1": 4,
  118. "2": 12,
  119. "3": 14,
  120. "4": 19,
  121. "5": 20,
  122. "6": 21,
  123. "7": 22,
  124. "8": 23,
  125. "9": 24,
  126. "10": 25
  127. }
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement