OpenInv Not Loading with PaperSpigot (1.12.1) #72

Closed
opened 2017-08-07 09:28:29 -04:00 by CDAGaming · 5 comments
CDAGaming commented 2017-08-07 09:28:29 -04:00 (Migrated from github.com)

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

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 2017-08-07 17:47:36 -04:00 (Migrated from github.com)

Where did you obtain your copy of OpenInv from?

Where did you obtain your copy of OpenInv from?
CDAGaming commented 2017-08-07 19:10:57 -04:00 (Migrated from github.com)

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

@Jikoo I compiled from Source and From https://github.com/lishid/OpenInv/issues/71 , both showed same result
Jikoo commented 2017-08-07 20:53:38 -04:00 (Migrated from github.com)

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

When compiling, be sure to use a profile including the correct modules. Cannot reproduce using build from #71 and Paper build 1175.
CDAGaming commented 2017-08-07 21:29:06 -04:00 (Migrated from github.com)

@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 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 2017-08-08 05:33:01 -04:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minster586/OpenInv#72
No description provided.