1

How do I make a 3d Skeleton on the floor?

RedCakes's Avatar RedCakes5/30/18 12:03 pm
1 emeralds 254 6
5/31/2018 8:26 pm
RedCakes's Avatar RedCakes
I have seen this in other maps but can't figure out how. Please help!
Posted by RedCakes's Avatar
RedCakes
Level 15 : Journeyman Cake
0

Create an account or sign in to comment.

6

1
05/30/2018 4:39 pmhistory
Level 31 : Artisan Engineer
garlicbreathinator
garlicbreathinator's Avatar
Hey, I just saw you on the Minecraft Maps discord!

So, I'm assuming you mean a (not undead) skeleton slumped up against a wall, right?

That's actually very simple to do. You need to make your skeleton ride an invisible armor stand with the marker tag to get it to sit down on the floor. You also want to remove the bow from it's hands, give it the "silent" tag to prevent ambient noises, and give it the NoAI tag so it doesn't turn to follow the player. After summoning it, feel free to teleport it around to face the direction you want.

Here's the command for your basic floor skeleton:

Summon floor skeleton
/summon armor_stand ~ ~ ~ {Marker:1b,Invisible:1b,PersistenceRequired:1b,Passengers:[{id:"minecraft:skeleton",Silent:1b,PersistenceRequired:1b,NoAI:1b,HandItems:{},{}]}]}
If you need to edit the properties of this skeleton in any way, you could go to MCStacker 2, click import, and paste that command in.
1
05/31/2018 2:51 pm
Level 15 : Journeyman Cake
RedCakes
RedCakes's Avatar
It says: [14:49:52] Data tag parsing failed: Unbalanced square brackets []: {Marker:1b,Invisible:1b,PersistenceRequired:1b,Passengers:[{id:"minecraft:skeleton",Silent:1b,PersistenceRequired:1b,NoAI:1b,HandItems:{id:"minecraft:knowledge_book",Count:1b},{}]}]}
1
05/31/2018 2:54 pm
Level 15 : Journeyman Cake
RedCakes
RedCakes's Avatar
And when i tried: /summon armor_stand ~ ~ ~ {Marker:1b,Invisible:1b,PersistenceRequired:1b,Passengers:[{id:"minecraft:skeleton",Silent:1b,PersistenceRequired:1b,NoAI:1b}]} it says it can't summon it
1
05/31/2018 4:38 pm
Level 31 : Artisan Engineer
garlicbreathinator
garlicbreathinator's Avatar
You still trying to use this in 1.8? The "Passengers" tag is for 1.9 and supports two passengers (for the new boats). 1.8 uses the tag "Riding" and puts the topmost entity first in the chain. Try the (revised) command from the original post in 1.9+.
1
05/31/2018 8:26 pm
Level 15 : Journeyman Cake
RedCakes
RedCakes's Avatar
Ok. Thanks!
2
05/30/2018 4:02 pm
Level 1 : New Collective
kreisler
kreisler's Avatar
Well, specifics would be a start.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome