Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.39 KB

SlimeHUD

Adds a WAILA (What Am I Looking At) HUD for Slimefun items. Can be set to display in the bossbar or above the hotbar in config.yml. Additional energy/cargo information can also be toggled on or off in config.yml. Individual players can also toggle their WAILA HUD with /slimehud toggle.

The HUD lets you see what Slimefun item a block is without breaking or opening its menu. It also displays additional information depending on the block, such as network size, cargo channel, and energy generation. See the wiki for more details.

Preview

slimehud.mp4

PlaceholderAPI

  • %slimehud_toggle% Returns the current player's toggle state. Possible values are true or false.
  • %slimehud_hud% Standard hud, including block display name and additional information.
  • %slimehud_hud_block% Only block display names.
  • %slimehud_hud_block_info% Only additional information.

Limitations

  • Minecraft only has 7 colors for the bossbar, compared to 16 for regular items.

API

API documentation can be found here on the wiki.

Requirements

  • Spigot or its derivatives
  • Slimefun, of course

Credits

Big thanks to Sefiraat for designing and creating the API!

InfinityLib by Mooy1
Lombok by Project Lombok