Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #---------------------------
- #---Aooni-Minigames---
- #----Developer-1va#9647--
- on click with slimeball:
- if {kakuremode} is true:
- if {tama.%player%} is 1 =>:
- execute console command "/effect %player% 2 2 5 true"
- execute console command "/effect %player% 8 2 251 true"
- execute console command "/effect %player% 14 2 1 true"
- send "&b残り青玉秒数: %{tama.%player%}%
- remove 1 to {tama.%player%}
- command /mode [<text>]:
- permission: skript.aooni
- trigger:
- if arg 1 is "kakure":
- set {kakuremode} to true
- send "&b特殊青鬼モードを青隠にセットしました"
- loop all players:
- clear {tama.%player%}
- add 10 to {tama.%player%}
- if arg 1 is "clear":
- set {kakuremode} to false
- loop all players:
- clear {tama.%player%}
- on command "/aoonigame start":
- if {kakuremode} is true:
- loop all players:
- clear {tama.%player%}
- add 10 to {tama.%player%}
- on death of player:
- if {kakuremode} is true:
- clear {tama.%victim%}
- add 3 to {tama.%victim%}
Add Comment
Please, Sign In to add comment