LAVA LAMPS

1- Summon squids or bats

Want to remove the bats or the squids? Go near a lava lamp and type in chat these commands:


For squids: /kill @e[type=Squid,name=LAVALAMP,r=5]

For bats: /kill @e[type=Bat,name=LAVALAMP,r=5]

/execute @e[type=Squid,name=LAVALAMP] ~ ~ ~ particle reddust ~ ~ ~ 0 0 0 1 0 force

2- Command blocks for squids

/execute @e[type=Bat,name=LAVALAMP] ~ ~ ~ particle reddust ~ ~ ~ -1 -1 1 1 0 force

/summon Squid ~ ~-3 ~ {CustomName:"LAVALAMP",Invulnerable:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:1,Duration:199999980,ShowParticles:0b}]}


​/summon Bat ~ ~-3 ~ {CustomName:"LAVALAMP",Invulnerable:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:1,Duration:199999980,ShowParticles:0b}]}

/entitydata @e[type=Bat,name=LAVALAMP] {BatFlags:0}

Tutorial viewed            times

2- Command blocks for bats