Death Swap - Minecraft Bedrock Edition
Custom Minecraft gamemode where every 5 minutes you swap positions with your opponent(s). Your goal is to make everybody die without attacking them - last person standing wins!
Inspiration
I wanted to play this gamemode with my friends after watching Dream and GeorgeNotFound play it. Watch them play their version of this mod here:
Instructions
Choose Minecraft version (Java or Bedrock)
- Minecraft: Bedrock Edition
- You're in the right place!
- Minecraft: Java Edition
- Coming Soon...
Installation
- Download the latest version of the pack
- Open Minecraft: Bedrock Edition
- Double click the pack to install it
Create a Death Swap world
- Create a new world and call it whatever you want
- In the
Experiments
section, toggleAdditional Modding Capabilities
- In the
Cheats
section, toggleActivate Cheats
- In the
Behaviour Pack
selector, activateDeath Swap
- In the
Resource Pack
selector, toggleRequire players to accept resource packs to join
F.A.Q.
- What devices/consoles can play Death Swap?
- Death Swap only works on
Minecraft: Bedrock Edition for Windows 10
. You will NOT be able to play this custom gamemode on yourAndroid
,iPhone/iPad
,XBox
,Playstation
,Nintendo Switch
,Amazon Fire/Fire Phone
, orAmazon Fire TV
. This is not a limitation of the mod nor a limitation of me, the sole developer, but a limitation of all mods that utilize JavaScript scripts. JavaScript is necessary to make this custom gamemode possible, so untilMicrosoft
decides to allow it on every device/console there is nothing that I can do. Sorry!
- Death Swap only works on
Development
Pre-reqs
You must have this software installed in order to develop this pack.
Usage
Run make
to see usage.
Tools
- GNU Make - Automates common developer tasks.
- Webpack - Separates my code into distinct modules, and then bundles them all back together into the server.js and client.js scripts.
- TypeScript - Superset of JavaScript that ensures every piece of code is strictly typed ensuring safer, less buggy code and generally faster development speeds.
- Gulp.js - Automates the more involved sub-tasks that need to get done like hot-reloading the behavior/resource packs every time a file is saved, generating the production-ready .mcaddon file, etc.
- ESLint - Combined with the Typescript Plugin, analyzes the code to find problems.
- Prettier - Auto-formats the code to look identical no matter who writes it nor from where.