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

Key formats
Suffixed (recommended)
{
"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"
}