From 0f66b74a9e3c857af7d9f5ec58558e54a886b021 Mon Sep 17 00:00:00 2001 From: Tastybento Date: Wed, 4 Apr 2018 18:01:09 -0700 Subject: [PATCH] Shifted version to align with AcidIsland. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8e72f20c..10737ee77 100644 --- a/pom.xml +++ b/pom.xml @@ -233,6 +233,6 @@ http://maven.sk89q.com/repo/ - 3.0.8.4 + 3.0.8.5 This pom contains reference to a lot of servers that are not included in the GitHub repository because they are binary objects and maybe subject to copyright. These are used so that the NMS code that is used especially for pasting of islands can operate. Before you can build successfully, you need to put zero or more server binaries into the lib directory on your build machine. This version will match the version of the server you will use, for example 1.12. Then delete all the unneeded packages in com.wasteofplastic.askyblock.nms that you do not need or do not have. This will allow you to build. If you have no server binaries and delete all the packages, the Bukkit API will be used instead of NMS, which is slow and not recommended. Good luck!