World edit console commands problems

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

Viiral

New Member
Apr 26, 2019
9
0
0
19
England
So I'm trying to make a little event that involves replacing random blocks in a selected area.
With the code shown below there are 0 errors but its not doing what it should be. Can someone help? Thanks.

Code:
command /test:
    trigger:
        console command "/jumpto dungeon2,0,0,0"
        broadcast "Starting..."
        wait 1 second
        broadcast "Started..."
        console command "/pos1 0,0,0"
        console command "/pos1 0,0,0"
        wait 1 second
        broadcast "Selected..."
        console command "/replace stonebrick 99%%stonebrick,1%%lava "
        wait 1 second
        broadcast "Finished!"
 
Status
Not open for further replies.