diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index dabff0add2..3159dfb458 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -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. \ No newline at end of file + - 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. \ No newline at end of file