Description:
Whenever a player dies from another player, the player is sent to a predefined room for x amount of seconds (defined by the config), where the player can't break blocks or do any commands. This plugin can be used as a cooldown timer before someone can fight again or as a way to show off people who died.
Inspried from: https://bukkit.org/threads/hardcore-deathroom.410515/
Change Log
v1.1:
- Added /hcdr release.
- Added an exempt permission node.
- Added permission based timings
- Bug fixes
Config:
# How long the player is in the DeathRoom (in seconds) Give the permission: hcdr.time# - Where # is the time set below.
# If the player does not have any of these permissions, then he is exempt from the death room. OR you could add the permission 'hcdr.exempt'
time1: 10
time2: 20
time3: 30
time4: 40
time5: 50
# Messages prefix
prefix: '&a[HCDR]'
deathMsg: '&cYou have been put into the death room'
# Message sent to the player when the player is in the room and does a command.
cmdErrorMsg: '&cYou may not do that while you are in this room.'
# Message sent to the player when the player is in the room and breaks a block
blockErrorMsg: '&cYou may not do that while you are in this room.'
# Message sent to the player when the player is released.
releaseMsg: '&cYou have been released.'
Commands:
- /hcdr setspawn - Allows you to set the respawn point, when a player dies.
- /hcdr release - Releases a player
Permissions:
hcdr.setspawn - Allows you to use /hcdr setspawn
hcdr.exempt - Exempts you from being sent to the death room.
hcdr.release - Allows you to release players
hcdr.time1 - Permission node for time #1
hcdr.time2 - Permission node for time #2
hcdr.time3 - Permission node for time #3
hcdr.time4 - Permission node for time #4
hcdr.time5 - Permission node for time #5
To do:
Nothing.