diff --git a/Towny/src/main/java/com/palmergames/bukkit/towny/TownySettings.java b/Towny/src/main/java/com/palmergames/bukkit/towny/TownySettings.java index be2ed9bad8..ff3a7653b5 100644 --- a/Towny/src/main/java/com/palmergames/bukkit/towny/TownySettings.java +++ b/Towny/src/main/java/com/palmergames/bukkit/towny/TownySettings.java @@ -97,7 +97,6 @@ public record NationLevel( private static CommentedConfiguration config; private static CommentedConfiguration newConfig; - private static int uuidCount; private static boolean areLevelTypeLimitsConfigured; private static final SortedMap configTownLevel = Collections.synchronizedSortedMap(new TreeMap<>(Collections.reverseOrder())); diff --git a/Towny/src/main/java/com/palmergames/bukkit/towny/db/TownyDataSource.java b/Towny/src/main/java/com/palmergames/bukkit/towny/db/TownyDataSource.java index 9e6a666ae8..ac8c5d9b69 100644 --- a/Towny/src/main/java/com/palmergames/bukkit/towny/db/TownyDataSource.java +++ b/Towny/src/main/java/com/palmergames/bukkit/towny/db/TownyDataSource.java @@ -2,7 +2,6 @@ import com.palmergames.bukkit.towny.Towny; import com.palmergames.bukkit.towny.TownyMessaging; -import com.palmergames.bukkit.towny.TownySettings; import com.palmergames.bukkit.towny.TownyUniverse; import com.palmergames.bukkit.towny.exceptions.AlreadyRegisteredException; import com.palmergames.bukkit.towny.exceptions.NotRegisteredException; diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 42876604d2..2acb01dce9 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -9538,4 +9538,14 @@ v0.92.0.11: - Prevent falling blocks falling during unclaimed land regeneration. - Closes #7259. - Make use of the disallow numbers in town names config option again. - - Fix being unable to unset titles and surnames. \ No newline at end of file + - Fix being unable to unset titles and surnames. + - Remove magic values from spawnpoint ring offsets, courtesy of Warrior with PR #7267. + - Fix mob removal on folia, courtesy of Warrior with PR #7262. + - Closes #7261, #7221, #7202, #7253. + - Make our custom registered commands identifiable, courtesy of Warrior with PR #7263. + - Move using_economy to the eco section of the config, courtesy of Warrior with PR #7265. + - Automatic config edit: + - plugin.interfacing.using_economy moves to economy.using_economy + - Remove uuid percentage tracking, courtesy of Warrior with PR #7266. + - Make PlotClaim a runnable, courtesy of Warrior with PR #7268. + - Reorganize test directory layout, courtesy of Warrior with PR #7269. \ No newline at end of file