Skip to content

Commit 2d9df2f

Browse files
committed
9.7.0.1 Update
1 parent e246898 commit 2d9df2f

394 files changed

Lines changed: 9726 additions & 9784 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,23 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35
<groupId>CMI-API</groupId>
46
<artifactId>CMI-API</artifactId>
5-
<version>9.6.4.1</version>
7+
<version>9.7.0.1</version>
68

79
<dependencies>
810
<dependency>
9-
<groupId>io.papermc.paper</groupId>
10-
<artifactId>paper-api</artifactId>
11-
<version>1.20.1-R0.1-SNAPSHOT</version>
11+
<groupId>org.spigotmc</groupId>
12+
<artifactId>spigot-api</artifactId>
13+
<version>1.20.3-R0.1-SNAPSHOT</version>
14+
<scope>provided</scope>
15+
</dependency>
16+
<dependency>
17+
<groupId>org.spigotmc</groupId>
18+
<artifactId>spigot</artifactId>
19+
<version>1.20.3-R0.1-SNAPSHOT</version>
1220
<scope>provided</scope>
13-
<exclusions>
14-
<exclusion>
15-
<groupId>org.ow2.asm</groupId>
16-
<artifactId>asm-commons</artifactId>
17-
</exclusion>
18-
<exclusion>
19-
<groupId>com.google.code.findbugs</groupId>
20-
<artifactId>jsr305</artifactId>
21-
</exclusion>
22-
<exclusion>
23-
<groupId>com.googlecode.json-simple</groupId>
24-
<artifactId>json-simple</artifactId>
25-
</exclusion>
26-
<exclusion>
27-
<groupId>org.slf4j</groupId>
28-
<artifactId>slf4j-api</artifactId>
29-
</exclusion>
30-
<exclusion>
31-
<groupId>org.ow2.asm</groupId>
32-
<artifactId>asm</artifactId>
33-
</exclusion>
34-
</exclusions>
3521
</dependency>
3622
<dependency>
3723
<groupId>com.mojang</groupId>
@@ -62,19 +48,19 @@
6248
<artifactId>CMILib</artifactId>
6349
<version>latest</version>
6450
<scope>system</scope>
65-
<systemPath>${basedir}/libs/CMILib1.2.4.1.jar</systemPath>
51+
<systemPath>${basedir}/libs/CMILib1.4.6.0.jar</systemPath>
6652
</dependency>
6753
</dependencies>
6854
<repositories>
55+
<repository>
56+
<id>spigot-repo</id>
57+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
58+
</repository>
6959
<repository>
7060
<id>jitpack.io</id>
7161
<url>https://jitpack.io</url>
7262
</repository>
7363
<!-- papermc -->
74-
<repository>
75-
<id>papermc</id>
76-
<url>https://papermc.io/repo/repository/maven-public/</url>
77-
</repository>
7864
<repository>
7965
<id>minecraft-repo</id>
8066
<url>https://libraries.minecraft.net/</url>

src/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/JobCommand.class
2+
/JobsCommands.class

src/com/Zrips/CMI/AllListeners/ArmorChangeListener.java

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/com/Zrips/CMI/AllListeners/ArmorChangeListener1_9.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/com/Zrips/CMI/AllListeners/BossBarCompassListener.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/com/Zrips/CMI/AllListeners/CustomMessagesListener.java

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/com/Zrips/CMI/AllListeners/FirstJoinListener.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/com/Zrips/CMI/AllListeners/GlicthListeners.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/com/Zrips/CMI/AllListeners/LaunchPadListener.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/com/Zrips/CMI/AllListeners/LaunchPadListener1_9.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)