Compare commits

...

2 Commits
1.7 ... main

Author SHA1 Message Date
JaTiTV cfc515b874 1.8
- API update to Minecraft version 1.20
- T2CodeLib API update to 15.0 (this version is required from now on)
2023-06-08 07:03:46 +02:00
JaTiTV 87f5fe27d0 1.7 2022-11-19 03:03:26 +01:00
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<groupId>de.jatitv</groupId>
<artifactId>PaPiTest</artifactId>
<version>1.6</version>
<version>1.8</version>
<packaging>jar</packaging>
<name>PaPiTest</name>
@ -78,7 +78,7 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>13.4</version>
<version>15.0</version>
</dependency>
</dependencies>
</project>

View File

@ -7,7 +7,7 @@ public class Util {
}
public static String getRequiredT2CodeLibVersion() {
return "13.4";
return "15.0";
}
public static String getPrefix() {

View File

@ -15,9 +15,9 @@ public class Config {
public static Integer ConfigVersion = 1;
public static Boolean updateCheckOnJoin;
public static Boolean updateCheckSeePreReleaseUpdates;
public static Integer updateCheckTimeInterval;
public static Boolean updateCheckOnJoin = true;
public static Boolean updateCheckSeePreReleaseUpdates = true;
public static Integer updateCheckTimeInterval = 60;
public static Boolean Titel = true;
public static void configCreate() {