Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. #It auto saves on disable, so in case of an crash, would recommend to save it every few. The value is in seconds!
  2. saveEvery: 60
  3.  
  4. Hoppers:
  5.  
  6. #There's 4 types of hopper: BREAK, CROP, GRIND, MOB
  7.  
  8. "grindHopper":
  9. type: Grind
  10. limitPerChunk: -1 #-1 no limit
  11. name: "&f⚔ &8[&2&lMobGrind&8] &8Hopper &f⚔"
  12. lore:
  13. - "&7Place the hopper and let it do the work"
  14. - "&7it will auto-pickup mobs in a one chunk"
  15. - "&7area and freezes them and kill them."
  16. - ""
  17. - "&7If you want to link this into a chest"
  18. - "&7type &f/linkhopper &7look into an hopper and"
  19. - "&7shift-click the container you want to link"
  20. should_drop_from_explosions: false #This options makes that hopper drops from explosions.
  21. mob: PIG
  22. allowNamedMobs: false
  23. onlyActiveWhenOwnerIsOnline: true
  24. damageType: CUSTOM #Can be any minecraft damage type
  25. mob-blacklist:
  26. - "ENDER_DRAGON"
  27. - "WITHER"
  28. #If you want auto kill put, isAuto: true
  29. #If you want so the hoppers works for every mob, isGlobal: true
  30. damage: 1000
  31. stack_kill: 100000
  32. time: 1
  33. inventoryTitle: "&bGrind Hopper &a(1)"
  34. DropToInventory: true
  35.  
  36. #This will move every 4 seconds 10 amount of item out of hopper to if linked chest!
  37. linkedMoveEvery: 4
  38. linkedMoveAmount: 10
  39. linkedLimit: 1
  40.  
  41. sellEvery: 10
  42. sellAmount: 10
  43. isAuto: true
  44. isGlobal: true
  45. collectDrops: true
  46.  
  47. "mobHopper":
  48. type: Mob
  49. limitPerChunk: -1
  50. name: "&f☠ &8[&c&lMob&8] &8Hopper &f☠"
  51. inventoryTitle: "&bMob Hopper &a(1"
  52. lore:
  53. - "&7Place the hopper and let it do the work"
  54. - "&7it will auto-pickup items in a one chunk"
  55. - "&7area."
  56. - ""
  57. - "&7If you want to link this into a chest"
  58. - "&7type &f/linkhopper &7look into an hopper and"
  59. - "&7shift-click the container you want to link"
  60. should_drop_from_explosions: false
  61. onlyActiveWhenOwnerIsOnline: true
  62. autoLinkToChest: true
  63. drops:
  64. - "ROTTEN_FLESH"
  65. - "BONE"
  66. - "GUNPOWDER"
  67. - "STRING"
  68. - "SPIDER_EYE"
  69. - "ENDER_PEARL"
  70. - "SLIME_BALL"
  71. - "PRISMARINE_CRYSTALS"
  72. - "COOKED_BEEF"
  73. - "PRISMARINE_SHARD"
  74. - "BLAZE_ROD"
  75. - "MAGMA_CREAM"
  76. - "GHAST_TEAR"
  77. - "LEATHER"
  78. - "RABBIT_HIDE"
  79. - "RABBIT_FOOT"
  80. - "INK_SAC"
  81. - "FEATHER"
  82. - "EGG"
  83. - "GOLD_NUGGET"
  84. - "COAL"
  85. - "REDSTONE"
  86. - "LAPIS_LAZULI"
  87. - "IRON_INGOT"
  88. - "GOLD_INGOT"
  89. - "DIAMOND"
  90. - "EMERALD"
  91. - "ARROW"
  92.  
  93. "cropHopper":
  94. type: Crop
  95. limitPerChunk: -1
  96. name: "&f❀ &8[&a&lCrop&8] &8Hopper &f❀"
  97. should_drop_from_explosions: false
  98. pickupNamedItems: false
  99. onlyActiveWhenOwnerIsOnline: true
  100. lore:
  101. - "&7Place the hopper and let it do the work"
  102. - "&7it will auto-pickup items in a one chunk"
  103. - "&7area."
  104. - ""
  105. - "&7If you want to link this into a chest"
  106. - "&7type &f/linkhopper &7look into an hopper and"
  107. - "&7shift-click the container you want to link"
  108. crops:
  109. - "CACTUS"
  110. - "WHEAT_SEEDS"
  111. - "PUMPKIN_SEEDS"
  112. - "MELON_SEEDS"
  113. - "COCOA_BEANS"
  114. - "NETHER_WART"
  115. - "SUGAR_CANE"
  116. - "WHEAT"
  117. - "PUMPKIN"
  118. - "MELON"
  119. - "OAK_SAPLING"
  120. - "SPRUCE_SAPLING"
  121. - "BIRCH_SAPLING"
  122. - "JUNGLE_SAPLING"
  123. - "ACACIA_SAPLING"
  124. - "DARK_OAK_SAPLING"
  125. - "BAMBOO"
  126. - "APPLE"
  127. - "MELON_SLICE"
  128. - "DRIED_KELP"
  129. - "CARROT"
  130. - "POTATO"
  131. - "POISONOUS_POTATO"
  132. - "PUMPKIN_PIE"
  133. - "BEETROOT"
  134. - "SWEET_BERRIES"
  135. "breakHopper":
  136. should_drop_from_explosions: false
  137. type: Break
  138. limitPerChunk: -1
  139. name: "&8[&aBreak&8]&7 Hopper"
  140. lore:
  141. - "&7Place the hopper and let it do the work"
  142. - "&7it will auto-break blocks in a one chunk"
  143. - "&7area."
  144. - ""
  145. - "&7If you want to link this into a chest"
  146. - "&7type &f/linkhopper &7look into an hopper and"
  147. - "&7shift-click the container you want to link"
  148. breakEvery: 10
  149. collectDrops: true #Allowes the breakHopper to instant pickup the dropped items
  150. breakAll: true
  151. drops:
  152. - "DIAMOND_ORE:10" #Specify the amount that will drop, or use for example: 1-5 so it will choose random number between them!
  153. "breakWithUpgrades":
  154. should_drop_from_explosions: true
  155. type: Break
  156. limitPerChunk: -1
  157. particle: CLOUD
  158. name: "&8[&aBreak&8]&7 Hopper (&a1&7)"
  159. lore:
  160. - "Auto breaks blocks above it"
  161. breakEvery: 10
  162. drops:
  163. - "DIAMOND_ORE:1-4"
  164. upgrades:
  165. "2":
  166. breakEvery: 8
  167. limitPerChunk: -1
  168. priceType: XP
  169. price: 1000
  170. particle: SPLASH
  171. name: "&8[&aBreak&8]&7 Hopper (&a2&7)"
  172. lore:
  173. - "Auto breaks blocks above it"
  174. drops:
  175. - "DIAMOND_ORE:2-5"
  176.  
  177. GrindConvert:
  178. convert-inventory:
  179. title: "&aChange your grinder mob!"
  180. item-placeholder:
  181. name: "&b%type%"
  182. lore:
  183. - "&7Change your grinder type to %type%"
  184. - "&b&l* &7Price: $%price%"
  185. default-price: 1000
  186.  
  187. #You can add own prices by specifying Entity name & price
  188. #Ex: COW;1500
  189. #Note: Entity names come from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  190.  
  191. prices:
  192. - "COW:1500"
  193.  
  194. #Don't want an entity to show up in gui?
  195. #Add it below
  196. #Note: Entity names come from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  197.  
  198. mob-blacklist:
  199. - "GIANT"
  200. - "WITHER"
  201.  
  202. #Should hoppers level reset after convert by default it will
  203. shouldLevelResetAfterConvert: true
  204.  
  205. #Allow convert upgraded hoppers
  206. allowConvertUpgradedHoppers: true
  207.  
  208. UpgradeInventory:
  209. title: "&3&lUPGRADE HOPPER"
  210. infoItem:
  211. name: "&b&lINFO"
  212. material: PAPER
  213. lore:
  214. - "&b&l* &7Level: &b%lvl%"
  215. - "&b&l* &7Type: &b%type%"
  216. - "&b&l* &7Name: &b%name%"
  217. filler_color: "CYAN"
  218. upgradeItem:
  219. material: DIAMOND_BLOCK
  220. name: "&b&lUPGRADE"
  221. lore:
  222. - "&7Click to upgrade your hopper from level &b%lvl% &7to &b%nextlvl%"
  223.  
  224. HopperConvert:
  225. title: "&3&lConvert Hopper"
  226. itemPricePlaceholder: "&b&l* &7Price: &b%price%$"
  227. hoppers:
  228. - "cropHopper:1000"
  229.  
  230. #There's Chest, Shulker Box
  231. EnableLinkedContainerRenaming: true
  232. LinkedContainer: "&7Linked &b%name%"
  233.  
  234. allowMultipleHoppersToLinkOneContainer: false
  235. headHunterSupport: false
  236. headHunterOfflineSupport: true
  237.  
  238. cleanSaveOnShutdown: false
  239. fullUpdateOnShutdown: false
  240. DeactivateSaveMessage: false
  241.  
  242. CollectAlreadyDropedItems: true
  243. CollectItemsEvery: 3 # in seconds
  244.  
  245. AutoLinkEvery: 3 # in seconds
  246.  
  247. sellOptions:
  248.  
  249. #There's two sellTypes by default: BuiltIn, ShopGUIPlus
  250. system: ShopGUIPlus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement