Minecrell / ServerListPlus

A flexible Minecraft plugin to customize the appearance of your server in the server list
https://git.io/slp
GNU General Public License v3.0
240 stars 58 forks source link

can i use multy line in hover? #360

Closed CrazyFish159 closed 3 years ago

CrazyFish159 commented 3 years ago

i am trying to make multy hover thing and it's not working

this is the code ↓ ↓ ↓ ↓ ↓ ↓

  Players:
    Slots:
    - '&7» &7&l%online%&7/&7&l%max%'
    Hover:
    - 'ברוך הבא %player% ברוך הבא לשרת של:'
    - 'E'

and this is what i get ↓ ↓ ↓ ↓ ↓ ↓ ↓

image

stephan-gh commented 3 years ago

You need to do multiline with this syntax:

https://github.com/Minecrell/ServerListPlus/wiki/Status-Configuration#player-hover-messages

Hover:
- |-
  First line
  Second line