Minecraft Maps / Redstone Device

Naturally Spawning Custom Mobs [Vanilla Commands]

  • 2,805 views, 1 today
  • 2
  • 1
  • 9
Lmeagno's Avatar Lmeagno
Level 66 : High Grandmaster Button Pusher
119
Here is a lovely gaggle of commands you can really play around with.
I feel I will revisit these fine orange blocks soon and improve the possibilities of spawning.

The core of these commands is testing for an already naturally spawning host mob (I used Zombie) that will summon your custom mob relative to its location.

Commands:
pastebin.com/tTchCvxA
Progress100% complete
Tags

Create an account or sign in to comment.

1
01/01/2016 4:13 pm
Level 10 : Journeyman Explorer
The_SlothLord
The_SlothLord's Avatar
I need to do this without comparators, droppers, repeaters, etc.  I can only use command blocks.  Also it must be 1.9 compatible.  Can you help me out?
1
02/10/2015 8:27 pm
Level 22 : Expert Warrior
origamidragon412
origamidragon412's Avatar
How do I summon a command block that already holds a command?
1
02/11/2015 1:21 am
Level 66 : High Grandmaster Button Pusher
Lmeagno
Lmeagno's Avatar
/say hi

== GIVE ==
/give @p minecraft:command_block 1 0 {BlockEntityTag:{Command:"/say hi"}}

== ITEM ENTITY ==
/summon Item ~ ~ ~ {Item:{id:minecraft:command_block,Count:1b,tag:{BlockEntityTag:{Command:"/say hi"}}}}

== MINECART ==
/summon MinecartCommandBlock ~ ~1 ~ {Command:"/say hi"}

== BLOCK ==
/setblock ~ ~ ~ minecraft:command_block 0 replace {Command:"/say hi"}

== FALLING SAND ENTITY ==
/summon FallingSand ~ ~ ~ {Time:1,Block:command_block,TileEntityData:{Command:"/say hi"}}
1
02/11/2015 3:38 pm
Level 22 : Expert Warrior
origamidragon412
origamidragon412's Avatar
Thank you so much! That solves that problem, but I'm still having some other issues. For whatever reason, It "can't execute" this command: "/execute @a ~ ~ ~ /scoreboard players set @e[type=Zombie,r=25] Rare 1". It also says that the "Summon Custom Mob" command (From your pastebin) is not an existing command. Is it possible for you to make an MCEdit schematic of the redstone?
1
02/11/2015 4:03 pm
Level 66 : High Grandmaster Button Pusher
Lmeagno
Lmeagno's Avatar
You accidentally copied the title text over the command in the pastebin.

Summon Custom Mob
/execute @e[score_Rare_min=1] ~ ~ ~ /summon Skeleton ~ ~ ~ {DropChances:[1.0f,1.0f,1.0f,1.0f,1.0f],Equipment:[{id:258,Count:1},{id:301},{id:0},{id:0},{id:0}]}
1
02/11/2015 4:27 pm
Level 22 : Expert Warrior
origamidragon412
origamidragon412's Avatar
Right, I tried that command, but It's still giving me an error. When I put in the command "/execute @a ~ ~ ~ /scoreboard players set @e[type=Zombie,r=25] Rare 1" it says, "Failed to execute '/scoreboard players set @e[type=Zombie,r=25] Rare 1' as OrigamiDragon". When I put in "/execute @e[score_Rare_min=1] ~ ~ ~ /summon Skeleton ~ ~ ~ {DropChances:[1.0f,1.0f,1.0f,1.0f,1.0f],Equipment:[{id:258,Count:1},{id:301},{id:0},{id:0},{id:0}]}" It just says that it isn't a command and that I should type /help for help. I am using version 1.8.1.
1
02/11/2015 5:08 pm
Level 66 : High Grandmaster Button Pusher
Lmeagno
Lmeagno's Avatar
Those commands pre-1.8.
The old item ids do not work. Instead of "258" put "minecraft:iron_axe", and so on.
Put "{}" instead of "{id:0}
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome