KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
679 stars 104 forks source link

Support non-`Component` translation arguments in MiniMessage #1010

Open zml2008 opened 6 months ago

zml2008 commented 6 months ago

Currently, MiniMessage represents all translation arguments as Components. We should find out a way to preserve some type information (does this involve some guessing/treating unquoted strings as potentially 'real' numbers/booleans?)