Infinite lava bucket

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

The77Gamer

Member
Aug 16, 2022
10
0
1
20
There are many posts with this title however I am looking for something different. I am looking for something that expands the lava every second
Code:
on place of lava:
    if player has permission: "infinitelava.use":
        if name of tool is "&khh&r&4 ADMIN BUCKET &r&khh":
            add location of event-block to {lava::locations::*}

every second:
    at {lava::locations::*}:
        set surrounding blocks to lava

command /stoplava:
    permission: infinitelava.stop
    trigger:
        clear {lava::locations::*}
 
Easiest way to do this is probably to grab locations and then loop surrounding blocks, if its air, replace it. Your code should work. I don't understand what your asking?
 
Status
Not open for further replies.