Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. on join:
  2. set join message to "&7[&b+&7]&b %player%"
  3. set {scoreboard.%player%} to 1
  4. while {scoreboard.%player%} is 1:
  5. every 5 ticks:
  6. loop all players:
  7. set {_ping} to player's ping
  8. set {onlineplayers} to amount of players
  9. display scoreboard named "&bFlight" to player
  10. make score of "&f" in scoreboard of player to 5
  11. make score of "&7Online: &b%{onlineplayers}%" in scoreboard of player to 4
  12. make score of "&7" in scoreboard of player to 3
  13. make score of "&7Ping: &b{_ping} in scoreboard of player to 2
  14. make score of "&c" in scoreboard of player to 1
  15.  
  16. on quit:
  17. set quit message to "&7[&b-&7]&b %player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement