All versions
1.0.4-H3+neoforge-1.21.5
Release
Henny Essentials V1.0.4-H3 for MC1.21.5 [NeoForge]last year 132
Compatibility
Minecraft: Java Edition
1.21.5
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
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
defaultcategory 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 setwarpand/he settempwarpcommands 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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:lmZLNsi9:6PzDk8ep"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lmZLNsi9:6PzDk8ep"
}

