Skip to content

Global Options

CraftyKenny edited this page Apr 5, 2020 · 3 revisions

In this specific wiki, you'll find options that are not in the Hopper configuration settings!

Auto Save Plugin (Prevents data loss on crashes)

saveEvery: 60

On an event of a server crash, having your data kept is something that is absolutely necessary. We have implemented an auto save system that will ensure that your plugin will save every (x) seconds to ensure that all data is saved, even on a crash.

VALUE IS IN SECONDS!


Linked Containers

EnableLinkedContainerRenaming - Set whether to allow linked containers to be renamed or not
LinkedContainer - Set the Linked Container name
allowMultipleHoppersToLinkOneContainer - Set to allow more than one hoppers to link to one container

EnableLinkedContainerRenaming: true
LinkedContainer: "&7Linked &b%name%"
allowMultipleHoppersToLinkOneContainer: false

Third-Party Plugin Support

MFHoppers support numerous of third-party plugins, they are:

  • WildStacker
  • ShopGUI+
  • DropEdit
  • HeadHunter
  • SSB2
  • WildChests
  • Helix
  • BeastCore
  • DropEdit2
  • CustomDrops
  • BlockGenerator

If you are interested in suggesting a plugin to be supported, please visit our discord: click here


Collections Settings

Change options for Hoppers that collect (Crop, Mob, etc.)

CollectAlreadyDroppedItems - Set whether to allow hoppers to collect items that were already on the ground
CollectItemsEvery - Set the interval to which when the hoppers will collect. This option is in seconds! (e.g. Setting the interval to 5, will have set the collect setting to every 5 seconds)

CollectAlreadyDroppedItems: true 
CollectItemsEvery: 3

Sell Option

MFHoppers has two sell options that you are able to choose from, these are the builtIn system, and ShopGUI+. Using ShopGUI+ will get all the sell prices from your configured shop. For more info configuring the BuiltIn system, click here!

NOTE: You must have the ShopGUI+ plugin installed before setting this option. View the resource page on spigot here