diff --git a/plugins/bastion-paper/Bastion/pom.xml b/plugins/bastion-paper/Bastion/pom.xml
index 16d8278d3..5261337f7 100644
--- a/plugins/bastion-paper/Bastion/pom.xml
+++ b/plugins/bastion-paper/Bastion/pom.xml
@@ -2,66 +2,75 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- isaac
- Bastion
- jar
- 1.0.4
- Bastion
- https://github.com/ttk2/Bastion
-
-
-
- 1.7
- 1.7
-
-
-
- ${basedir}/src
-
-
-
- ${basedir}
-
- *.yml
- License.txt
-
- true
-
-
-
+ 4.0.0
+ isaac
+ Bastion
+ jar
+ 1.1.0
+ Bastion
+ https://github.com/Civcraft/Bastion
-
-
- org.spigotmc
- Spigot1.8.7
- 1.8.7
- provided
-
-
- vg.civcraft.mc.namelayer
- NameLayer
- 2.5.42
- provided
-
-
- vg.civcraft.mc.citadel
- Citadel
- 3.4.38
- provided
-
-
- com.untamedears
- Humbug
- 1.7.2
- provided
-
-
-
-
-
- civcraft-repo
- http://build.civcraft.co:8080/plugin/repository/everything/
-
-
+
+ 1.7
+ 1.7
+
+
+
+ ${basedir}/src
+
+
+
+ ${basedir}
+
+ *.yml
+ License.txt
+
+ true
+
+
+
+
+
+
+ org.spigotmc
+ spigot-api
+ 1.9-R0.1-SNAPSHOT
+ provided
+
+
+ org.spigotmc
+ spigot
+ 1.9
+ provided
+
+
+ vg.civcraft.mc.namelayer
+ NameLayer
+ 2.5.42
+ provided
+
+
+ vg.civcraft.mc.citadel
+ Citadel
+ 3.4.38
+ provided
+
+
+ com.untamedears
+ Humbug
+ 1.8
+ provided
+
+
+
+
+
+ civcraft-repo
+ http://build.civcraft.co:8080/plugin/repository/everything/
+
+
+ spigot-repo
+ https://hub.spigotmc.org/nexus/content/groups/public/
+
+
diff --git a/plugins/bastion-paper/README.md b/plugins/bastion-paper/README.md
index c7fe614ad..7749829f0 100644
--- a/plugins/bastion-paper/README.md
+++ b/plugins/bastion-paper/README.md
@@ -62,7 +62,8 @@ Permissions:
* /bsi gives extra info
To compile:
- * Download Bukkit
+ * Download Spigot
* Download Citadel
+ * Download Namelayer
* Download Humbug
- * Link to Bukkit, Citadel, and Humbug then compile
+ * Link to Spigot, Citadel, Namelayer, and Humbug then compile