Usa isso:
https://bukkit.org/threads/simplescoreboard-make-pretty-scoreboards-with-ease.263041/
e mais fácil de criar scores..
Depois:
getServer().getScheduler().scheduleSyncRepeatingTask(this, new Runnable(){
public void run(){
//Remove o Score
//Cria o score
}
}, 0L, 20L);