promotional bannermobile promotional banner

Henny Essentials

Server Essentials for Neo / Forge / Fabric servers - Warps , Permissions , Kits , Home , Moderation , Ban , Mute , Command Tokens , Serverside , All In One

File Details

Henny Essentials V1.0.4-H3 for MC1.21.5 [Fabric]

  • R
  • May 7, 2025
  • 254.09 KB
  • 93
  • 1.21.5
  • Fabric

File Name

hennyessentials-fabric-1.21.5-1.0.4-H3.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:henny-essentials-1225914:6504985"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Henny Essentials V1.0.4-H3 for Minecraft 1.21.5

  • Brought 1.21.5 version up to date with all new changes in 1.21.1 version of HE

Warp additions

  • Added new permission check for warps: warpcategory.<categoryname>
  • This will grant permission to all warps within that category.
  • Remember: warps go into the default category by default
  • You can still assign individual warp permissions with: warp.<warpname>
  • If using inventory menu display, the player will only see warps they have permission for
  • The /he setwarp and /he settempwarp commands now take two new optional arguments:
    • category ~ the name of the category (eg "shops")
    • displayItem ~ the item to display in the warp menu (if enabled) (eg: minecraft:diamond)
    • Command examples:
      • /he settempwarp nether 7D dimensions minecraft:obsidian
      • ^ sets a temp warp called "nether" that lasts 7 days and has a display icon of obsidian
      • /he setwarp notch playerbases minecraft:player_head[profile={name:notch}]
      • ^ set warp called "notch" in the playerbases category with Notch's player head as the icon

Invsee offline

  • Added /he invseeoffline <playername> command to view offline players inventories
    • Note Use this only when really necessary. This command will manipulate the users data file with any changes you make.
    • Only use when really necessary

Ban Command fixes

  • Sometimes the ban command would throw an error and not complete the ban successfully.
    • This has now been fixed.