Making NPCLib ready for Sonatype

This commit is contained in:
Jitse Boonstra
2019-06-03 12:26:15 +02:00
parent a029ed2b92
commit 9771bd1077
16 changed files with 104 additions and 16 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>net.jitse</groupId>
<artifactId>npclib</artifactId>
<version>1.4.2</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>npclib-commons</artifactId>
@@ -16,7 +16,7 @@ public class GameProfileWrapper {
// Written because of issue#10 (https://github.com/JitseB/NPCLib/issues/10).
// This class acts as an NMS reflection wrapper for the GameProfileWrapper class.
// TODO: Add this class to the v1_7_R4 module of NPCLib.
// TODO: As of 1.4.2 1.7 support was removed, refactor this class.
// TODO: This doesn't seem to work well with modified versions of Spigot (see issue #12).
private final boolean is1_7 = Bukkit.getBukkitVersion().contains("1.7");