/pluginversions fails #3
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Redstoner/redstoner-utils#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
com.zachsthings.netevents.NetEventsPlugin
is imported by PermissionsEx (maybe PEX just the first plugin in the list, and NetEvents is unrelated)It must be the first plugin that's loadedIt's failing atgetPlugins()
already, since there is no output about other plugins before the errorI'm currently coding on a new module and it throws a null pointer exception when using len(args). Not sure if this may be a factor
Edit: Has nothing to do with len() - lol
It stops at
plugins = list(server.getPluginManager().getPlugins())
I was pretty sure you'd also get the error when you only run
server.getPluginManager().getPlugins()
- might be a bug in jython though.