Added a new function for removing scoreboards from players in the API (thanks SkyyDaork).
Code (Java):
try{ HarmonyBoardAPI.
setScoreboard(player,
"examplescoreboard"); HarmonyBoardAPI.
removeScoreboard(player
);// to remove it afterwards }catch(HarmonyBoardException e
){ e.
printStackTrace(); }
Added new placeholders and symbols:
%health% - shows health as 20.0
%health_hearts% - shows health as ❤❤❤❤❤❤❤❤❤❤
%ping% - shows player's latency
%posx% - shows the X coordinate of the player's position
%posy% - shows the Y coordinate of the player's position
%posz% - shows the Z coordinate of the player's position