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
In https://github.com/Iridium-Development/IridiumSkyblock/blob/master/src/main/java/com/iridium/iridiumskyblock/IridiumSkyblock.java#L136 wrapping the economy in a subclass to avoid ClassNotFoundException on Economy.class would render Vault to a softDepends. Vault is not used in any way shape or form like a required depends in the plugin and the wrapper could be enough to replace it.
Economy.class
Benefits:
Cons:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://github.com/Iridium-Development/IridiumSkyblock/blob/master/src/main/java/com/iridium/iridiumskyblock/IridiumSkyblock.java#L136
wrapping the economy in a subclass to avoid ClassNotFoundException on
Economy.class
would render Vault to a softDepends.Vault is not used in any way shape or form like a required depends in the plugin and the wrapper could be enough to replace it.
Benefits:
Cons:
The text was updated successfully, but these errors were encountered: