Advertisement
Blue_Tec

Untitled

Mar 6th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. # _________________________________________________
  2. # << < > >>
  3. # Thank you for downloading this skript -William1st
  4. # << <_________________________________________________> >>
  5.  
  6. every 2 ticks:
  7. loop all players:
  8. wipe loop-player's sidebar
  9. set name of sidebar of loop-player to "&b&lMaki-Athletic"
  10. set score "" in sidebar of loop-player to 11
  11. set score "&a&lランク:" in sidebar of loop-player to 10
  12. if {rank.yt.%loop-player%} is true:
  13. set score "&6&lYouTube" in sidebar of loop-player to 9
  14. if {rank.admin.%loop-player%} is true:
  15. set score "&cAdminstrator" in sidebar of loop-player to 9
  16. set score "&d" in sidebar of loop-player to 8
  17. set score "&a&lアスレクリア数&e&l:" in sidebar of loop-player to 7
  18. set score "&f%{ath.clear.%loop-player%}% 回" in sidebar of loop-player to 6
  19. set score "&e" in sidebar of loop-player to 5
  20. set score "&a&lオンライン&e:" in sidebar of loop-player to 4
  21. set score " &f%number of all players%&8&l/&f12" in sidebar of loop-player to 3
  22. set score " &f" in sidebar of loop-player to 2
  23. set score "&aweb.makiath.ml" in sidebar of loop-player to 1
  24.  
  25. command /resscore:
  26. permission: resc.admin
  27. trigger:
  28. set {scoreboard.ath} to true
  29.  
  30. command /athclear [<player>]:
  31. executable by: console
  32. trigger:
  33. add 1 to {ath.clear.%arg-1%}
  34.  
  35. command /setrank <text> [<player>]:
  36. trigger:
  37. if arg-1 is not set:
  38. message "&b/setrank <RANK> <PLAYER>"
  39. if arg-1 is set:
  40. if arg-1 is "yt":
  41. if arg-2 is set:
  42. execute console command "nte player %arg-2% prefix &c[YouTube]&f"
  43. set {rank.yt.%arg-2%} to true
  44. set {rank.admin.%arg-2%} to false
  45. if arg-2 is not set:
  46. execute console command "nte player %player% prefix &c[YouTube]&f"
  47. set {rank.yt.%player%} to true
  48. set {rank.admin.%player%} to false
  49. if arg-1 is "admin":
  50. if arg-2 is set:
  51. execute console command "nte player %arg-2% prefix &c[Admin]&f"
  52. set {rank.admin.%arg-2%} to true
  53. set {rank.yt.%arg-2%} to false
  54. if arg-2 is not set:
  55. execute console command "nte player %player% prefix &c[Admin]&f"
  56. set {rank.admin.%player%} to true
  57. set {rank.yt.%player%} to false
  58. if arg-1 is "remove":
  59. if arg-2 is set:
  60. execute console command "nte player %arg-2% prefix ''"
  61. set {rank.yt.%arg-2%} to false
  62. set {rank.admin.%arg-2%} to false
  63. if arg-2 is not set:
  64. execute console command "nte player %player% prefix ''"
  65. set {rank.yt.%player%} to false
  66. set {rank.admin.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement