From a68264453fd5f7ae6cd40e807f94fba63af7b30b Mon Sep 17 00:00:00 2001 From: tastybento Date: Wed, 1 Aug 2018 17:39:32 -0400 Subject: [PATCH] Version up 3.0.9.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd74fc7bc..0ddb22f79 100644 --- a/pom.xml +++ b/pom.xml @@ -233,6 +233,6 @@ http://maven.sk89q.com/repo/ - 3.0.9.3 + 3.0.9.4 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!