Advertisement
Blue_Tec

Untitled

Mar 6th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 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. if {rank.vip.%loop-player%} is true:
  17. set score "&aVip" in sidebar of loop-player to 9
  18. if {rank.builder.%loop-player%} is true:
  19. set score "&3Builder" in sidebar of loop-player to 9
  20. set score "&d" in sidebar of loop-player to 8
  21. set score "&a&lアスレクリア数&e&l:" in sidebar of loop-player to 7
  22. set score "&f%{ath.clear.%loop-player%}% 回" in sidebar of loop-player to 6
  23. set score "&e" in sidebar of loop-player to 5
  24. set score "&a&lオンライン&e:" in sidebar of loop-player to 4
  25. set score " &f%number of all players%&8&l/&f12" in sidebar of loop-player to 3
  26. set score " &f" in sidebar of loop-player to 2
  27. set score "&aweb.makiath.ml" in sidebar of loop-player to 1
  28.  
  29. command /resscore:
  30. permission: resc.admin
  31. trigger:
  32. set {scoreboard.ath} to true
  33.  
  34. command /athclear [<player>]:
  35. executable by: console
  36. trigger:
  37. add 1 to {ath.clear.%arg-1%}
  38.  
  39. command /setrank <text> [<player>]:
  40. trigger:
  41. if arg-1 is not set:
  42. message "&b/setrank <RANK> <PLAYER>"
  43. if arg-1 is set:
  44. if arg-1 is "yt":
  45. if arg-2 is set:
  46. execute console command "nte player %arg-2% prefix &c[YouTube]&f"
  47. send "&aYou are now &6&lYouTube&a!" to arg-2
  48. set {rank.vip.%arg-2%} to false
  49. set {rank.builder.%arg-2%} to false
  50. set {rank.yt.%arg-2%} to true
  51. set {rank.admin.%arg-2%} to false
  52. if arg-2 is not set:
  53. execute console command "nte player %player% prefix &c[YouTube]&f"
  54. set {rank.yt.%player%} to true
  55. set {rank.vip.%player%} to false
  56. set {rank.builder.%player%} to false
  57. set {rank.admin.%player%} to false
  58. if arg-1 is "builder":
  59. if arg-2 is set:
  60. execute console command "nte player %arg-2% prefix &3[Builder]&f"
  61. send "&aYou are now &3Builder&a!" to arg-2
  62. set {rank.builder.%arg-2%} to true
  63. set {rank.vip.%arg-2%} to false
  64. set {rank.yt.%arg-2%} to false
  65. set {rank.admin.%arg-2%} to false
  66. if arg-2 is not set:
  67. execute console command "nte player %player% prefix &3[Builder]&f"
  68. set {rank.builder.%player%} to true
  69. set {rank.yt.%player%} to false
  70. set {rank.vip.%player%} to false
  71. set {rank.admin.%player%} to false
  72. if arg-1 is "admin":
  73. if arg-2 is set:
  74. execute console command "nte player %arg-2% prefix &c[Admin]&f"
  75. send "&aYou are now &cAdmin&a!" to arg-2
  76. set {rank.builder.%arg-2%} to false
  77. set {rank.admin.%arg-2%} to true
  78. set {rank.vip.%arg-2%} to false
  79. set {rank.yt.%arg-2%} to false
  80. if arg-2 is not set:
  81. execute console command "nte player %player% prefix &c[Admin]&f"
  82. set {rank.admin.%player%} to true
  83. set {rank.yt.%player%} to false
  84. set {rank.builder.%player%} to false
  85. set {rank.vip.%player%} to false
  86. if arg-1 is "vip":
  87. if arg-2 is set:
  88. execute console command "nte player %arg-2% prefix &a[VIP]&f"
  89. send "&aYou are now &a&lVIP&a!" to arg-2
  90. set {rank.builder.%arg-2%} to false
  91. set {rank.admin.%arg-2%} to false
  92. set {rank.vip.%arg-2%} to true
  93. set {rank.yt.%arg-2%} to false
  94. if arg-2 is not set:
  95. execute console command "nte player %player% prefix &a[VIP]&f"
  96. set {rank.vip.%player%} to true
  97. set {rank.builder.%player%} to false
  98. set {rank.admin.%player%} to false
  99. set {rank.yt.%player%} to false
  100. if arg-1 is "remove":
  101. if arg-2 is set:
  102. execute console command "nte player %arg-2% prefix ''"
  103. send "&cYou removed rank from &7%player%&a!" to arg-2
  104. set {rank.yt.%arg-2%} to false
  105. set {rank.vip.%arg-2%} to false
  106. set {rank.builder.%arg-2%} to false
  107. set {rank.admin.%arg-2%} to false
  108. if arg-2 is not set:
  109. execute console command "nte player %player% prefix ''"
  110. set {rank.yt.%player%} to false
  111. set {rank.builder.%player%} to false
  112. set {rank.vip.%player%} to false
  113. set {rank.admin.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement