Skip to main content

🔗 Adding a homepage link

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

Clickable mod id

Key formats

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

Replace examplemod with your mod's id.

Prefer suffixed keys to avoid translation key conflicts between mods.

Plain

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

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