How to Summon a Skeleton in Minecraft

Learn how to summon a skeleton in Minecraft with the /summon command. Works on Java 1.8+ and all versions.

How to Summon a Skeleton in Minecraft

The /summon command lets you spawn a skeleton anywhere in your world. You can summon them whenever you want, customize their names, and control their behavior with NBT tags. This tutorial covers all Minecraft versions from 1.8 to 1.20.

Requirements

You need to enable cheats in your world to use commands. If you haven’t done this yet, you’ll need to turn on cheats before you can run the /summon command.

Summon Command Syntax

Java Edition (PC/Mac) 1.13-1.20

For modern versions of Minecraft Java Edition:

/summon skeleton [pos] [nbt]

Java Edition (PC/Mac) 1.11-1.12

Older modern versions use a slightly different syntax:

/summon skeleton [x] [y] [z] [dataTag]

Java Edition (PC/Mac) 1.8-1.10

For older versions, use this format:

/summon Skeleton [x] [y] [z] [dataTag]

Command Parameters

pos or x y z: The coordinates where the skeleton spawns. If you leave this blank, it spawns at your current location. You can use relative coordinates like ~ ~ ~ to spawn near the player.

nbt or dataTag: Optional NBT tags that control the skeleton’s properties. For example, {NoAI:1} makes it stand still, or {CustomName:”\”Andy\””} gives it a custom name.

Examples

Basic Skeleton Summon (1.13-1.20)

Summon a skeleton right where you are:

/summon skeleton

Skeleton with Custom Name (1.13-1.20)

Summon a skeleton named Andy:

/summon skeleton ~ ~ ~ {CustomName:"\"Andy\""}

Custom Name (1.11-1.12)

Summon a skeleton named Andy in older versions:

/summon skeleton ~ ~ ~ {CustomName:Andy}

Custom Name (1.8-1.10)

For very old versions, use capital S:

/summon Skeleton ~ ~ ~ {CustomName:Bones}

How to Enter the Command

Step 1: Open Chat

You need to open the chat window to type your command. The key differs by platform:

  • Java Edition (PC/Mac): Press T
  • Pocket Edition: Tap the chat button at the top of the screen
  • Xbox One: Press D-Pad Right
  • PS4: Press D-Pad Right
  • Nintendo Switch: Press the right arrow button
  • Windows 10 Edition: Press T
  • Education Edition: Press T

Step 2: Type and Run the Command

Type the command in the chat box. For this example, we’ll use:

/summon skeleton

Press Enter to execute the command. You’ll see a message saying “Summoned new Skeleton” in the corner of your screen. The skeleton will spawn at your location, so you might need to turn around or move to see it.

That’s it. You’ve successfully summoned a skeleton in Minecraft.

Leave a Reply

Your email address will not be published. Required fields are marked *