Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. ###############################################
  2. # EpicBuckets #
  3. # Made by Songoda #
  4. ###############################################
  5.  
  6.  
  7. # All default configuration files can be found on
  8. # https://www.spigotmc.org/resources/epicbuckets-the-most-powerful-genbucket-plugin.50944/
  9. # Please use 1.13+ material names, the plugin auto converts them to your server version
  10.  
  11. ENABLE-GENS-IN-WILDERNESS: true
  12.  
  13. CLOSE-GUI-AFTER-PURCHASE: false # Close the inventory after purchase
  14.  
  15. INFINITE-USE: false # If enabled, you won't lose a genbucket when you place it down
  16.  
  17. CHARGE-FOR-INFINITE-USE: false # This requires infinite use to be enabled and will charge the player when placing a genbucket
  18.  
  19. # Money charged for placing a genbucket when the above is enabled, put 0 if you want no charge
  20. # Use 1.13 material names, they will be auto converted to whatever your server version is
  21. COST-FOR-INFINITE-USE:
  22. HORIZONTAL:
  23. COBBLESTONE: 0
  24. SAND: 0
  25. OBSIDIAN: 0
  26. VERTICAL:
  27. COBBLESTONE: 0
  28. SAND: 0
  29. OBSIDIAN: 0
  30. PSUEDO:
  31. COBBLESTONE: 0
  32. SAND: 0
  33. OBSIDIAN: 0
  34. INFUSED:
  35. COBBLESTONE: 0
  36. OBSIDIAN: 0
  37. NETHERRACK: 0
  38.  
  39. GENBUCKET-DELAY: 10 # Ticks delay between genbucket placements, 20 ticks = 1 second, set to 0 for no delay
  40.  
  41. USE-SPONGE-SUPPORT: false # If a sponge is found it will stop the genbucket
  42. SPONGE-RADIUS: 3 # <- SPONGE-RADIUS 3 == 3x3. I do not recommending putting this higher than 3
  43.  
  44. MAX-ACTIVE-GEN-PER-PLAYER: 10 # Amount of gens a player can have active at time
  45.  
  46. PLACE-UNLIMTED-GENS: true # This will override MAX-ACTIVE-GEN-PER-PLAYER and let them place unlimted gens
  47.  
  48. MAX-VERTICAL-HEIGHT: 50 # Vertical gen height, the gen will stop if y > value
  49.  
  50. MAX-HORIZONTAL-LENGTH: 50 # Horizontal height
  51.  
  52. DELAY: 5 # If delay is set to 20 it will place one block every second. 10 will place two blocks each second
  53.  
  54. DISABLE-GENBUCKETS: false # If enabled placing any genbuckets wont be placeable
  55.  
  56. CUSTOM-ACTIVE-GEN-PER-PLAY: # Put the highest first
  57. # Everyone with the permission genbucket.limit.god
  58. # will be able to place 30 instead of the default value (MAX-ACTIVE-GEN-PER-PLAYER)
  59. GOD: "30:genbucket.limit.god"
  60. VETERAN: "25:genbucket.limit.veteran"
  61. VIP: "20:genbucket.limit.vip"
  62.  
  63. # Valid values are: UP, DOWN, SOUTH, NORTH, EAST, WEST
  64. # Whitelist means what faces the genbucket will work on
  65. # Default means when, for example, you allow a vertical genbucket to work on a side that is different from
  66. # UP or DOWN, the plugin will then get this value to allow the genbucket to work. Please make sure this value
  67. # is logical. For the vertical genbucket, that would be either UP or DOWN. Any other value just makes it
  68. # act like a horizontal genbucket, which ofcourse isnt going to work
  69.  
  70. VALID-FACES:
  71. HORIZONTAL:
  72. WHITELIST:
  73. - "EAST"
  74. - "WEST"
  75. - "NORTH"
  76. - "SOUTH"
  77. DEFAULT: "NORTH"
  78. VERTICAL:
  79. WHITELIST:
  80. - "UP"
  81. - "DOWN"
  82. DEFAULT: "UP"
  83. PSUEDO:
  84. WHITELIST:
  85. - "UP"
  86. - "DOWN"
  87. DEFAULT: "UP"
  88. INFUSED:
  89. WHITELIST:
  90. - "EAST"
  91. - "WEST"
  92. - "NORTH"
  93. - "SOUTH"
  94. DEFAULT: "NORTH"
  95.  
  96. # All genbuckets will run over these materials
  97. # except the psuedo.
  98. # Make all words capital!
  99.  
  100. IGNORE-MATERIALS:
  101. - "AIR" # <- Don't remove unless you know what you're doing
  102.  
  103. PSUEDO-MATERIALS: # Which materials should the psuedo genbucket work on?
  104. - "cobblestone"
  105. - "sand"
  106. - "obsidian"
  107.  
  108. FILL-ITEM:
  109.  
  110. name: " "
  111.  
  112. material: WHITE_STAINED_GLASS_PANE
  113.  
  114. BACK-BUTTON:
  115.  
  116. name: " &c&lReturn back to categories"
  117.  
  118. material: BARRIER
  119.  
  120.  
  121. BULK-SHOP-INVENTORY:
  122.  
  123. inventory-name: "Bulk shop for {player}"
  124.  
  125. size: 6 # Number of lines in inventory
  126.  
  127. fill: false # recommended off
  128.  
  129. return-back-slot: 49
  130.  
  131. main-item-slot: 22
  132.  
  133. increase-item:
  134.  
  135. material: GREEN_STAINED_GLASS_PANE
  136.  
  137. slots: "24,25,26" # Put only three integers and separate with commas
  138.  
  139. decrease-item:
  140.  
  141. material: RED_STAINED_GLASS_PANE
  142.  
  143. slots: "18,19,20" # Put only three integers and separate with commas
  144.  
  145. purchase-item:
  146.  
  147. name: "&a&lConfirm"
  148.  
  149. material: YELLOW_STAINED_GLASS
  150.  
  151. slot: 40
  152.  
  153.  
  154. # All material names can be found @ https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  155.  
  156. MENU-ITEMS:
  157.  
  158. size: 3
  159.  
  160. fill: true # Fill inventory ?
  161.  
  162. inventory-name: "Select a category"
  163.  
  164. '1': # Must be unique
  165.  
  166. item: # Item configuration
  167.  
  168. material: WATER_BUCKET # material name
  169.  
  170. name: "&eVertical genbuckets" # Name of the item
  171.  
  172. lore: # Lore of the item
  173. - ""
  174. - "&7&o(( Click to open shop ))"
  175. - ""
  176. - "&7Use vertical genbuckets to create"
  177. - "&7vertical walls fast and efficient"
  178. - ""
  179.  
  180. shop: "vertical" # make a shop in shops.yml
  181.  
  182. slot: 10 # slot in the gui
  183.  
  184. '2':
  185.  
  186. item:
  187.  
  188. material: WATER_BUCKET
  189.  
  190. name: "&eHorizontal genbuckets"
  191.  
  192. lore:
  193. - ""
  194. - "&7&o(( Click to open shop ))"
  195. - ""
  196. - "&7Use horizontal genbuckets to create"
  197. - "&7roofs & floors fast and efficient"
  198. - ""
  199.  
  200. shop: "horizontal"
  201.  
  202. slot: 12 # slot in the gui
  203.  
  204. '3':
  205.  
  206. item:
  207.  
  208. material: WATER_BUCKET
  209.  
  210. name: "&eInfused genbuckets"
  211.  
  212. lore:
  213. - ""
  214. - "&7&o(( Click to open shop ))"
  215. - ""
  216. - "&7Use infused genbuckets to place"
  217. - "&7vertical walls on each side of the"
  218. - "&7block"
  219. - ""
  220.  
  221. shop: "infused"
  222.  
  223. slot: 14 # slot in the gui
  224.  
  225. '4':
  226.  
  227. item:
  228.  
  229. material: WATER_BUCKET
  230.  
  231. name: "&ePsuedo genbuckets"
  232.  
  233. lore:
  234. - ""
  235. - "&7&o(( Click to open shop ))"
  236. - ""
  237. - "&7Use psuedo genbuckets to repair"
  238. - "&7broken walls"
  239. - ""
  240.  
  241. shop: "psuedo"
  242.  
  243. slot: 16 # slot in the gui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement