We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libraries
I can use the library by shading, but not the newer libraries feature in plugin.yml.
The issue is this: https://github.com/TriumphTeam/triumph-gui/blob/master/core/src/main/java/dev/triumphteam/gui/guis/BaseGui.java#L67
JavaPlugin#getProvidingPlugin throws an exception since libraries aren't provided by plugins.
The text was updated successfully, but these errors were encountered:
Same issue occurs in core/src/main/java/dev/triumphteam/gui/components/nbt/Pdc.java
core/src/main/java/dev/triumphteam/gui/components/nbt/Pdc.java
Sorry, something went wrong.
The library depends on a plugin to register events and work with PDC, I don't think anything can be done to support spigot's libraries system.
I think the plugin that's using the library should be able to supply the instance. Of course this can be a fallback method if you don't supply it.
No branches or pull requests
I can use the library by shading, but not the newer
libraries
feature in plugin.yml.The issue is this:
https://github.com/TriumphTeam/triumph-gui/blob/master/core/src/main/java/dev/triumphteam/gui/guis/BaseGui.java#L67
JavaPlugin#getProvidingPlugin throws an exception since libraries aren't provided by plugins.
The text was updated successfully, but these errors were encountered: