File Details
Helpful Commands 4.0.0-beta.1 [Fabric 1.21.11]
- B
- Jan 10, 2026
- 579.07 KB
- 18
- 1.21.11
- Fabric
File Name
helpful_commands-fabric-4.0.0-beta.1-1.21.11.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
- No more styling: all related commands and features were removed. The mod now only uses the default style.
- Add info slot to
/invseeinventory UI: one of the empty slots was replaced with a slot containing an Enchanted Book that displays useful information about the five lower slots. /hc cooldownscommand to manage active cooldowns./hc commandListis now/hc commands.- Log the amount of homes, warps, and active cooldowns when the server starts. Also print current platform.
- Fix
/dmgcommand not working whendamage_typeargument is specified.
đŸ”± Permission updates
- Use fabric-permissions-api on Fabric, LuckPerms API on NeoForge.
- Granting permission for an argument doesn't give you access to the full command (for example, if
helpful_commands.command.fly.othersis set totrue, that doesn't mean that you can use/flycommand unlesshelpful_commands.command.flyis also set totrue). - All config permissions now sit under
helpful_commands.command.hc.config.*. - Permission IDs on Fabric and NeoForge are now different: on Fabric, all permission IDs are prefixed with
helpful_commands.. For example, the ID for/flycommand ishelpful_commands.command.flyon Fabric andcommand.flyon NeoForge. This is to avoid situations where there are 2 permissions for one command on NeoForge.

