131: Super simple Team Minigame - Endless Zombies. [Minecraft Map Making]

Subscribers:
3,920
Published on ● Video Link: https://www.youtube.com/watch?v=LgUgbSBa5QY



Minecraft
Game:
Minecraft (2011)
Duration: 14:47
323 views
20


Ep131: A Minigame for two teams/players. Zombies will keep slowly spawning in each teams arena, if you kill one it will be respawned in the opposing teams arena. I guess it ends when there is only one person left alive. lol

Java Version: 1.19

Commands, builds and ideas for people making their own Minecraft maps.

Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ

Join the server I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/KNSmPWdnfG

The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.

Commands used: YouTube formatting may make some of these wrong. :)

Create objective:
IUN: scoreboard objectives add killedZombie minecraft.killed:minecraft.zombie

Create a Spawn Point:
IUN: summon armor_stand ~ ~ ~ {Tags:["spawnPoint","greenSpawn"],Marker:1b,Invisible:1b}

Kill the Zombies and Spawn Points:
IUN: kill @e[tag=myZombie]
CUA: kill @e[tag=spawnPoint]

Spawning Controller:
RUA: scoreboard players add #zSpawner clock 1
CUA: execute if score #zSpawner clock matches 101.. run scoreboard players set #zSpawner clock 0
CCA: execute at @e[tag=spawnPoint] run summon zombie ~ ~ ~ {Tags:["myZombie"],DeathLootTable:"empty",ArmorItems:[{},{},{},{id:"minecraft:oak_button",Count:1b}]}

Create and set up teams:
IUN: team add green "Green"
CUA: team modify green color green

Remove team:
IUN: team remove green

Join a team:
IUN: team join green @p

Zombie Respawner Controller:
RUA: execute as @a[scores={killedZombie=1..},team=green] run execute at @e[tag=spawnPoint,tag=!greenSpawn] run summon zombie ~ ~ ~ {Tags:["myZombie"],DeathLootTable:"empty"}
CUA: execute as @a[scores={killedZombie=1..},team=red] run execute at @e[tag=spawnPoint,tag=!redSpawn] run summon zombie ~ ~ ~ {Tags:["myZombie"],DeathLootTable:"empty"}
CUA: scoreboard players set @a killedZombie 0







Tags:
minecraft
adventure map
map making
commands
command blocks
1.18
custom commands
redstone
map ideas
map suggesstions
custom maps
1.19



Other Statistics

Minecraft Statistics For Infernal Device

At present, Infernal Device has 182,939 views spread across 869 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.