Skip to content

Commit

Permalink
Added helpful text to the POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 24, 2017
1 parent eebd5ed commit 39e0196
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<server.jars>${project.basedir}/lib</server.jars>
</properties>
<!-- Ignore or delete the distribution management part of this POM if you are not tastybento! -->
<distributionManagement>
<repository>
<id>bintray-tastybento-maven-repo</id>
Expand Down Expand Up @@ -90,6 +91,10 @@
<scope>provided</scope>
<type>jar</type>
</dependency>
<!-- These server binaries have to be provided by you and put in the server.jars folder
You can build the latest versions using the BuildTools.jar tool from spigotmc.org.
If you do not have or do not need a server version, delete the reference here and
delete the corresponding package in the source code starting with com.wasteofplastic.askyblock.nms. -->
<dependency>
<groupId>bukkit.org</groupId>
<artifactId>craftbukkit</artifactId>
Expand Down Expand Up @@ -197,4 +202,5 @@
</repository>
</repositories>
<version>3.0.6.10</version>
<description>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!</description>
</project>

0 comments on commit 39e0196

Please sign in to comment.