IllegalStateException being thrown by QueryService.getInstance() #3062
patrickdundas
started this conversation in
APIs and Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Plan v5.5 build 2391 running on Paper MC 1.20 Build 6
I am following the Query API Getting Started guide and am having the following error. The below code in PlanHook.java throws the warning that Plan is not enabled (IllegalStateException):
In plugin.yml, I've tried making Plan both a soft and regular dependency:
depend: [Plan]
In pom.xml, I have confirmed that the plan API for 5.5.2391 is loaded correctly, and I have the same Jar running on my server. I've confirmed that Plan enables before my plugin in the startup logs:
Beta Was this translation helpful? Give feedback.
All reactions