This commit is contained in:
Shane Freeder
2019-12-10 23:56:33 +00:00
parent 2f8ae01cb1
commit f181496be3
28 changed files with 61 additions and 75 deletions

View File

@@ -14,11 +14,11 @@ it without having to shade it in the plugin and going through
several layers of logging abstraction.
diff --git a/pom.xml b/pom.xml
index 709b7a222..5088c3315 100644
index a6567413..1179fd55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -0,0 +0,0 @@
<version>17.0.0</version>
<version>18.0.0</version>
<scope>provided</scope>
</dependency>
+ <!-- Paper - Add SLF4J -->
@@ -32,7 +32,7 @@ index 709b7a222..5088c3315 100644
<dependency>
<groupId>junit</groupId>
diff --git a/src/main/java/org/bukkit/plugin/Plugin.java b/src/main/java/org/bukkit/plugin/Plugin.java
index febfec6ef..79890c68f 100644
index febfec6e..79890c68 100644
--- a/src/main/java/org/bukkit/plugin/Plugin.java
+++ b/src/main/java/org/bukkit/plugin/Plugin.java
@@ -0,0 +0,0 @@ public interface Plugin extends TabExecutor {