26.04.2018, 18:52
Sorry for the topic bumping..but is there any way to style a group of texts without creating a new line for every single one.
I tried doing it like shown bellow, but it doesn't work.
The way i have to do it right now:
OffTopic: BTW this topic is so underrated, i think it deserves this bump.
I tried doing it like shown bellow, but it doesn't work.
PHP Code:
<yml>
<group = "whatevergroup" color = "whatevercolor"/>
</yml>
PHP Code:
<yml>
<group = "whatevergroup">
<entry name = "whatevertext1" color = "whatevercolor/">
<entry name = "whatevertext2" color = "whatevercolor/">
<entry name = "whatevertext3" color = "whatevercolor/">
<entry name = "whatevertext4" color = "whatevercolor/">
....and so on...
</group>
</yml>

