Ktar5 / Info-Board

The Spigot/Bukkit plugin for managing scoreboards
http://dev.bukkit.org/bukkit-plugins/ib-reborn/
13 stars 13 forks source link

Unable to add lines to my scoreboard #159

Closed spencermacca closed 4 years ago

spencermacca commented 4 years ago

For the first and last row of my scoreboard, I have lines inputted - '&7&l&m----------' However, if both the top and bottom row are the same with the lines as shown above, the top row will disappear.

My board.yml

InfoBoard:
  '1':
    ShowTime: 99999999999999999999999999999999
    global:
      default:
        Title: '&c&lSky&r&4End'
        Rows:
        - '&7&l&m----------'
        - '&4&lYou'
        - '&cRank: &fPlaceholder'
        - '&cBal: &f$0'
        - ' '
        - '&4&lYour Island'
        - '&cLevel: &f0'
        - '&cMembers: &f1'
        - '&7&l&m----------'
pixar02 commented 4 years ago

Yeay, it a problem with the scoreboard API from Minecraft itself.

Add the to bottom one ''&r'' and it should fix it