Solved Setblock from xyz to xyz in world "xxx"

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

LatteKunGz

Member
Aug 15, 2020
14
0
1
28
i want to make like

command /test:
trigger:
set block from (0, 60, 0,) to (10, 60, 10,) to stone,dirt,air in world "xxx"

or like:
//set 1,3,0 but don't need to use a wand.

please help i really want to make this sorry for bad eng : (
 
you will need worldedit

command /test:
trigger:
make console execute command "//world world"
make console execute command "//pos1 0, 60, 0,"
make console execute command "//pos2 10, 60, 10"
make console execute command "//set stone"
make console execute command "//replace stone 33%dirt,33%air"
 
you will need worldedit

command /test:
trigger:
make console execute command "//world world"
make console execute command "//pos1 0, 60, 0,"
make console execute command "//pos2 10, 60, 10"
make console execute command "//set stone"
make console execute command "//replace stone 33%dirt,33%air"
omg why can't i think this thanks!!!
 
Status
Not open for further replies.