Skip to content

Commit

Permalink
1.8.9
Browse files Browse the repository at this point in the history
Updated dependencies
Hopefully fixed all remaining issues with 1.21.1
New Language - Turkish from Crowdin, thank you.
  • Loading branch information
cobrex1 committed Sep 29, 2024
1 parent 22e65b0 commit 49c494c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<groupId>me.cobrex</groupId>
<artifactId>TownyMenu</artifactId>
<version>1.8.8</version>
<version>1.8.9</version>

<properties>

<main.class>me.cobrex.townymenu.TownyMenuPlugin</main.class>

<foundation.version>6.9.2</foundation.version>
<foundation.version>6.9.7</foundation.version>

<java.version>1.8</java.version>

Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.100.3.12</version>
<version>0.100.4.3</version>
<scope>provided</scope>
</dependency>
<!-- HeadDatabase-API -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Prefix: "&b&lTM &7// "

# The Language this plugin's messages will be run in.
# The following translations are available: cs, de, en, es, fr, pt, ru, vi and zh. More will follow!
# The following translations are available: cs, de, en, es, fr, pt, ru, tr, vi and zh. More will follow!
# Once chosen, please re-boot the server or reload plugin to generate the chosen language file.
# It will then appear in the localization folder.
Locale: "en"
Expand Down

0 comments on commit 49c494c

Please sign in to comment.