Minecraft Death Swap
Death Swap is a mini-game where after 5 minutes every player teleports to someone else. The goal is to kill someone after a teleportation.
Minecraft version
This plugin runs on a Minecraft version 1.16+.
Commands
- /deathswap add <player> <player> ... - adds players
- /deathswap add @a` - adds all players
- /deathswap remove <player> <player> ... - removes players
- /deathswap remove @a - removes all players
- /deathswap start - starts a game
- /deathswap reset - resets a game
- /deathswap list - shows a list of players in a death swap game
- /deathswap rules <rule> value(optional) - changes some additional rules of the game (in config.yml)
- /deathswap help - shows a list of death swap commands
Configuration Options
Use the command `/deathswap rules` or edit the `plugins/MinecraftDeathSwap/config.yml` file to change additional options.
Permissions
If `
usePermissions` is set to
true in the
config.yml file, players without ops will need the following permissions to use the commands:
- deathswap.deathswap - allows to use all `/deathswap ` commands.
- deathswap.add - allows to use `/deathswap add` command.
- deathswap.remove - allows to use `/deathswap remove` command.
- deathswap.start - allows to use `/deathswap start` command.
- deathswap.reset - allows to use `/deathswap reset` command.
- deathswap.list - allows to use `/deathswap list` command.
- deathswap.rules- allows to use `/deathswap rules` command.
- deathswap.help - allows to use `/deathswap help` command.
Have fun!
Made by Matistan