Plugin Hooks

SuperHopperscan hook into multiple Plugin API's. Here's a list of supported plugins:

Vault

Vault is used to provide economy integration for SuperHoppers. The plugin is therefore necessary for ChunkHopper to work. In addition to Vault, you will also need an Economy Plugin, like:

HolographicDisplays

Can be used to provide holograms above SuperHoppers.

DecentHolograms

Can be used to provide holograms above SuperHoppers.

CMI

If you want to use CMI holograms instead of HolographicDisplays/DecentHolograms, you can enable this in the config.yml (see Configuration).

hologram_use_cmi: false

CMI holograms use less time to load when placing a SuperHopper, and have more features such as hiding holograms out of viewing distance.

Head Database

Instead of using vanilla items for mob representation in the Mob Storage, you can use HeadDB ids instead. You can enable this in the config.yml.

#Should config use HeadDatabase IDs instead of normal materials?
use_headdb_ids: false
mob_material:
  ZOMBIE: ZOMBIE_HEAD #4187 recommended for HeadDB
  SKELETON: SKELETON_SKULL #22402 recommended for HeadDB
  COW: BEEF #335 recommended for HeadDB
  PIG: PORKCHOP #337 recommended for HeadDB

ShopGUI+

SuperHoppers offers ShopGUI+ integration, and can be set to use prices/worth from ShopGUI+ instead of SuperHoppers own. You can enable this in the config.yml.

#--------------------# Item Hopper settings #--------------------#

#Should plugin get items worth from BossShopPro instead?
use_shop_gui_plus: false
#Items and worth if BossShopPro hook is disabled
item_worth:
  IRON_INGOT: 10.0
  GOLD_INGOT: 100.0
  DIAMOND: 1000.0

WildStacker

Supports collection of stacked items and mobs.

Boosters

Supports economy boosters for selling items and mobs.

Last updated

Was this helpful?