Video
Readme

Death Menu

Revamped death menu with rich customization options

Workshop

Death Menu UI - 3216878445

Configuration

<?xml version="1.0" encoding="utf-8"?>
<DeathMenuConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Debug>false</Debug>
  <MessageColor>yellow</MessageColor>
  <EffectId>52530</EffectId>
  <UnsafeClose>false</UnsafeClose>
  <LogCommands>false</LogCommands>
  <Cooldowns>
    <Cooldown Key="RespawnCooldown" Duration="5" />
    <Cooldown Key="ReportCooldown" Duration="300" />
  </Cooldowns>
  <Buttons>
    <Button Name="Report {killer}" Type="Report" Placement="BottomReport" CooldownKey="ReportCooldown">
      <Actions>
        <Action Key="Command" Value="report {killer_id} &quot;[DeathMenu] {death_message}&quot;" />
      </Actions>
    </Button>
    <Button Name="Respawn" Type="Normal" Placement="Bottom" Close="true" CooldownKey="RespawnCooldown">
      <Actions>
        <Action Key="Respawn" />
      </Actions>
    </Button>
    <Button Name="Home" Type="Normal" Placement="Bottom" Close="true" CooldownKey="RespawnCooldown,MoreHomes">
      <Actions>
        <Action Key="Home" />
      </Actions>
    </Button>
    <Button Name="Website" Type="Normal" Placement="Bottom">
      <Actions>
        <Action Key="URL" Value="https://restoremonarchy.com | Official website" />
      </Actions>
    </Button>
    <Button Name="Discord" Type="Normal" Placement="Bottom">
      <Actions>
        <Action Key="URL" Value="https://discord.gg/hzZD5wrr7g | Official Discord server" />
      </Actions>
    </Button>
    <Button Name="{bed_name}" Type="MoreHomes" Placement="RightSide" Close="true" CooldownKey="RespawnCooldown,MoreHomes">
      <Actions>
        <Action Key="MoreHomes" />
      </Actions>
    </Button>
    <Button Name="{bed_name}" Type="MoreHomes" Placement="RightSide" Close="true" CooldownKey="RespawnCooldown,MoreHomes">
      <Actions>
        <Action Key="MoreHomes" />
      </Actions>
    </Button>
    <Button Name="{bed_name}" Type="MoreHomes" Placement="RightSide" Close="true" CooldownKey="RespawnCooldown,MoreHomes">
      <Actions>
        <Action Key="MoreHomes" />
      </Actions>
    </Button>
  </Buttons>
  <DeathMessages>
    <DeathMessage Cause="BLEEDING" Message="You bled to death!" />
    <DeathMessage Cause="BONES" Message="You fractured to death!" />
    <DeathMessage Cause="FREEZING" Message="You froze to death!" />
    <DeathMessage Cause="BURNING" Message="You burned to death!" />
    <DeathMessage Cause="FOOD" Message="You starved to death!" />
    <DeathMessage Cause="WATER" Message="You dehydrated to death!" />
    <DeathMessage Cause="GUN" Message="You were shot in the {limb} by {killer} [{hp} HP] from {distance}m!" />
    <DeathMessage Cause="MELEE" Message="You were chopped in the {limb} by {killer} [{hp} HP] from {distance}m!" />
    <DeathMessage Cause="ZOMBIE" Message="You were mauled by a zombie!" />
    <DeathMessage Cause="ANIMAL" Message="You were mauled by an animal!" />
    <DeathMessage Cause="SUICIDE" Message="You died at your own hand. Better luck next time!" />
    <DeathMessage Cause="KILL" Message="You were killed by a server admin." />
    <DeathMessage Cause="INFECTION" Message="You were infected to death!" />
    <DeathMessage Cause="PUNCH" Message="You were punched in the {limb} by {killer} [{hp} HP] from {distance}m!" />
    <DeathMessage Cause="BREATH" Message="You suffocated to death!" />
    <DeathMessage Cause="ROADKILL" Message="You were roadkilled by {killer} [{hp} HP]" />
    <DeathMessage Cause="VEHICLE" Message="You were blown up by a vehicle!" />
    <DeathMessage Cause="GRENADE" Message="You were blown up by {killer} [{hp} HP] with grenade!" />
    <DeathMessage Cause="SHRED" Message="You were shredded to bits!" />
    <DeathMessage Cause="LANDMINE" Message="You were blown up by a landmine!" />
    <DeathMessage Cause="ARENA" Message="You were eliminated by the arena!" />
    <DeathMessage Cause="MISSILE" Message="You were blown up by {killer} [{hp} HP] with a missle from {distance}m!" />
    <DeathMessage Cause="CHARGE" Message="You were blown up by {killer} [{hp} HP] with remote detonator!" />
    <DeathMessage Cause="SPLASH" Message="You were blown up by {killer} [{hp} HP] with an explosive bullet from {distance}m!" />
    <DeathMessage Cause="SENTRY" Message="You were shot by a sentry gun!" />
    <DeathMessage Cause="ACID" Message="You were dissolved by a zombie!" />
    <DeathMessage Cause="BOULDER" Message="You were crushed by a zombie!" />
    <DeathMessage Cause="BURNER" Message="You were burned by a zombie!" />
    <DeathMessage Cause="SPIT" Message="You were dissolved by a zombie!" />
    <DeathMessage Cause="SPARK" Message="You were electrocuted by a zombie!" />
  </DeathMessages>
</DeathMenuConfiguration>

Translations

<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="DefaultDeathMessage" Value="You were killed by {killer}!" />
  <Translation Id="CooldownFormat" Value=" ({0})" />
</Translations>