Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. teleport player to arena:
  2. display scoreboard named "Teams" to player
  3. If {BettCheck.Blue} is "1":
  4. make score "&2✔&1Blau" in scoreboard of player to 4
  5. else:
  6. make score "&4✗&1Blau" in scoreboard of player to 4
  7. If {BettCheck.Green} is "1":
  8. make score "&2✔&2Grün" in scoreboard of player to 3
  9. else:
  10. make score "&4✗&2Grün" in scoreboard of player to 3
  11. If {BettCheck.Yellow} is "1":
  12. make score "&2✔&eGelb" in scoreboard of player to 2
  13. else:
  14. make score "&4✗&eGelb" in scoreboard of player to 2
  15. If {BettCheck.Red} is "1":
  16. make score "&2✔&4Rot" in scoreboard of player to 1
  17. else:
  18. make score "&4✗&4Rot" in scoreboard of player to 1
  19. move display of player to sidebar
  20.  
  21. every 1 real second:
  22. If {Game} is "1":
  23. {NoGame} is not set:
  24. loop all players:
  25. If {BettCheck.Blue} is "1":
  26. make score "&2✔&1Blau" in scoreboard of loop-player to 4
  27. else:
  28. make score "&4✗&1Blau" in scoreboard of loop-player to 4
  29. If {BettCheck.Green} is "1":
  30. make score "&2✔&2Grün" in scoreboard of loop-player to 3
  31. else:
  32. make score "&4✗&2Grün" in scoreboard of loop-player to 3
  33. If {BettCheck.Yellow} is "1":
  34. make score "&2✔&eGelb" in scoreboard of loop-player to 2
  35. else:
  36. make score "&4✗&eGelb" in scoreboard of loop-player to 2
  37. If {BettCheck.Red} is "1":
  38. make score "&2✔&4Rot" in scoreboard of loop-player to 1
  39. else:
  40. make score "&4✗&4Rot" in scoreboard of loop-player to 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement