Solved How do i make a blaze effect?

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

Michielo

Member
Apr 17, 2020
1
0
0
23
Hi, I have a question!

I'm making a custom wand for my server and want to add a blaze effect. I already made 2 working spells, a spells selector and added perms and an on-death event. However, I can't seem to find a way to put fire on top of blocks in a certain radius. when using a simple radius and setting the blocks within that radius it destroys all blocks within the radius. (completely logical)

Code:
on left click:
    if name of player's tool is "&4&lDarkWand":
        if {spell} is 3:
            loop blocks in radius 4 around player:
                set loop-blocks to fire


Is there a way to use a radius from the player and putting fire on top of the blocks, not destroying any?

Any response would be greatly appreciated!
 
Status
Not open for further replies.