Skip to content

Scoreboard Flickers #4

@Swedz

Description

@Swedz

The scoreboard flickers. I have a gif of it here: https://i.gyazo.com/c48b2259d3bd6bbe431eb6f75d3ff1e7.mp4

Here is my code:

public class ScoreboardManager implements ScoreboardHandler {
    public List<Entry> getEntries(Player player) {
        EntryBuilder eb = new EntryBuilder();

        eb.next("§8§l§m================");
        eb.next("§2§lFaction: §fMemes");
        eb.next(" §7► §aPlayers: §f1/1");
        eb.next(" §7► §aDTR: §f1/1");
        eb.next("§8§l§m================");
       
        return eb.build();
    }

    public String getTitle(Player player) {
        return "§e§lMCCubed§r §7(Map 1)§r";
    }
}

Some info that could be needed:

  • Running Spigot-1.7.9-R0.2-208-ge0f2e95 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  • Code is just what is shown, I use some mechanics to get the values.
  • I have tried removing mechanics to see if it was somehow slowing it down to cause an issue.
  • It seems to only occur on the first line, and that it only removes a portion of the text. Is this possibly something to do with the slider texts even though I'm not using one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions