Teleport Mechanics

📝 Atualizado em 07/02/2026

Location Selection

  1. Random X and Z coordinates generated
  2. Within configured min/max distance
  3. Respects world border
  4. Finds highest solid block
  5. Validates safety

Safety Validation

safety:
  avoid-water: true      # No water
  avoid-lava: true       # No lava
  avoid-void: true       # No void
  check-blocks-above: true  # Check headroom
  min-y: 60              # Minimum Y level
  max-y: 256             # Maximum Y level

Retry System

If location unsafe:

  • Try again (up to max-attempts)
  • Different random coordinates
  • If all attempts fail, show error message