Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.70 KB | None | 0 0
  1. boardId.put(p.getUniqueId(), Bukkit.getServer().getScheduler().scheduleSyncRepeatingTask(this, new Runnable()
  2.           {
  3.                 public void run()
  4.                 {
  5.                     Score playerName = o.getScore("§6Player: §c" + p.getName());
  6.                     Score blank = o.getScore("");
  7.                     Score blank2 = o.getScore(" ");
  8.                     Score points = o.getScore("§cPoints: " + ChatColor.RED + getPoints());
  9.                    
  10.                    
  11.                     playerName.setScore(15);
  12.                     blank.setScore(14);
  13.                     team.setScore(13);
  14.                     blank2.setScore(12);
  15.                     points.setScore(11);
  16.                     p.setScoreboard(board);
  17.                 }
  18.                 }, 0, 40));
  19.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement