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

hennyessentials-neoforge-1.21.1-1.0.4-H3.jar

  • R
  • Apr 29, 2025
  • 244.91 KB
  • 946
  • 1.21.1
  • NeoForge

File Name

hennyessentials-neoforge-1.21.1-1.0.4-H3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Henny Essentials V1.0.4-H3

Changes in this version:

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.