-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Critical Error. #24
Comments
org.bukkit.command.CommandException: Unhandled exception executing command 'enhance' in plugin EnchantmentsEnhance v5.1.1 public class MenuProvider implements InventoryProvider {
public class Menu { |
It seems like you have a weird Spigot version, mine works correctly 🤔 Try to download the last Spigot 1.8.8 version maybe |
I build my own spigot from latest git commits... A newer version of Guava may be shaded into the build. |
Okay after some tests, it is clearly an issue from SmartInvs which is present on all 1.8.8 servers, I'll release 1.2.3 to fix that :) |
Caused by: java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;I)V
at fr.minuskube.inv.opener.ChestInventoryOpener.open(ChestInventoryOpener.java:15) ~[?:?]
at fr.minuskube.inv.SmartInventory.open(SmartInventory.java:56) ~[?:?]
at fr.minuskube.inv.SmartInventory.open(SmartInventory.java:35) ~[?:?]
I tried shading Guava, and everything I could.
But I am still getting this error.
The text was updated successfully, but these errors were encountered: