mirror of
https://github.com/Maxlego08/zKoth.git
synced 2024-11-25 12:25:14 +01:00
📝 Fixs
This commit is contained in:
parent
a4e1111209
commit
bcb9d609ac
@ -106,6 +106,10 @@
|
||||
<id>bg-repo</id>
|
||||
<url>https://repo.bg-software.com/repository/api/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codemc-repo</id>
|
||||
<url>https://repo.codemc.org/repository/maven-public</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@ -174,6 +178,12 @@
|
||||
<version>2022.9</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sacredlabyrinth.phaed.simpleclans</groupId>
|
||||
<artifactId>SimpleClans</artifactId>
|
||||
<version>2.15.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.ShieldCommunity</groupId>
|
||||
<artifactId>SternalBoard</artifactId>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,8 @@ import java.util.regex.Pattern;
|
||||
|
||||
public enum NmsVersion {
|
||||
|
||||
V_1_8_8(1880),
|
||||
V_1_9(1900),
|
||||
V_1_8_8(188),
|
||||
V_1_9(190),
|
||||
V_1_10(1100),
|
||||
V_1_11(1110),
|
||||
V_1_12(1120),
|
||||
|
Loading…
Reference in New Issue
Block a user