Skip to content

Commit

Permalink
9.7.0.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrips committed Mar 26, 2024
1 parent e246898 commit 2d9df2f
Show file tree
Hide file tree
Showing 394 changed files with 9,726 additions and 9,784 deletions.
50 changes: 18 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,23 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>CMI-API</groupId>
<artifactId>CMI-API</artifactId>
<version>9.6.4.1</version>
<version>9.7.0.1</version>

<dependencies>
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.1-R0.1-SNAPSHOT</version>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.20.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.mojang</groupId>
Expand Down Expand Up @@ -62,19 +48,19 @@
<artifactId>CMILib</artifactId>
<version>latest</version>
<scope>system</scope>
<systemPath>${basedir}/libs/CMILib1.2.4.1.jar</systemPath>
<systemPath>${basedir}/libs/CMILib1.4.6.0.jar</systemPath>
</dependency>
</dependencies>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<!-- papermc -->
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<repository>
<id>minecraft-repo</id>
<url>https://libraries.minecraft.net/</url>
Expand Down
2 changes: 2 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/JobCommand.class
/JobsCommands.class
61 changes: 0 additions & 61 deletions src/com/Zrips/CMI/AllListeners/ArmorChangeListener.java

This file was deleted.

21 changes: 0 additions & 21 deletions src/com/Zrips/CMI/AllListeners/ArmorChangeListener1_9.java

This file was deleted.

39 changes: 0 additions & 39 deletions src/com/Zrips/CMI/AllListeners/BossBarCompassListener.java

This file was deleted.

49 changes: 0 additions & 49 deletions src/com/Zrips/CMI/AllListeners/CustomMessagesListener.java

This file was deleted.

26 changes: 0 additions & 26 deletions src/com/Zrips/CMI/AllListeners/FirstJoinListener.java

This file was deleted.

27 changes: 0 additions & 27 deletions src/com/Zrips/CMI/AllListeners/GlicthListeners.java

This file was deleted.

30 changes: 0 additions & 30 deletions src/com/Zrips/CMI/AllListeners/LaunchPadListener.java

This file was deleted.

20 changes: 0 additions & 20 deletions src/com/Zrips/CMI/AllListeners/LaunchPadListener1_9.java

This file was deleted.

Loading

0 comments on commit 2d9df2f

Please sign in to comment.