Mod Links (LINKS.md)
OpenMods supports a specialized LINKS.md file in your mod's repository. Use this to display external links (Discord, Website, Support, etc.) in a styled sidebar section on your mod page.
edit_note Setup & Syntax
Create a file named LINKS.md inside your .openmods folder using standard markdown list syntax.
// Basic syntax
- [Website](https://example.com)
- [Discord](https://discord.gg/yourserver)
// With custom icons (Material Symbols or Emojis)
- [icon:language] [Website](https://openmods.net)
- [icon:🎮] [Support](https://ko-fi.com/developer)
- [Website](https://example.com)
- [Discord](https://discord.gg/yourserver)
// With custom icons (Material Symbols or Emojis)
- [icon:language] [Website](https://openmods.net)
- [icon:🎮] [Support](https://ko-fi.com/developer)
info
Smart Defaults
If you don't provide an icon, OpenMods automatically assigns icons for common labels like "Website", "Discord", "Support", and "GitHub".
Ready to distribute your mods?
Join hundreds of other developers using OpenMods to deliver their creations to players faster.