From 6a7668b4932ac659607a8082073f771341d0a7c5 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Mon, 17 Jun 2024 07:48:45 -0500 Subject: [PATCH] - 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. --- .../bukkit/towny/listeners/TownyEntityListener.java | 1 - Towny/src/main/java/com/palmergames/util/FileMgmt.java | 3 --- Towny/src/main/resources/ChangeLog.txt | 5 ++++- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Towny/src/main/java/com/palmergames/bukkit/towny/listeners/TownyEntityListener.java b/Towny/src/main/java/com/palmergames/bukkit/towny/listeners/TownyEntityListener.java index 107ee6dfbc..97a5c8e9c0 100644 --- a/Towny/src/main/java/com/palmergames/bukkit/towny/listeners/TownyEntityListener.java +++ b/Towny/src/main/java/com/palmergames/bukkit/towny/listeners/TownyEntityListener.java @@ -85,7 +85,6 @@ import java.util.Collections; import java.util.List; import java.util.Locale; -import java.util.stream.Collectors; /** * diff --git a/Towny/src/main/java/com/palmergames/util/FileMgmt.java b/Towny/src/main/java/com/palmergames/util/FileMgmt.java index 7c54de31f1..d19be9df0d 100644 --- a/Towny/src/main/java/com/palmergames/util/FileMgmt.java +++ b/Towny/src/main/java/com/palmergames/util/FileMgmt.java @@ -9,7 +9,6 @@ import org.apache.commons.io.IOUtils; import org.jetbrains.annotations.NotNull; -import java.io.BufferedWriter; import java.io.DataOutputStream; import java.io.File; import java.io.FileInputStream; @@ -17,8 +16,6 @@ import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; -import java.io.OutputStream; -import java.io.OutputStreamWriter; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 78d20a9c99..9c0e165192 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9822,4 +9822,7 @@ v0.92.0.11: 0.100.3.0: - Bump version for release. 0.100.3.1: - - Fix new outlaws not being teleported out of the town they were outlawed in. \ No newline at end of file + - 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