Better /help

Quick rating

Better /help

No reviews yet

Replaces /help with a clearer, interactable, paginated list. Adds descriptions for commands and arguments, plus optional metadata from other mods.

QoL & Tweaks
Mod Loaders
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
Better /help 1.0.0 [NeoForge 26.1-26.1.2]
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

About

Description

Better /help Header

A Minecraft mod that replaces /help with a clearer, interactable, paginated list. Adds descriptions for commands and arguments, plus optional metadata from other mods.

documentation github modrinth curseforge kofi

✨ Features

Vanilla /help throws a hard-to-read wall of text at you with almost no useful detail. Better /help replaces it with something players can actually use.

  • Clear, paginated command list: browse commands page by page instead of scrolling through a wall of text
  • Interactive output: hover for details and click to navigate pages
  • Descriptions for commands and arguments: most vanilla commands are covered, and arguments can have their own descriptions too
  • Easy to integrate with: other mods can add descriptions and metadata (like homepage links) using only their language files
  • Attribution: when a description comes from another mod, players can see which mod the command is from
  • Suggestions: /help <command...> autocompletes like typing the command itself, unlike vanilla /help

⌨️ Usage

Command What it does
/help Displays the paginated command list
/help <command...> Shows help for a command or argument

Examples:

/help
/help gamemode
/help advancement grant @s everything

💻 For mod developers

You can add descriptions and other metadata with language files (for example assets/<mod_id>/lang/en_us.json). Better /help scans installed mods for those keys on server startup. Translations are resolved server-side.

Command or argument descriptions

When you add a command description, Better /help attributes that command to your mod:

{
  "examplemod.commands.examplecommand.description": "Description of your command."
}

Replace examplemod with your mod's id, and examplecommand with your command's name.

You can omit the mod id prefix, but that is not recommended because of translation key conflicts:

{
  "commands.examplecommand.description": "Description of your command."
}

You can also describe nested literals and arguments. Path segments are Brigadier node names (the same strings you pass to Commands.literal("name") and Commands.argument("name", ...), not what the player types):

{
  "examplemod.commands.examplecommand.targets.description": "Who the command applies to."
}

For example, an EntityArgument registered as Commands.argument("targets", EntityArgument.players()) uses targets in the translation key, not @s, @a, or a player name.

Examples from Better /help:

{
  "commands.advancement.grant.description": "Grants player advancements.",
  "commands.advancement.grant.targets.everything.description": "Grants all advancements to players.",
  "commands.advancement.grant.targets.only.description": "Grants one specified advancement to players."
}

Homepage link

When set, the mod id in /help <command...> output can become a clickable link:

{
  "betterhelp.homepage.examplemod": "https://example.com"
}

Replace examplemod with your mod's id.

You can omit the mod id suffix, but that is not recommended because of translation key conflicts:

{
  "betterhelp.homepage": "https://example.com"
}

More details are in the documentation.

❓ FAQ

If Better /help is installed on a server, do players also need to install it?
No. It is a server-side mod. Clients do not need it.

Does it work in singleplayer?
Yes.

Will commands from other mods still show if the developer did not integrate with Better /help?
Yes, but without their descriptions or other metadata. Usage is still shown.

Can I include it in a modpack?
Yes. No need to ask for permission.

Screenshots

Gallery

  • Descriptions for arguments
    Descriptions for arguments Arguments can have their own descriptions.
  • Hover for details
    Hover for details See command description, usage, and which mod it comes from.
  • /help command
    /help command Displays the paginated command list.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works