-
Notifications
You must be signed in to change notification settings - Fork 12
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
Dependency fail when trying to load plugin jar #26
Comments
This is sadly an issue I am unable to fix. Newer versions of Paper and it's forks (like Purpur) made many changes to the way how plugins are loaded. Paper 1.19.3 since build 404 expects all plugins to be loaded at the same time. Currently I don't know any way around this limitation |
so that is the case i also tried other plugin manager like PlugWoman and it show same behaviour :( |
I have modified the plugin to make the feature available temporarily. *This is the version I took for my own use. This version ignores the depend field so that Paper can read it normally (other depends are loaded as usual when running) |
Wow, this is really cool. Would you be able to share the modifications you made or maybe even open a pull request? |
https://github.com/patyhank/SpigotPluginManager I committed the changes in my fork |
i want to load this plugin ActionAnnouncer
the plugin require Vault as dependency
i got
by using command
pluginmanager list
i can confirm vault is loaded
server version
The text was updated successfully, but these errors were encountered: