📝 Fixs

This commit is contained in:
Maxlego08 2024-02-28 14:55:29 +01:00
parent a4e1111209
commit bcb9d609ac
3 changed files with 1189 additions and 1233 deletions

View File

@ -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

View File

@ -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),