Minecraft Blogs / Tutorial

Useful Commands To Use For Map Makers

  • 6,117 views, 1 today
  • 3
  • 1
  • 9
EthanConcept's Avatar EthanConcept
Level 31 : Artisan Dragon
16
/give Coloured Leather Armour
/give @p minecraft:leather_PIECEOFARMOUR 1 0 {display:{color:ID}}

BrightRED:
16711680

BrightGreen:
130816

BrightBlue:
511

Yellow:
100000000
DarkBlue:
100

DarkGreen:
10000

Teal:
100000

EmeraldGreen:
1000000

White:
10000000

LimeGreen:
1000000000
White: 14540253
Orange: 14384446
Purple: 11751612
Light Blue: 7047881
Yellow: 11642407
Lime: 4304440
Pink: 13665433
Gray: 4210752
Light Gray: 10133921
Cyan: 3042953
Purple: 8273333
Blue: 3029133
Brown: 5190175
Green: 3491355
Red: 9843760
Black: 1644054
/summon Fireballs on the spot immovable!!!
/summon Fireball ~ ~1 ~ {direction:[0.0,0.0,0.0]}
/testfor items in your inventory (1.8)

/testfor @p {SelectedItemSlot:SLOT,Inventory:[{Slot:SLOTb,­tag:{display:{Name:"NAME"}}}]}
Slots are: 0-8
/summon Unpickable Never Ageing ITEMS!?!?!?
/summon Item ~ ~1 ~ {Item:{id:ITEM,Count:AMOUNT},PickupDelay:­32768,Age:-32768}
/tellraw with colours! (change colour of text)
/tellraw @a {text:"MESSAGE", color:COLOUR}

All the colours:
black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
/tellraw Creating links! (links in text)
Link with 2 other colours!
/tellraw @a {"text":"","extra":[{"text":"TEXT HERE","color":"COLOR HERE"},{"text":"TEXT HERE, ","color":"COLOR HERE","clickEvent":{"action":"open_url","value":"LINK HERE"}}]}

3 Links with 4 colours!
/tellraw @a {"text":"","extra":[{"text":"TEXT HERE","color":"COLOR HERE"},{"text":"TEXT HERE","color":"COLOR HERE","clickEvent":{"action":"open_url","value":"LINK HERE"}},{"text":"TEXT HERE","color":"COLOR HERE","clickEvent":{"action":"open_url","value":"LINK HERE"}},{"text":"TEXT HERE","color":"COLOR","clickEvent":{"action":"open_url","value":"LINK HERE"}}]}
/summon immovable mobs!

Immovable and zombies/skeletons dont burn in day!
/summon MOB ~ ~ ~ {Attributes:[{Name:generic.movementSpeed,Base:0.001}],Equipment:[{},{},{},{},{id:388}]}

Just a immovable mob
/summon MOB ~ ~ ~ {Attributes:[{Name:generic.movementSpeed,Base:0.001}]
/give items with lore names and enchantments!
For name - /give @p ITEM 1 0 {display:{Name:"nameGoesHere"}}


For Lore - /give @p ITEM 1 0 {display:{Lore:["loreGoesHere"]}}


For Enchantment - /give @p ITEM 1 0 {ench:[{id:(id),lvl:(level)}]}

For name lore and enchantments!
/give @p ITEM 1 0 {ench:[{id:ID,lvl:LEVEL}],display:{Name:"nameGoesHere",Lore:["loreGoesHere"]}}

To add more enchantments just add: {id:ID,lvl:LEVEL} and once youre done end the enchantments with a bracket ] lvl:LEVEL}]
/give @p ITEM 1 0 {ench:[{id:ID,lvl:LEVEL},color=rgb(255, 0, 0)]{id:ID,lvl:LEVEL}][/color],display:{Name:"nameGoesHere",Lore:["loreGoesHere"]}}
/give Player Heads
1.8 - /give @p skull 1 3 {SkullOwner:"PLAYERNAME"}
1.7.9 - /give @p 397 1 3 {SkullOwner:"PLAYERNAME"} You can use skull for 1.7.9 aswell!

Player Heads [created by mojang]:
/give @p 397 1 3 {SkullOwner:"MHF_Blaze"}

/give @p 397 1 3 {SkullOwner:"MHF_CaveSpider"}

/give @p 397 1 3 {SkullOwner:"MHF_Chicken"}

/give @p 397 1 3 {SkullOwner:"MHF_Cow"}

/give @p 397 1 3 {SkullOwner:"MHF_Enderman"}

