An IntelliJ IDEA plugin for viewing and highlighting MiniMessage formatted text.
- Syntax highlighting for MiniMessage tags
- Color preview for color codes
- Gradient support
- Download the plugin JAR from the releases page.
- In IntelliJ IDEA, go to Settings > Plugins > Install Plugin from Disk.
- Select the downloaded JAR file and restart IDEA.
Open a file containing MiniMessage formatted text. The plugin will automatically highlight tags and colors.
This plugin is built with Kotlin and Gradle.
To build:
./gradlew build
To run in development:
./gradlew runIde