Advertisement
Guest User

Untitled

a guest
May 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. # This is the main config of the plugin!
  2. # NOTE: Please change the sounds if you're in 1.8+ version!
  3.  
  4. Prefix: "&4&lLab&c&lMC&4&lGenBuckets &8»"
  5. Console: "&cOnly players can use this command!"
  6.  
  7. NoPerms:
  8. MSG: "&cSorry, this is an administrative command..."
  9. Sound:
  10. Enabled: true
  11. SoundName: "VILLAGER_NO"
  12. Actionbar:
  13. Enabled: true
  14. ActionbarMSG: "&cYou don't have enough permission!"
  15.  
  16. Reload:
  17. MSG: "&4&lLab&c&lMC &8» Genbuckets Reloaded..."
  18. Sound:
  19. Enabled: true
  20. SoundName: "NOTE_PLING"
  21. Actionbar:
  22. Enabled: true
  23. ActionbarMSG: "&4&lLab&c&lMC &8» Genbuckets Reloaded..."
  24.  
  25. Cooldown: # Highest on top!
  26. op:
  27. Permission: "gen.op.use"
  28. Seconds: 10
  29. Blocks: 50
  30. mvp:
  31. Permission: "gen.mvp.use"
  32. Seconds: 8
  33. Blocks: 18
  34. vip:
  35. Permission: "gen.vip.use"
  36. Seconds: 12
  37. Blocks: 15
  38. member:
  39. Permission: "gen.member.use"
  40. Seconds: 15
  41. Blocks: 10
  42.  
  43. Place:
  44. Cant: "&c You can't place a gen there!"
  45. CantInfused: " &cThere isn't enough place for an Infused genbucket!"
  46. OnCooldown: "&c You need to wait %amount% before placing another genbucket!"
  47. Message: "&c Placed a gen bucket for %price% balance!"
  48. NoMoney: "&c Sorry, You don't have enough balance!"
  49.  
  50.  
  51. Menu:
  52. Slot: 36
  53. Title: "&4&lLab&c&lMC &8» Genbuckets"
  54. BuyMSG: "&c&l You bought %name%&e for &c&l%price%"
  55. FullInv: "&c&l Your inventory is full!"
  56. PlacedMSG: "&c&lPlaced a generator for %price%"
  57. OpenMSG: "&4&lLab&c&lMC&4&lGenBuckets &8» Shop Opened..."
  58.  
  59. FilledItem:
  60. Enabled: true
  61. Material: "STAINED_GLASS_PANE"
  62. Data: 15
  63. Amount: 1
  64. Glow: false
  65. Name: "&4&lLab&c&lMC"
  66. Lore: []
  67.  
  68. Head:
  69. Name: "&4&l* &c&lStats:"
  70. Owner: "%player_name%"
  71. Lore:
  72. - "&cBalance: &7&n$%vault_eco_balance%"
  73. Slot: 35
  74.  
  75. Exit:
  76. Material: "BARRIER"
  77. Name: "&c&lExit..."
  78. Lore:
  79. - "&7&o(( Click To &fClose &7&oThis Menu. ))"
  80. Slot: 27
  81. Amount: 1
  82. Data: 1
  83. Glow: true
  84.  
  85.  
  86.  
  87. Items:
  88. cobble:
  89. Enabled: true
  90. Name: "&c&lGenbucket &7(Cobblestone)"
  91. Lore:
  92. - "&7&oObtain a different type of Genbucket"
  93. - "&7&oby typing &f&o/gen&7&o."
  94. - ""
  95. - "&c&lItem Information:"
  96. - "&4&l* &cType &7&nMulti-Directional"
  97. - "&4&l* &cMaterial &7&nCobblestone"
  98. - "&4&l* &cSpeed &7&n3 Block Per Second"
  99. - ""
  100. - "&4&l* &c&l253 &7&nVertical Blocks"
  101. - "&4&l* &c&l50 &7&nHorizontal Blocks"
  102. - "&4&l* &c&lCOST &7&n$750 Per Use"
  103. - ""
  104. - "&7&o(( Place this bucket to use it. ))"
  105. Slot: 11
  106. Price: 750
  107. Block: COBBLESTONE
  108. Vertical: 253
  109. Horizontal: 50
  110. Speed: 10
  111. netherrack:
  112. Enabled: true
  113. Name: "&c&lGenbucket &7(Netherrack)"
  114. Lore:
  115. - "&7&oObtain a different type of Genbucket"
  116. - "&7&oby typing &f&o/gen&7&o."
  117. - ""
  118. - "&c&lItem Information:"
  119. - "&4&l* &cType &7&nMulti-Directional"
  120. - "&4&l* &cMaterial &7&nNetherrack"
  121. - "&4&l* &cSpeed &7&n3 Block Per Second"
  122. - ""
  123. - "&4&l* &c&l253 &7&nVertical Blocks"
  124. - "&4&l* &c&l50 &7&nHorizontal Blocks"
  125. - "&4&l* &c&lCOST &7&n$1,500 Per Use"
  126. - ""
  127. - "&7&o(( Place this bucket to use it. ))"
  128. Slot: 14
  129. Price: 1500
  130. Block: NETHERRACK
  131. Vertical: 253
  132. Horizontal: 50
  133. Speed: 10
  134. obsidian:
  135. Enabled: true
  136. Name: "&c&lGenbucket &7(Obsidian)"
  137. Lore:
  138. - "&7&oObtain a different type of Genbucket"
  139. - "&7&oby typing &f&o/gen&7&o."
  140. - ""
  141. - "&c&lItem Information:"
  142. - "&4&l* &cType &7&nMulti-Directional"
  143. - "&4&l* &cMaterial &7&nObsidian"
  144. - "&4&l* &cSpeed &7&n3 Block Per Second"
  145. - ""
  146. - "&4&l* &c&l253 &7&nVertical Blocks"
  147. - "&4&l* &c&l50 &7&nHorizontal Blocks"
  148. - "&4&l* &c&lCOST &7&n$3,500 Per Use"
  149. - ""
  150. - "&7&o(( Place this bucket to use it. ))"
  151. Slot: 15
  152. Price: 3500
  153. Block: OBSIDIAN
  154. Vertical: 253
  155. Horizontal: 50
  156. Speed: 10
  157. stone:
  158. Enabled: true
  159. Name: "&c&lGenbucket &7(Stone)"
  160. Lore:
  161. - "&7&oObtain a different type of Genbucket"
  162. - "&7&oby typing &f&o/gen&7&o."
  163. - ""
  164. - "&c&lItem Information:"
  165. - "&4&l* &cType &7&nMulti-Directional"
  166. - "&4&l* &cMaterial &7&nStone"
  167. - "&4&l* &cSpeed &7&n3 Block Per Second"
  168. - ""
  169. - "&4&l* &c&l253 &7&nVertical Blocks"
  170. - "&4&l* &c&l50 &7&nHorizontal Blocks"
  171. - "&4&l* &c&lCOST &7&n$1,000 Per Use"
  172. - ""
  173. - "&7&o(( Place this bucket to use it. ))"
  174. Slot: 12
  175. Price: 1000
  176. Block: STONE
  177. Vertical: 253
  178. Horizontal: 50
  179. Speed: 10
  180. cobble1:
  181. Enabled: true
  182. Name: "&c&lGenbucket &7(Cobblestone)(INFUSED)"
  183. Lore:
  184. - "&7&oObtain a different type of Genbucket"
  185. - "&7&oby typing &f&o/gen&7&o."
  186. - ""
  187. - "&c&lItem Information:"
  188. - "&4&l* &cType &7&nInfused-Bucket"
  189. - "&4&l* &cMaterial &7&nCobblestone"
  190. - "&4&l* &cSpeed &7&n3 Block Per Second"
  191. - ""
  192. - "&4&l* &c&l253 &7&nInfused Blocks"
  193. - "&4&l* &c&lCOST &7&n$750 Per Use"
  194. - ""
  195. - "&7&o(( Place this bucket to use it. ))"
  196. Slot: 20
  197. Price: 750
  198. Block: COBBLESTONE
  199. Vertical: 253
  200. Horizontal: 50
  201. Speed: 10
  202. Infused: true
  203. netherrack1:
  204. Enabled: true
  205. Name: "&c&lGenbucket &7(Netherrack)(INFUSED)"
  206. Lore:
  207. - "&7&oObtain a different type of Genbucket"
  208. - "&7&oby typing &f&o/gen&7&o."
  209. - ""
  210. - "&c&lItem Information:"
  211. - "&4&l* &cType &7&nInfused-Bucket"
  212. - "&4&l* &cMaterial &7&nNetherrack"
  213. - "&4&l* &cSpeed &7&n3 Block Per Second"
  214. - ""
  215. - "&4&l* &c&l253 &7&nInfused Blocks"
  216. - "&4&l* &c&lCOST &7&n$750 Per Use"
  217. - ""
  218. - "&7&o(( Place this bucket to use it. ))"
  219. Slot: 23
  220. Price: 750
  221. Block: NETHERRACK
  222. Vertical: 253
  223. Horizontal: 50
  224. Speed: 10
  225. Infused: true
  226. stone1:
  227. Enabled: true
  228. Name: "&c&lGenbucket &7(Stone)(INFUSED)"
  229. Lore:
  230. - "&7&oObtain a different type of Genbucket"
  231. - "&7&oby typing &f&o/gen&7&o."
  232. - ""
  233. - "&c&lItem Information:"
  234. - "&4&l* &cType &7&nInfused-Bucket"
  235. - "&4&l* &cMaterial &7&nStone"
  236. - "&4&l* &cSpeed &7&n3 Block Per Second"
  237. - ""
  238. - "&4&l* &c&l253 &7&nInfused Blocks"
  239. - "&4&l* &c&lCOST &7&n$750 Per Use"
  240. - ""
  241. - "&7&o(( Place this bucket to use it. ))"
  242. Slot: 21
  243. Price: 750
  244. Block: STONE
  245. Vertical: 253
  246. Horizontal: 50
  247. Speed: 10
  248. Infused: true
  249. obsidian1:
  250. Enabled: true
  251. Name: "&c&lGenbucket &7(Obsidian)(INFUSED)"
  252. Lore:
  253. - "&7&oObtain a different type of Genbucket"
  254. - "&7&oby typing &f&o/gen&7&o."
  255. - ""
  256. - "&c&lItem Information:"
  257. - "&4&l* &cType &7&nInfused-Bucket"
  258. - "&4&l* &cMaterial &7&nObsidian"
  259. - "&4&l* &cSpeed &7&n3 Block Per Second"
  260. - ""
  261. - "&4&l* &c&l253 &7&nInfused Blocks"
  262. - "&4&l* &c&lCOST &7&n$750 Per Use"
  263. - ""
  264. - "&7&o(( Place this bucket to use it. ))"
  265. Slot: 24
  266. Price: 750
  267. Block: OBSIDIAN
  268. Vertical: 253
  269. Horizontal: 50
  270. Speed: 10
  271. Infused: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement