Skip to content

Instantly share code, notes, and snippets.

@HelixOW
Created September 10, 2016 00:36
Show Gist options
  • Save HelixOW/72e1140c31d7c99ee04371779a8743e1 to your computer and use it in GitHub Desktop.
Save HelixOW/72e1140c31d7c99ee04371779a8743e1 to your computer and use it in GitHub Desktop.
Scoreboard:
Lobby:
show: true //checks if the whole Scoreboard is shown
title: '&7-=X &bUHC &7X=-' //sets the Title of the Lobby Scoreboard
Kills:
show: true //checks if this will be shown
message: '&7Your &cKills&7: &c[kills]' //sets what will be shown in the Scoreboard
Deaths:
show: true
message: '&7Your &cDeaths&7: &c[deaths]'
Coins:
show: true
message: '&7Your &6Coins&7: &6[coins]'
Playercount:
show: true
message: '&7Online &8Players&7: &8[playercount]'
Team:
show: true
message: '&7Your &bTeam&7: &b[team]'
Kit:
show: true
message: '&7Your &aKit&7: &a[kit]'
Bar:
show: true
message: '&7--------------' //A Bumper that will be shown
InGame:
show: true
title: '&7-=X &cInGame &7X=-'
Living Players:
show: true
message: '&aLiving Players&7: &a[livingPlayerscount]'
Spectators:
show: true
message: '&cSpectators&7: &c[spectatorcount]'
Kit:
show: true
message: '&7Your &aKit&7: &a[kit]'
Team:
show: true
message: '&7Your &bTeam&7: [team]'
Center:
show: true
message: '&2Center&7: &2[distanceToCenter] &7Blocks away'
Border:
show: true
message: '&4Border&7: &4[bordersize] &7Blocks'
Bar:
show: true
message: '&7--------------'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment