Skip to content

Commit

Permalink
- Remove magic values from spawnpoint ring offsets, courtesy of
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LlmDl committed Feb 19, 2024
1 parent 95e563c commit c3bef16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Integer, TownLevel> configTownLevel = Collections.synchronizedSortedMap(new TreeMap<>(Collections.reverseOrder()));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 11 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.

0 comments on commit c3bef16

Please sign in to comment.