Mutual Kombat is a simple plugin that makes it so that players need to have PVP enabled in order to fight.
For a player to enable their PVP flag they simply type "/PVP" and the same for turning the flag back off. To check your current PVP status you simply type "/CHECKPVP {TargetPlayer}". This is a good way to keep everyone happy on your server without turning PVP off.
Players that want to PVP can turn PVP on and those who wish to build in peace can leave it off.
There is now an optional bounty system in Mutual Kombat (Beta). If a player sets a bounty of 20 or higher the targets PVP flag is forced to "True" until the player is killed by another player. Set "EnableBounty" to 0 in the config.yml file to disable this feature.
Here are the current commands:
pvp:
description: Toggles PVP mode.
usage: /PVP
checkpvp:
description: Checks player PVP mode.
usage: /checkpvp
bounty:
description: Sets bounty on player.
usage: /bounty target qty
checkbounty:
description: Checks player bounty.
usage: /checkbounty
Changes:
Version v.03
- Handled errors from un-managed entities damaging/killing players.
- Added bounty system.
- Added config file to disable bounty.
- Added logic to protect against players from getting past bounties with case sensitivity.
- Updated commands.
Version .02
- Added Arrow Detection
Version .01
- Initial Release