CodeCrafter47 / BungeeTabListPlus

GNU General Public License v3.0
148 stars 69 forks source link

Tablist glitches out randomly #302

Open cozyGalvinism opened 6 years ago

cozyGalvinism commented 6 years ago

We've been using BTLP for a while now and since our recent re-theme, the tablist just throws my config out of the window at random, showing 4 columns, with 20 rows each, where the last 2 columns are filled with Steve and Alex heads, a full connection and no name instead of 2 columns with 20 rows.

Here's our config:

showTo: "all"

priority: 1

type: FIXED_SIZE

showHeaderFooter: true

header:
- |-
  &3Welcome &b${viewer name}
  &bPlayers online: &f${playerset:noinvis size}

headerAnimationUpdateInterval: 0.2

footer:
- |-
  &3Skyblock.xyz
  &fstore.skyblock.xyz
- |-
  &fSkyblock.xyz
  &3store.skyblock.xyz

footerAnimationUpdateInterval: 2.0

customPlaceholders:
  afk_color:
    !conditional
    condition: ${player essentials_afk}
    true: '&8&o'
    false: ''
  #viewer_colored_ping0:
   # !conditional
    #condition: "${viewer ping} < 50"
    #true: "&a${viewer ping}"
    #false: "&e${viewer ping}"
  #viewer_colored_ping:
   # !conditional
    #condition: "${viewer ping} < 150"
    #true: ${viewer_colored_ping0}
    #false: "&c${viewer ping}"

defaultIcon: colors/dark_gray.png
defaultPing: 1000
size: 40
playerSets:
  global:
    filter: "true"
  noinvis:
    filter: "true"
    hiddenPlayers: INVISIBLE
  lobby:
    filter: |-
      ${player server} == "sb"

components:
- !table
  columns:
    0-1:
      - {text: "&3&lSkyblock", icon: "colors/dark_aqua.png", ping: 0}
      - {text: "&3&lXYZ", icon: "colors/dark_aqua.png", ping: 0}
      - !players
        playerSet: lobby
        playerOrder: "AFKLast,vaultGroupInfo,alphabetically"
        fillSlotsVertical: true
        playerComponent: {text: "${player vault_prefix}${afk_color}${player name}${afk_tag}", icon: "${player skin}", ping: "${player ping}"}
        morePlayersComponent: {text: "&7... and &e${other_count} &7others", icon: "colors/dark_aqua.png", ping: 0}

Screenshots:

How it's supposed to look like:

grafik

How it looks like after it glitches:

grafik

Any ideas why this is happening?

CodeCrafter47 commented 6 years ago

Not sure why this happens. Maybe you're using some kind of NPC plugin?

cozyGalvinism commented 6 years ago

Yeah, Citizens. But is that really the issue?

CodeCrafter47 commented 6 years ago

How many NPCs are there? Something like 50+ in close proximity or just a few?

cozyGalvinism commented 6 years ago

Maybe like 20, 25 max

CodeCrafter47 commented 6 years ago

If you like you can check out the latest dev-build. It's possible it fixes the issue.