Skip to content

Commit

Permalink
Support for Minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jun 20, 2024
1 parent df3b127 commit 79fb695
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.despical</groupId>
<artifactId>king-of-the-ladder</artifactId>
<version>2.9.7</version>
<version>2.9.8</version>

<name>King of the Ladder</name>
<inceptionYear>2020</inceptionYear>
Expand Down Expand Up @@ -65,12 +65,12 @@
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>Commons</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>InventoryFramework</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.github.Despical</groupId>
Expand Down Expand Up @@ -120,6 +120,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<outputDirectory>C:\Users\berke\OneDrive\Masaüstü\1.21 Server\plugins</outputDirectory>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
Expand All @@ -143,6 +144,10 @@
<pattern>org.bstats</pattern>
<shadedPattern>me.despical.kotl.util</shadedPattern>
</relocation>
<relocation>
<pattern>me.despical.commandframework</pattern>
<shadedPattern>me.despical.kotl.commands</shadedPattern>
</relocation>
<relocation>
<pattern>com.zaxxer.hikari</pattern>
<shadedPattern>me.despical.commons.database</shadedPattern>
Expand Down

0 comments on commit 79fb695

Please sign in to comment.