Skip to content

Commit

Permalink
- Add safe-teleport detection to spawn points, courtesy of Intybyte
Browse files Browse the repository at this point in the history
with PR #7530. (First-Time Contributor!)
    - New detection system scans players' teleport destinations to make
sure they will not suffocate or fall.
    - Closes #7463.
  - New Config Option: spawning.safe_teleport
    - Default: false
    - If enabled tries to find a safe location when teleporting to a
town spawn/nation spawn/outpost.
  • Loading branch information
LlmDl committed Sep 12, 2024
1 parent a7d8a53 commit 263e1ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9980,4 +9980,11 @@ v0.92.0.11:
- Closes #7549.
- New Config Option: global_town_settings.prevent_item_degrading_in_arenas
- Default: false
- While true, weapons and armour items worn by players in Arena plots will not lose durability.
- While true, weapons and armour items worn by players in Arena plots will not lose durability.
- Add safe-teleport detection to spawn points, courtesy of Intybyte with PR #7530. (First-Time Contributor!)
- New detection system scans players' teleport destinations to make sure they will not suffocate or fall.
- Closes #7463.
- New Config Option: spawning.safe_teleport
- Default: false
- If enabled tries to find a safe location when teleporting to a town spawn/nation spawn/outpost.
This can be used to prevent players from making kill boxes at those locations.

0 comments on commit 263e1ea

Please sign in to comment.