MultiDeathSwap
This is my version of SethBling's Deathswap, recreated in bukkit, that allows multiple people to play at the same time.
What is it?
DeathSwap is a pvp minigame in which players swap locations at random intervals. The goal is to kill other players by setting traps/getting in dangerous situations whilst not dying yourself. This implementation allows for multiple players to play deathswap at the same time.
Features
- Play DeathSwap with your friends! (or enemies)
- Customizable swap time
- No set limit on the amount of players
Commands
| Command | Function | Permission |
|---|---|---|
| startswap [countdowntime] | Starts the game | deathswap.start |
| stopswap | Stops the game | deathswap.stop |
Configuration
| Setting | Default | Description |
|---|---|---|
| minSwapTime | 20 | Minimum amount of time between swaps, in seconds |
| maxSwapTime | 180 | Maximum amount of time between swaps, in seconds |
| banOnDeath | false | Whether to ban the player on death until next match and block people from joining the server whilst a match is running. |
| radius | 1000 | The radius of the circle in which players get teleported at the start of a match. |
| showSwappedPlayer | false | Whether or not to show the player that you swapped with |
| autoStartInterval | Time in seconds between automatic starts (or 0 for none) | 300 |
Disclaimer
Original idea of DeathSwap by SethBling, I claim no ownership of this idea or whatsoever. All rights for the code are reserved.

