Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Welcome to the official repository of **CodeLib!**
After years of private development for the CodeBlocksMC network, CodeLib is now available to everyone!
Feel free to open issues, contribute, and build something great together!

Join the official Discord server [here](https://dc.codeblocksmc.de)!


## 🌟 Features
- 🎨 Advanced GUI Builder
Expand Down
12 changes: 6 additions & 6 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.codeblocksmc.codelib</groupId>
<artifactId>CodeLib</artifactId>
<name>CodeLib</name>
<version>3.3.1</version>
<version>3.3.9</version>
<build>
<resources>
<resource>
Expand All @@ -15,15 +15,15 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.14.0</version>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -59,19 +59,19 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.38</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.simonsator</groupId>
<artifactId>spigot-party-api-for-party-and-friends</artifactId>
<version>1.0.4-RELEASE</version>
<version>1.0.7-RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.simonsator</groupId>
<artifactId>Party-and-Friends-MySQL-Edition-Spigot-API</artifactId>
<version>1.5.4-RELEASE</version>
<version>1.6.2-RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<groupId>de.codeblocksmc.codelib</groupId>
<artifactId>CodeLib</artifactId>
<version>3.3.1</version> <!-- When uploading, please also use LATEST -->
<!-- 3.3.0 -->
<version>3.4.0</version> <!-- When uploading, please also use LATEST -->
<!-- 3.3.7 -->
<packaging>jar</packaging>

<name>CodeLib</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>fr.mrmicky</groupId>
<artifactId>fastboard</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
33 changes: 0 additions & 33 deletions src/main/java/de/codeblocksmc/codelib/AdvancedTabCompleter.java

This file was deleted.

65 changes: 0 additions & 65 deletions src/main/java/de/codeblocksmc/codelib/ChatUtil.java

This file was deleted.

57 changes: 0 additions & 57 deletions src/main/java/de/codeblocksmc/codelib/EnchantmentWrapper.java

This file was deleted.

Loading
Loading