Bom, hoje eu tava aqui sem nd pra fazer. E comecei a criar um servidor de SkyPvP com kits com efeito e kits de HG.
Hoje eu vou mandar um dos kits, que é o kit switcher. Ele é bem simples então lá vai.
# - - - - - KIT SWITCHER - - - - - #
on damage:
attacker is player
attacker is holding snowball named "&aSwitcher"
set {_locV} to location of victim
set {_locA} to location of attacker
wait 1 tick
teleport attacker to {_locV}
teleport victim to {_locA}
wait 1 tick
clear {_locV}
clear {_locA}
if victim is not player:
send "{@P} Teleportado para &b%victim% &7(&6MOB&7)"
stop
else:
send "{@P} Teleportado para &b%victim%"
stop
command /switcher:
trigger:
give 16 snowballs named "&aSwitcher" to player
# - - - - - /.KIT SWITCHER - - - - - #