How can i use command from Vanilla Minecraft?

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

KarwszPL

Member
Jul 18, 2019
2
0
0
33
Hi, i just tried to use this code:

execute console command "summon armor_stand 550 72 -561 {Invulnerable:1b,NoGravity:1b,ShowArms:1b,ArmorItems:[{id:"leather_boots",Count:1b,tag:{display:{color:0}}},{id:"leather_leggings",Count:1b,tag:{display:{color:0}}},{id:"leather_chestplate",Count:1b,tag:{display:{color:0}}},{id:"skull",Count:1b,Damage:3b,tag:{SkullOwner:"MrMaxim3"}}],HandItems:[{},{}],DisabledSlots:2039583,Pose:{RightArm:[205f,0f,0f]}} "

To summon custom Armor Stand, it ends with "Can't understand condition/effect" error.

What i need to do to make it working?

(Sorry for Englisch)
 
anywhere there is quotes in your command, you need to double them
ie:
Code:
execute console command "blah ""blahblah"" blah blah"
 
Status
Not open for further replies.