From 742aff510cb806c8473d71abeae375d4ff582997 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Wed, 19 Jun 2024 13:40:47 -0500 Subject: [PATCH] - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR #7478. - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR #7474. - Add plot group creation/deletion events #7476, courtesy of Warrior with PR. - Closes #7475. - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme. --- Towny/pom.xml | 2 +- Towny/src/main/resources/ChangeLog.txt | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Towny/pom.xml b/Towny/pom.xml index 0c55ed9801..090b6944cf 100644 --- a/Towny/pom.xml +++ b/Towny/pom.xml @@ -13,7 +13,7 @@ towny jar - 0.100.3.1 + 0.100.3.2 diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 9c0e165192..f45ac802a2 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9825,4 +9825,11 @@ v0.92.0.11: - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR #7466. - Fix plot border modes on Folia, courtesy of Warrior with PR #7467. - - Raise java version to 17, courtesy of Warrior with PR #7401. \ No newline at end of file + - Raise java version to 17, courtesy of Warrior with PR #7401. +0.100.3.2: + - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR #7478. + - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR #7474. + - Add plot group creation/deletion events #7476, courtesy of Warrior with PR. + - Closes #7475. + - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. + - Drop support for MC 1.16-1.18, update the readme. \ No newline at end of file