lishid / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
119 stars 94 forks source link

OpenInv Not Loading with PaperSpigot (1.12.1) #72

Closed CDAGaming closed 7 years ago

CDAGaming commented 7 years ago

6:22:53 AM [INFO] [OpenInv] Enabling OpenInv v3.3.1-SNAPSHOT 6:22:53 AM [INFO] [OpenInv] Your version of CraftBukkit (v1_12_R1) is not supported. 6:22:53 AM [INFO] [OpenInv] If this version is a recent release, check for an update. 6:22:53 AM [INFO] [OpenInv] If this is an older version, ensure that you've downloaded the legacy support version. 6:22:53 AM [INFO] [OpenInv] Disabling OpenInv v3.3.1-SNAPSHOT

Jikoo commented 7 years ago

Where did you obtain your copy of OpenInv from?

CDAGaming commented 7 years ago

@Jikoo I compiled from Source and From https://github.com/lishid/OpenInv/issues/71 , both showed same result

Jikoo commented 7 years ago

When compiling, be sure to use a profile including the correct modules. Cannot reproduce using build from #71 and Paper build 1175.

CDAGaming commented 7 years ago

@Jikoo Here are the commands i have used so far to compile:

mvn install -B mvn compile mvn install:install-file -Dpackaging=jar -Dfile=spigot-1.12.1-R0.1-SNAPSHOT.jar -DgroupId=org.spigotmc -DartifactId=spigot -Dversion=1.12.1-R0.1-SNAPSHOT

using the all Profile in the Readme, this error appears:

[ERROR] Failed to execute goal on project openinvadapter1_4_5: Could not resolve dependencies for project com.lishid:openinvadapter1_4_5:jar:3.3.1-SNAPSHOT: Could not find artifact org.bukkit:craftbukkit:jar:1.4.5-R1.0 in spigot-repo (https://hub.spigotmc.org/nexus/content/groups/public/) -> [Help 1]

Using Latest Profile however did fix my issue :)

Jikoo commented 7 years ago

To use the all profile, you need to have every version of CB/Spigot OpenInv can support installed, not just 1.12. Glad to know you've managed to figure it out.