Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
HuskHomesGUI Navitems
PluginApache-2.0

HuskHomesGUI Navitems

Compass opens warps, Recovery Compass opens homes, Goat Horn sets a new home named home, and Book shows public homes. The plugin always adds concise usage lore to those items.

46
Downloads
0
Followers
8 months ago
Updated
📦
2
Versions
paperspigot
Download Latestv1.2.0View on Modrinth

📖About HuskHomesGUI Navitems

NavItems — item shift right-click shortcuts for HuskHomes

Summary
Turns a few vanilla items into fast travel tools. NavItems adds concise usage lore to those items (without renaming) and runs HuskHomes commands on shift + right-click:

  • Compass → /warplist
  • Recovery Compass → /homelist
  • Goat Horn → /sethome home-<number> (number is global, never re-used)
  • Book → /phomeslist (public homes)

Features

  • Shift+Right-click while holding item to trigger
  • Always-on instructive lore
  • Unique home names: home-1, home-2, home-3… stored in plugins/NavItems/data.yml so numbers never repeat across restarts.
  • Namespaced command first, fallback second (e.g. huskhomes:warplist → warplist).
  • Light cooldown (configurable) to prevent accidental double-fires.
  • /navitems [player] helper command to hand out the four items (with lore).

Dependencies

  • Required: HuskHomes https://modrinth.com/plugin/huskhomes (the commands this plugin runs come from HuskHomes).
  • Required: Updated HuskHomes GUI https://modrinth.com/plugin/updated-huskhomesgui — if missing, it will only list warps and homes by triggering /warplist, /homelist, or /phomeslist

Players still need the relevant HuskHomes permissions to use the lists or set homes. NavItems only triggers the commands; HuskHomes handles access.


Commands & permissions

Commands

  • /navitems [player] — gives Compass, Recovery Compass, Goat Horn, Book (all with usage lore)

Permissions

  • navitems.use — allow using the items (right-click actions)
  • navitems.give — allow /navitems (default: op)

Example (LuckPerms):

/lp group default permission set navitems.use true
/lp user <you> permission set navitems.give true

Configuration

plugins/NavItems/config.yml

commands:
  warplist: "huskhomes:warplist"
  homelist: "huskhomes:homelist"
  phomeslist: "huskhomes:phomeslist"
  sethome: "huskhomes:sethome %name%"

homeNamePrefix: "home-"
cooldownMs: 600
  • Change the command strings or the name prefix if you like.
  • Namespaced commands ensure HuskHomes is targeted even if other plugins add similar commands.

Compatibility

  • Server: Paper / Purpur (Paper recommended)
  • Minecraft: 1.21.x
  • Java: 21

Installation

  1. Drop the JAR into /plugins.
  2. Start the server once (generates config.yml & data.yml).
  3. Grant navitems.use (and, if desired, navitems.give).
  4. (Optional) Install the updated unofficial HuskHomes GUI to get menu UIs for the lists.

FAQ

Does this rename items?
No — only lore is added. Names remain vanilla.

What if another plugin uses these items too?
NavItems cancels the interaction after firing the command and has a short cooldown. You can also withhold navitems.use from groups that shouldn’t trigger it.

Can I map different items or commands?
Yes — edit config.yml. The code is small and easy to extend if you want deeper customization.


Changelog (latest)

1.2.0

  • Right-click actions for Compass / Recovery Compass / Goat Horn / Book
  • Always-on lore for those vanilla items
  • Global, persistent home-<number> naming
  • Namespaced HuskHomes commands with fallback
  • /navitems helper command

👥 Team & Contributors

rk.kakarigi
rk.kakarigiOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+1 more

🔗 Links

Modrinth Page