Phoenix616 / MineDown

A MarkDown inspired markup library for Minecraft chat components
https://wiki.phoenix616.dev/library/minedown/
MIT License
296 stars 21 forks source link

Bold formatting not reset #26

Closed lokka30 closed 1 year ago

lokka30 commented 1 year ago

Used Version

1.7.2-SNAPSHOT

Config

Not Applicable

Environment description

This server is running Paper version git-Paper-365 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 90750a6)
You are 5 version(s) behind
Download the new version at: https://papermc.io/downloads
Previous version: git-Paper-343 (MC: 1.19.3)

Full Log

Not Applicable

What other programs/plugins are you running?

What is happening?

When parsing text like this: &8&lTest &dTest

Or even with a reset: &8&lTest&r &dTest

The part after &d remains bold.

Screenshot

What did you expect to happen?

The part after &d should not be bold, the formatting should be reset when a new legacy color is entered.

Additional context

Also an issue on v1.7.3-SNAPSHOT

Thanks so much for creating and maintaining MineDown. This is hands down one of my favourite libraries!

lokka30 commented 1 year ago

Actually- I think this may be an issue on my end as I have a special method to convert Adventure components to Mojang components. I'm going to close this until I can confirm.

lokka30 commented 1 year ago

Confirmed an issue on my end.