LuckPerms

LuckPerms

917k Downloads

Cannot load LuckPerms API for BungeeCord Plugin

Closed this issue · 1 comments

commented

I keep getting this error: java.lang.IllegalStateException: API is not loaded. every time I try to run a command in my plugin.
My plugin gets the API from the LuckPerms.getApi() static method and uses it from there, but it does not load apparently...?

commented

Make sure you’re depending on LP in your plugin/bungee.yml. Also don’t try to access before your onEnable