kazuken0814

Untitled

Oct 17th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. #---------------------------
  2. #---Aooni-Minigames---
  3. #----Developer-1va#9647--
  4. on click with slimeball:
  5. if {kakuremode} is true:
  6. if {tama.%player%} is 1 =>:
  7. execute console command "/effect %player% 2 2 5 true"
  8. execute console command "/effect %player% 8 2 251 true"
  9. execute console command "/effect %player% 14 2 1 true"
  10. send "&b残り青玉秒数: %{tama.%player%}%
  11. remove 1 to {tama.%player%}
  12. command /mode [<text>]:
  13. permission: skript.aooni
  14. trigger:
  15. if arg 1 is "kakure":
  16. set {kakuremode} to true
  17. send "&b特殊青鬼モードを青隠にセットしました"
  18. loop all players:
  19. clear {tama.%player%}
  20. add 10 to {tama.%player%}
  21. if arg 1 is "clear":
  22. set {kakuremode} to false
  23. loop all players:
  24. clear {tama.%player%}
  25. on command "/aoonigame start":
  26. if {kakuremode} is true:
  27. loop all players:
  28. clear {tama.%player%}
  29. add 10 to {tama.%player%}
  30. on death of player:
  31. if {kakuremode} is true:
  32. clear {tama.%victim%}
  33. add 3 to {tama.%victim%}
Add Comment
Please, Sign In to add comment