promotional bannermobile promotional banner

Helpful Commands

Feature-rich mod that adds many useful commands. Interactive, straightforward, supports permissions, easily configurable.

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

Fabric

modImplementation "curse.maven:helpful-commands-1389010:7443180"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • No more styling: all related commands and features were removed. The mod now only uses the default style.
  • Add info slot to /invsee inventory 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 cooldowns command to manage active cooldowns.
  • /hc commandList is now /hc commands.
  • Log the amount of homes, warps, and active cooldowns when the server starts. Also print current platform.
  • Fix /dmg command not working when damage_type argument 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.others is set to true, that doesn't mean that you can use /fly command unless helpful_commands.command.fly is also set to true).
  • 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 /fly command is helpful_commands.command.fly on Fabric and command.fly on NeoForge. This is to avoid situations where there are 2 permissions for one command on NeoForge.