Skip to content

Commit

Permalink
Merge pull request #3 from TownyAdvanced/master
Browse files Browse the repository at this point in the history
Update to 0.100.0.17
  • Loading branch information
CorruptedGreed authored Jan 2, 2024
2 parents 29196bc + 2352315 commit fe5c20e
Show file tree
Hide file tree
Showing 70 changed files with 1,789 additions and 652 deletions.
8 changes: 4 additions & 4 deletions 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.0.14</version>
<version>0.100.0.18</version>

<licenses>
<license>
Expand Down Expand Up @@ -172,12 +172,12 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.14.0</version>
<version>4.15.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.14.0</version>
<version>4.15.0</version>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
Expand Down Expand Up @@ -277,7 +277,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<release>8</release>
<source>${java.version}</source>
Expand Down
888 changes: 471 additions & 417 deletions Towny/src/main/java/com/palmergames/bukkit/config/ConfigNodes.java

Large diffs are not rendered by default.

Loading

0 comments on commit fe5c20e

Please sign in to comment.