[1.2.0 Stable]
- Added an option for players to confirm when an alias costs. (Per alias adjustable) - Preselected T2CodeLib version: 14.5
This commit is contained in:
parent
f4d8d3496a
commit
be73deface
2
pom.xml
2
pom.xml
@ -7,7 +7,7 @@
|
||||
<groupId>net.t2code</groupId>
|
||||
<artifactId>Alias</artifactId>
|
||||
|
||||
<version>1.2.0_beta-1</version>
|
||||
<version>1.2.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>T2C-Alias</name>
|
||||
|
@ -8,7 +8,7 @@ public class Util {
|
||||
}
|
||||
|
||||
public static String getRequiredT2CodeLibVersion() {
|
||||
return "13.4";
|
||||
return "14.5";
|
||||
}
|
||||
|
||||
public static String getPrefix() {
|
||||
|
Loading…
Reference in New Issue
Block a user