About DeathTeleport
With the DeathTeleport plugin, players in Rust can perform a limited number of teleportations to their own corpses.
Features:
- Players can teleport to the positions of their last death.
- The number of allowed teleportations is limited and depends on the assigned permissions.
- Display a UI button for players after respawn that remains active for 120 seconds.
- The button allows players to quickly teleport to their last death position.
- The UI buttons** are removed during server initialization and plugin unload.
- The button disappears when used
- The number of daily teleportations is reset every new day.
Commands:
- /teledeath - Teleports you to your last corpse.
- Permissions:
- deathteleport.default - Teleportations allowed by default (1 time/day).
- deathteleport.tierone - Allows up to 2 teleportations.
- deathteleport.tiertwo - Allows up to 3 teleportations.
- deathteleport.tierthree - Tier Three: Allows up to 4 teleportations.
- deathteleport.vip - Unlimited teleportations.
Config:
- { "DefaultTeleports": 1, "TierOneTeleports": 2, "TierTwoTeleports": 3, "TierThreeTeleports": 4, "ShowUI": true }
load, run, enjoy