Solved Kill Entity in radius and loop issue's

  • 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 community!

    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.

saad3modeyy

Member
Mar 14, 2020
24
0
0
need help with this code

Screenshot_4.png

it keeping telling me
Screenshot_5.png


iam running skript 2.5-alpha2 on spigot server 1.12

most of loops isn't working with me like the scoreboard loops
is this is an issue from skript or 1.12V I don't know if any one know help me with this.
 
Code:
command /zombies:
    trigger:
        give player 1 blaze powder named "&6&lMagic blaze powder"

on rightclick:
    if player is holding blaze powder named "&6&lMagic blaze powder":
        kill zombies in radius 5 around the player
Should work
 
yes it work thanks a lot.

:emoji_wink:
[doublepost=1584275626,1584275429][/doublepost]but is there a way to add a particles when rightclick on the blaze powder like "happy_villager" particle in radius 5 aroud the player
 
There is always a way ! :emoji_slight_smile:
Code:
command /zombies:
    trigger:
        give player 1 blaze powder named "&6&lMagic blaze powder"

on rightclick:
    if player is holding blaze powder named "&6&lMagic blaze powder":
        kill zombies in radius 5 around the player
        play 200 happy villager at the player in radius of 5
 
Status
Not open for further replies.