diff --git a/Components/Minepacks-BadRabbit-Bukkit/pom.xml b/Components/Minepacks-BadRabbit-Bukkit/pom.xml
index 3cf49e1..91e05d9 100644
--- a/Components/Minepacks-BadRabbit-Bukkit/pom.xml
+++ b/Components/Minepacks-BadRabbit-Bukkit/pom.xml
@@ -32,7 +32,6 @@
at.pcgamingfreaks
BadRabbit-Bukkit
1.11
- provided
diff --git a/Minepacks/pom.xml b/Minepacks/pom.xml
index 9783d94..af8ec71 100644
--- a/Minepacks/pom.xml
+++ b/Minepacks/pom.xml
@@ -53,12 +53,6 @@
PluginLib
${pcgfPluginLibVersion}
-
-
- at.pcgamingfreaks
- BadRabbit-Bukkit
- 1.11
-
org.junit.jupiter
@@ -119,34 +113,6 @@
-
- ExcludeBadRabbit
-
- true
-
-
-
-
- maven-jar-plugin
- 3.1.2
-
-
- default-jar
- package
-
- jar
-
-
-
- at/pcgamingfreaks/Minepacks/Bukkit/MinepacksBadRabbit.class
-
-
-
-
-
-
-
-
Standalone
diff --git a/README.md b/README.md
index 3599780..846f0d5 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ This version works without the PCGF-PluginLib, however some API features are not
```
git clone https://github.com/GeorgH93/Minepacks.git
cd Minepacks
-mvn package -P Standalone,ExcludeBadRabbit
+mvn package -P Standalone
```
The final file will be in the `Minepacks/target` folder, named `Minepacks--Standalone.jar`.
@@ -92,7 +92,7 @@ This is the version of the plugin published on dev.bukkit.org and spigotmc.org.
```
git clone https://github.com/GeorgH93/Minepacks.git
cd Minepacks
-mvn clean install -P Standalone,ExcludeBadRabbit
+mvn clean install -P Standalone
mvn clean package -P Release
```
The final file will be in the `Minepacks/target` folder, named `Minepacks--Release.jar`.