/give @p 397 1 3 {SkullOwner:"MHF_Ghast"}

/give @p 397 1 3 {SkullOwner:"MHF_Herobrine"}

/give @p 397 1 3 {SkullOwner:"MHF_LavaSlime"}

/give @p 397 1 3{SkullOwner:"MHF_MushroomCow"}

/give @p 397 1 3 {SkullOwner:"MHF_Pig"}

/give @p 397 1 3 {SkullOwner:"MHF_PigZombie"}

/give @p 397 1 3 {SkullOwner:"MHF_Sheep"}

/give @p 397 1 3 {SkullOwner:"MHF_Slime"}

/give @p 397 1 3 {SkullOwner:"MHF_Spider"}

/give @p 397 1 3 {SkullOwner:"MHF_Squid"}

/give @p 397 1 3 {SkullOwner:"MHF_Villager"}

/give @p 397 1 3 {SkullOwner:"MHF_Golem"}


/give @p 397 1 3 {SkullOwner:"MHF_Cactus"}

/give @p 397 1 3 {SkullOwner:"MHF_Chest"}

/give @p 397 1 3 {SkullOwner:"MHF_Melon"}

/give @p 397 1 3 {SkullOwner:"MHF_OakLog"}

/give @p 397 1 3 {SkullOwner:"MHF_Pumpkin"}

/give @p 397 1 3 {SkullOwner:"MHF_TNT"}
/give @p 397 1 3 {SkullOwner:"MHF_TNT2"}



/give @p 397 1 3 {SkullOwner:"MHF_ArrowUp"}

/give @p 397 1 3 {SkullOwner:"MHF_ArrowDown"}

/give @p 397 1 3 {SkullOwner:"MHF_ArrowLeft"}

/give @p 397 1 3 {SkullOwner:"MHF_ArrowRight"}

/give @p 397 1 3 {SkullOwner:"MHF_Exclamation"}

/give @p 397 1 3 {SkullOwner:"MHF_Question"}
Creditethan8905
Tags

1 Update Logs

Update #1 : by EthanConcept 06/21/2014 7:25:45 pmJun 21st, 2014

Soz I am starting to update this because it is really... messy! xD

Create an account or sign in to comment.

1
07/14/2014 1:50 pm
Level 1 : New Miner
George_
George_'s Avatar
Is there a way to make it so the mob cannot be pushed by a player? So the wouldn't be able to move, and cant change there postion at all.
1
07/15/2014 4:23 am
Level 31 : Artisan Dragon
EthanConcept
EthanConcept's Avatar
Or if u dont want the mob to move u can /summon them with the actual attribute on them! So you dont need armour for mobs but u sort of need armour with attributes for players so here is the example command! :D

COMMAND: /summon Zombie ~ ~1 ~ {Attributes:[{Name:generic.knockbackResistance,Base:100}]}
1
07/15/2014 4:19 am
Level 31 : Artisan Dragon
EthanConcept
EthanConcept's Avatar
Yes very simple, but annoying -_- u need to use attributes for items so if the player is wearing items that have attributes e.g. your iron helmet has knockback resistance you wont be knocked or moved at all! Here is a example if you need a command for your map or minigame or anything just comment or message me :D                        
COMMAND: /give @p minecraft:iron_helmet 1 0 {AttributeModifiers:[{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:100,Operation:0,UUIDMost:96370,UUIDLeast:126208}]}
1
06/11/2014 8:54 pm
Level 31 : Artisan Ninja
XDLOL
XDLOL's Avatar
This is not very useful to us, the mapmakers -__-
1
06/15/2014 5:18 am
Level 31 : Artisan Dragon
EthanConcept
EthanConcept's Avatar
Cool story bro, no offense but... I really don't care if your good at redstone cos other people might not be. Make your own blog if you must.
1
06/20/2014 8:03 am
Level 31 : Artisan Ninja
XDLOL
XDLOL's Avatar
I already created months ago   -_____________________-
1
06/11/2014 9:36 pm
Level 20 : Expert Skinner
xXTheArcherXx
xXTheArcherXx's Avatar
Didn't you make a blog like this?
1
06/11/2014 9:43 pm
Level 31 : Artisan Ninja
XDLOL
XDLOL's Avatar
yep, I created a blog like this. But this one is older than my blog
1
06/10/2014 2:29 am
Level 3 : Apprentice Architect
Neolscrap
Neolscrap's Avatar
Awesome!!! Here's a diamond!
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome