πŸ’€Death Management

AdvancedTeleport can handle where players teleport if they die. This is largely handled through the config.yml file itself.

Presentation

death-management:
  default: bed;spawn
  world: default

Some options are separated by ; - if the first option (e.g. bed) does not have a location, then it falls back onto the second option (spawn), and so on.

If no location is found with any option, then AdvancedTeleport leads

Teleportation Options

There are numerous different options to use, including:

  • tpr:world

  • spawn

  • home

  • bed

  • warp:name

tpr:world

Upon respawning, teleports the player to a random location in a specified world. This has to use Paper (or a fork of paper) and have use-rapid-response enabled so that locations are prepared prior to sending the player away.

The world part changes according to the world being teleported to, e.g.:

death-management:
  default: tpr:survival

To teleport into a random location within the world survival.

spawn

The player is teleported to the spawn

home

bed

warp:name

Last updated

Change request #35: Wiki Overhaul