How to do worldedit command through 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.

acktbt

Member
Sep 12, 2021
15
0
1
16
Hello. i am trying to replace an area using worldedit through skript and ive written

make console execute command "/replace #region 50%cobblestone,50%stone"

but it tells me to double up the quotes in game. so i do it ingame and guess what! it doesnt understand the command. please help me i dont have a clue wat this could be

errors:
if you want to use quotes in quoted text, double them
cant understand this condition/effect
 
Worldedit generally uses 2 slashes from what I recall. Or just copy this.
Code:
make console execute command "//replace #region 50%cobblestone,50%stone"
 
Worldedit generally uses 2 slashes from what I recall. Or just copy this.
Code:
make console execute command "//replace #region 50%cobblestone,50%stone"
No because script automatically put a slash in front so the the command would look like 3 slashes but thanks for trying i appreciate it something new everyday
 
Status
Not open for further replies.