minecraft-dev / MinecraftDev

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
https://minecraftdev.org/
GNU Lesser General Public License v3.0
1.52k stars 186 forks source link

Text Editor GUI #1900

Open solonovamax opened 2 years ago

solonovamax commented 2 years ago

It would be interesting to have a text editor GUI.

It would allow you to write text using the default minecraft font, then select text snippets and apply a style to them (Similar to something like https://minecraft.tools/en/title.php). Then, it will generate the appropriate code for Adventure to create said text.

Alternatively, it could simply provide a preview for any text that you've written.

However, this may be completely out of the scope of this project, as it would require executing the code to generate the text content.

DenWav commented 2 years ago

It's a cool idea, could definitely see that being useful. Kinda like https://webui.adventure.kyori.net/

solonovamax commented 2 years ago

Yeah, pretty much.

It'd be helpful to preview messages, without having to boot up an entire mc instance just to check a few chat messages (especially on my laptop with 16gb, which really starts to hurt with firefox, intellij, and mc open all at the same time. Even with many performance optimization mods, like FerriteCore)