Meta Data with projectile

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Cube

Member
Apr 10, 2020
1
0
0
24
Does somebody know why the meta data is not working?

on rightclick with far music disc:
if player is in world "lb":
if name of tool of player is "&aWand Slimes":
if {last::slime::%player%} is 0:
set {last::slime::%player%} to 8
shoot snowball from player at speed 1
set metadata "slime" of last spawned snowball to true
else:
send "{@prefix} Noch %{last::slime::%player%}% Cooldown!"

on projectile hit:
if projectile is a snowball:
if projectile is in world "lb":
if metadata "slime" of projectile is true:
loop 10 times:
spawn a Slime
 
Status
Not open for further replies.