-
While the Spigot API does not support Adventure, we can still try to add support for it.
One way to support this would be to do a double translation: MiniMessage String -> Adventure Component -> Le…
-
It would be nice if you could add [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI) support so the plugin could do more interactions with other plugins like with unified nick across d…
-
### Expected behavior
[Components](https://jd.advntr.dev/api/4.17.0/net/kyori/adventure/text/Component.html) obtained through [pages()](https://jd.advntr.dev/api/4.17.0/net/kyori/adventure/inventory/…
-
This is what I use for minimessage + string to components:
```kt
fun String.toComponent(): Component = MiniMessage.miniMessage().deserialize(this)
fun Component.toString(): String = Min…
-
### Description of Feature
Hello,
Can you add support for [Adventure](https://docs.advntr.dev/minimessage/format.html) text system please ?
### Reason for Addition
Personally, I find it easier to …
-
Instead of legacy `&` color codes, use MiniMessage on Triton's `message.yml`.
**This will be a breaking change.**
-
-
The colour and formatting parser should be replaced with [MiniMessage](https://docs.adventure.kyori.net/minimessage/) which is cleaner, faster, and more user friendly. Most if not all plugins especial…
-
Color code / formatting code are not working on the scoreboard.
Tested with
- SternalBoard-2.3.0-all.jar
- PaperSpigot 1.20.6
- PlaceholderAPI 2.11.6
```yaml
settings:
animated: false
…
-
Currently, the examples for each MiniMessage tag are produced manually by entering the MiniMessage string into a game instance and taking a screenshot.
We should be able to rig something up to gene…