From e0e9889681a600c0f840cbcce60e19c26d003b3d Mon Sep 17 00:00:00 2001 From: sekwah41 Date: Thu, 22 Dec 2016 01:51:36 +0000 Subject: [PATCH 1/2] Updated readme removed unneeded messages to do with craftbukkit --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index bd649a5..c2f6809 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,3 @@ Advanced Portals Global Plugin Stats - -

To get the needed bukkit versions download the spigot buildtools and run the appropriate commands for the versions listed in the pom file.

-

e.g. "java -jar BuildTools.jar --rev 1.10.2" (Enter this into git bash)

- -

When each version is compiled place it in the craftbukkit folder and import the folder of jar's. This should allow you to compile and place more.

- -

If it wasnt for the fact craftbukkit is being used then this would work perfectly with maven. However maven cannot support multiple versions of the same dependency by default at least

From e27af038d5deaade65f3f85d0edb4071302a0fdb Mon Sep 17 00:00:00 2001 From: sekwah41 Date: Thu, 22 Dec 2016 01:54:22 +0000 Subject: [PATCH 2/2] Update README.md Readded and changed message --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c2f6809..0d23a7c 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,10 @@ Advanced Portals Global Plugin Stats + +

To get the needed bukkit versions download the spigot buildtools and run the appropriate commands for the versions listed in the pom file.

+

e.g. "java -jar BuildTools.jar --rev 1.10.2" (Enter this into git bash)

+ +

Use the versions to test code before you turn it into reflection or suggest it to be turned into reflection.

+ +

You should never use direct craftbukkit references in public builds as it would only work in one spigot version