Skip to content

Commit

Permalink
- Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LlmDl committed Jun 19, 2024
1 parent e7ad0f5 commit 742aff5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.100.3.1</version>
<version>0.100.3.2</version>

<licenses>
<license>
Expand Down
9 changes: 8 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.

0 comments on commit 742aff5

Please sign in to comment.