fireball bedwars

  • 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.

xxxHIxxx

Member
May 2, 2021
21
1
3
Code:
on right click with fire charge:
    if name of player's held item is "&7&lFireball":
        shoot a fireball from player at speed 0.5
        set {_entity} to shot projectile
        add "{ExplosionPower:2}" to entity-nbt of shot projectile
        remove 1 fire charge named "&7&lFireball" from player's inventory

I want the fireball don't break any blocks and play Explode Particles
 
Status
Not open for further replies.