Skip to content

Commit

Permalink
Ver 0.10.1-Beta.1: For 1.21 Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiroiame-Kusu committed Jun 30, 2024
1 parent b40811d commit 8dc456c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>icu.nyat.Kusunoki</groupId>
<artifactId>NyatLib</artifactId>
<version>0.10.0-Beta.1</version>
<version>0.10.1-Beta.1</version>

<packaging>jar</packaging>

Expand All @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mc.subversion>1.21.0 Pre1</mc.subversion>
<mc.subversion>1.22.0 Pre1</mc.subversion>
</properties>
<url>https://nyat.icu</url>

Expand Down Expand Up @@ -141,13 +141,13 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.3.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.105.Final</version>
<version>4.1.111.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/icu/nyat/kusunoki/NyatLibOnEnable.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void Fetch(){
if(isProtocolLibInstalled){
String ProtocolLibVersionDescription = getServer().getPluginManager().getPlugin("ProtocolLib").toString();
String ProtocolLibVersion = ProtocolLibVersionDescription.substring(ProtocolLibVersionDescription.length() - 5);
if(ProtocolLibVersion.equals("5.2.1")){
if(ProtocolLibVersion.equals("5.3.0")){
Logger.logINFO("Seems that you have installed correct ProtocolLib version, continue...");
}else{
Logger.logWARN("You are using an untested ProtocolLib version!");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
ServerName: "§bNyatwork"
ServerVersion: "1.21.0 Pre1"
ServerVersion: "1.22.0 Pre1"
ServerProtocolVersion: -1
ServerSupportedProtocolVersion: []
EnableBroadcast: true

0 comments on commit 8dc456c

Please sign in to comment.