Uploaded June 2015 | Updated September 2026, 1 week ago
This system activates when the player dies or levels up. It gives health boost, heals the player, removes some gold, and teleports them to face the correct direction.
More information below.
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
To explain the math part a little bit more:
We have 170 gold and because of our difficulty we should lose 10% on death. Here is the order that the commands operate and what they do:
1. sets "Penalty" to equal "Gold" (Penalty is now 170)
2. divides "Penalty" by "Difficulty" (170/10=17, Penalty is now 17)
3. sets "Remainder" to equal "Penalty" (Remainder is now 17)
4. divides "Remainder" by "Five" (17/5=3r2, Remainder is now 2)
5. subtracts "Remainder" from "Penalty" (17-2=15, Penalty is now 15)
6. subtracts "Penalty" from "Gold" (170-15=155, Gold is now 155)
➤ Video links:
▪Series Playlist: youtube.com/playlist?list=PLHb1phLQa8Fj5Lb4VW-EPaYf7wmsWMMNr
▪Map Download: minecraftmaps.com/game-maps/crypt-crawler
➤ Map making resources:
▪MCEdit:khroki.github.io/MCEdit-Unified
▪Minecraft Gamepedia: minecraft.gamepedia.com/Commands
▪Command generator: mcstacker.bimbimma.com
▪Great map site: minecraftmaps.com
➤ My links:
▪Donate: patreon.com/NateT_Bird
▪Follow me on Twitter: twitter.com/NateT_Bird
▪All of my maps: minecraftforum.net/forums/mapping-and-modding/maps/maps-discussion/1568942
▪Questions, comments, concerns? Email me: natetunderscorebird@gmail.com
➤ Credits:
▪Resource Pack: "Cryptic" - Crypt Crawler custom pack
Thanks for watching!
This system activates when the player dies or levels up. It gives health boost, heals the player, removes some gold, and teleports them to face the correct direction.
More information below.
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
To explain the math part a little bit more:
We have 170 gold and because of our difficulty we should lose 10% on death. Here is the order that the commands operate and what they do:
1. sets "Penalty" to equal "Gold" (Penalty is now 170)
2. divides "Penalty" by "Difficulty" (170/10=17, Penalty is now 17)
3. sets "Remainder" to equal "Penalty" (Remainder is now 17)
4. divides "Remainder" by "Five" (17/5=3r2, Remainder is now 2)
5. subtracts "Remainder" from "Penalty" (17-2=15, Penalty is now 15)
6. subtracts "Penalty" from "Gold" (170-15=155, Gold is now 155)
➤ Video links:
▪Series Playlist: youtube.com/playlist?list=PLHb1phLQa8Fj5Lb4VW-EPaYf7wmsWMMNr
▪Map Download: minecraftmaps.com/game-maps/crypt-crawler
➤ Map making resources:
▪MCEdit:khroki.github.io/MCEdit-Unified
▪Minecraft Gamepedia: minecraft.gamepedia.com/Commands
▪Command generator: mcstacker.bimbimma.com
▪Great map site: minecraftmaps.com
➤ My links:
▪Donate: patreon.com/NateT_Bird
▪Follow me on Twitter: twitter.com/NateT_Bird
▪All of my maps: minecraftforum.net/forums/mapping-and-modding/maps/maps-discussion/1568942
▪Questions, comments, concerns? Email me: natetunderscorebird@gmail.com
➤ Credits:
▪Resource Pack: "Cryptic" - Crypt Crawler custom pack
Thanks for watching!






![Dungeon Arena Remix w/Friends [ep1] - Overwatch in Minecraft?
Me and some friends play Dungeon Arena Remix. We have a lot of fun.
More information below.
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
➤ Map:
▪Map Name: Dungeon Arena Remix
▪Author: NateT_Bird (https://www.youtube.com/user/NateTBird)
▪Map Download: http://www.minecraftmaps.com/pve-maps/dungeon-arena-remix
➤Other people in the video:
▪Saidanmaster: https://www.youtube.com/user/Saidanmaster
▪Bullsaye: https://www.youtube.com/user/Bullsaye93
▪Aurelitron: https://twitter.com/Aurelitron
▪PL9: https://www.youtube.com/user/PL9official
▪oip_qio: https://www.youtube.com/user/officialoipqio
➤ Map making resources:
▪MCEdit: http://khroki.github.io/MCEdit-Unified
▪NBTExplorer: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1262665
▪Minecraft Gamepedia: http://minecraft.gamepedia.com/Commands
▪Command generator: http://mcstacker.bimbimma.com
▪Great map site: http://www.minecraftmaps.com
➤ My links:
▪Donate: http://www.patreon.com/NateT_Bird
▪Twitter: https://twitter.com/NateT_Bird
▪All of my maps: http://www.minecraftforum.net/forums/mapping-and-modding/maps/maps-discussion/1568942
▪Questions, comments, concerns? Email me: natetunderscorebird@gmail.com Dungeon Arena Remix w/Friends [ep1] - Overwatch in Minecraft?](https://i.ytimg.com/vi/tjDmWwZxkmw/mqdefault.jpg)

![Replace Default Potion Effects with Custom Effects
Change the effects that witches and other mobs give you with only 4 commands.
More information below.
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
➤ Video info:
▪Commands:
1: tag the player who has the potion effect that you want to change.
/scoreboard players tag @a add slowness {ActiveEffects:[{Id:2b,ShowParticles:1b}]}
2: remove the effect that you want to change.
/effect @a[tag=slowness] minecraft:slowness 0
3: give the new effect.
/effect @a[tag=slowness] minecraft:slowness 10 1 true
4: remove the tag so the commands no longer track the player.
/scoreboard players tag @a[tag=slowness] remove slowness
▪Gamepedia for nbt data: http://minecraft.gamepedia.com/Player.dat_format
➤ Map making resources:
▪MCEdit: http://khroki.github.io/MCEdit-Unified
▪NBTExplorer: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1262665
▪Minecraft Gamepedia: http://minecraft.gamepedia.com/Commands
▪Command generator: http://mcstacker.bimbimma.com
▪Great map site: http://www.minecraftmaps.com
➤ My links:
▪Donate: http://www.patreon.com/NateT_Bird
▪Follow me on Twitter: https://twitter.com/NateT_Bird
▪All of my maps: http://www.minecraftforum.net/forums/mapping-and-modding/maps/maps-discussion/1568942
▪Questions, comments, concerns? Email me: natetunderscorebird@gmail.com
➤ Credits:
▪Resource Pack: My own HD font pack + a custom pack for a WIP map. Replace Default Potion Effects with Custom Effects](https://i.ytimg.com/vi/v8Nw8jCdKYw/mqdefault.jpg)

