Skip to content

Commit

Permalink
Fixed bugs & removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Straikerinos committed Sep 1, 2024
1 parent 573a15f commit d7204da
Show file tree
Hide file tree
Showing 101 changed files with 2,342 additions and 3,166 deletions.
201 changes: 201 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 0 additions & 34 deletions .idea/runConfigurations/TheAPI__package_.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .paper-nms/classes.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"v1_21$2.class":1723131188231,"v1_21.class":1723131188251,"v1_21$1.class":1723131188231}
{"v1_21$2.class":1723131188231,"v1_20_6$2.class":1723910131904,"v1_21.class":1723131188251,"v1_20_6.class":1723910131923,"v1_20_6$1.class":1723910131904,"v1_21$1.class":1723131188231}
6 changes: 3 additions & 3 deletions AdventureAPI/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.7</version>
<version>12.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>AdventureAPI</artifactId>
<name>AdventureAPI</name>
<version>12.9.7</version>
<version>12.9.8</version>
<dependencies>
<dependency>
<groupId>net.kyori</groupId>
Expand Down
4 changes: 2 additions & 2 deletions AdventureAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.7</version>
<version>12.9.8</version>
</parent>

<artifactId>AdventureAPI</artifactId>
<name>AdventureAPI</name>
<version>12.9.7</version>
<version>12.9.8</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 3 additions & 3 deletions BungeeAPI/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.7</version>
<version>12.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>BungeeAPI</artifactId>
<packaging>pom</packaging>
<name>BungeeAPI</name>
<version>12.9.7</version>
<version>12.9.8</version>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>
Expand Down
4 changes: 2 additions & 2 deletions BungeeAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.7</version>
<version>12.9.8</version>
</parent>

<artifactId>BungeeAPI</artifactId>
<name>BungeeAPI</name>
<version>12.9.7</version>
<version>12.9.8</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions Loader - Bukkit Legacy Fallback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.7</version>
<version>12.9.8</version>
</parent>

<artifactId>Loader-Bukkit-Legacy-Fallback</artifactId>
<version>12.9.7</version>
<version>12.9.8</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.bukkit.command.SimpleCommandMap;

import java.util.Arrays;
import java.util.Iterator;
import java.util.Map;

//1.7.10 - 1.8.8 PaperSpigot
Expand Down
8 changes: 4 additions & 4 deletions Loader - Bukkit/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.7</version>
<version>12.9.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.7</version>
<version>12.9.8</version>
<dependencies>
<dependency>
<groupId>com.arcaniax</groupId>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>Loader-Bukkit-Old-Fallback</artifactId>
<version>12.9.7</version>
<version>12.9.8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit d7204da

Please sign in to comment.