Minecraft Tutorial Part 042 - Magic spells in vanilla Minecraft Part 1

9 years ago
8

Tutorial topic - Magic spells in vanilla Minecraft
Also Includes - scoreboard objective, dummy objectives, execute, summon

Minecraft is a video game by Mojang/Microsoft. http://www.minecraft.net

The skin I modified - http://www.planetminecraft.com/skin/red-hoodie-2741564/

The Minecraft maps I made - http://www.planetminecraft.com/member/bongotezz/

My Best Friends donation page - https://secure.bestfriends.org/page/outreach/view/personalFR/Bongo
Best Friends website - http://bestfriends.org/
Charity watch's rating for Best Friends - http://www.charitywatch.org/toprated.html#animal

Theme song from - http://www.freesfx.co.uk

/scoreboard objectives add spell dummy
/scoreboard objectives add wizard dummy

/scoreboard players set @a[score_wizard=1] Spell 0 {SelectedItemSlot:0}

/effect @a[score_wizard_min=1,score_spell_min=1,score_spell=1] 14 20

/execute @a[score_wizard_min=1,score_spell_min=2,score_spell=2] ~ ~ ~ execute @e[type=!Player,r=10] ~ ~ ~ summon LightningBolt

/execute @a[score_wizard_min=1,score_spell_min=3,score_spell=3] ~ ~ ~ summon Fireball ~ ~ ~ {direction:[],ExplosionPower:0}

/execute @a[score_wizard_min=1,score_spell_min=4,score_spell=4] ~ ~ ~ entitydata @e[type=!Player,r=10] {NoAI:1}

entitydata @e[type=!Player] {NoAI:0}

Loading comments...