I wanted to show a text when you hover over a message, which is done by typing <hover:show_text:[text]>. Only, when you want to use color codes or newlines you need to put quotation marks in the text area, and put the text between that. That would look like this: <hover:show_text:"[text]">. The issue is that when you do this your game crashes.
I wanted to show a text when you hover over a message, which is done by typing
<hover:show_text:[text]>
. Only, when you want to use color codes or newlines you need to put quotation marks in the text area, and put the text between that. That would look like this:<hover:show_text:"[text]">
. The issue is that when you do this your game crashes.