Help on my Skript.

  • 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.
Jul 20, 2017
1
0
0
26
Goodnight.
I want to get help on my Skript, because the following occurs to me.
I want my Skript to replace the water in a small area, for another type of block.
Does anyone know how to do it?
Many thanks to all!
 
code_language.skript:
command /test:
    trigger:
        loop blocks in radius 5 around player:
            if loop-value is water:
                set the block at loop-value to cobblestone
 
1. Good night means, if i going bed. Good night! this should be good evening. :emoji_grinning:

2. Can you maybe post your currently skript? I have no any clue what youre trying.
 
Status
Not open for further replies.