4 Commits

Author SHA1 Message Date
7833144a9a 1.2.1
- API update to Minecraft version 1.20
- T2CodeLib API update to 15.0 (this version is required from now on)
2023-06-08 07:23:14 +02:00
10e23c6dcf Update pom.xml 2023-06-08 07:12:30 +02:00
be73deface [1.2.0 Stable]
- Added an option for players to confirm when an alias costs. (Per alias adjustable)
- Preselected T2CodeLib version: 14.5
2023-05-10 21:12:16 +02:00
f4d8d3496a Update pom.xml 2023-05-04 16:44:45 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<groupId>net.t2code</groupId> <groupId>net.t2code</groupId>
<artifactId>Alias</artifactId> <artifactId>Alias</artifactId>
<version>1.2.0_snapshot-1</version> <version>1.2.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>T2C-Alias</name> <name>T2C-Alias</name>
@@ -71,7 +71,7 @@
<dependency> <dependency>
<groupId>net.t2code</groupId> <groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId> <artifactId>T2CodeLib</artifactId>
<version>14.4</version> <version>15.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

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