DeathSwap is a minecraft minigame plugin where the objective is to kill other players with traps. Player positions are swapped every five minutes and the last player standing wins. Any number of players (two or more) supported. Inspiration from the popular YouTuber Dream's video.
- Download the latest release here.
- place the plugin
.jar
in your Spigot or Bukkit server'splugins/
directory. - Reload the server with the
reload
command or restart the server.
Server operators may use the following commands to control the DeathSwap game.
To start a game of DeathSwap, run:
death-swap-start
To stop a running game of DeathSwap, run:
death-swap-stop
The default DeathSwap interval is 5 minutes - to set the interval (for example, to 10 minutes), run:
death-swap-configure interval 600
Pull requests and issues are more than welcome.