Skip to content

Commit

Permalink
- API: Add TOWNYADMIN_TOWN and TOWNYADMIN_NATION CommandTypes,
Browse files Browse the repository at this point in the history
courtesy of Lemar98 with PR #6179. (First-Time Contributor!)
  • Loading branch information
LlmDl committed Sep 20, 2022
1 parent 4f886f1 commit 8fe6fed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.98.3.9</version>
<version>0.98.3.10</version>

<licenses>
<license>
Expand Down
4 changes: 3 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7760,4 +7760,6 @@ v0.92.0.11:
- Improve command blocking, courtesy of Warriorrrr with PR #6163.
- Fix legacy hex code parsing not working, courtesy of Warriorrrr with PR #6176.
- Use translatable over direct translation in BaseCommand, courtesy of Warriorrrr with PR #6172.
- Simplify parameters used for TownCommand title & surname methods, courtesy of Warriorrrr with PR #6171.
- Simplify parameters used for TownCommand title & surname methods, courtesy of Warriorrrr with PR #6171.
0.98.3.10:
- API: Add TOWNYADMIN_TOWN and TOWNYADMIN_NATION CommandTypes, courtesy of Lemar98 with PR #6179. (First-Time Contributor!)

0 comments on commit 8fe6fed

Please sign in to comment.