LuckPerms

LuckPerms

905k Downloads

LuckPerms API doesn't enable

Runkang10 opened this issue ยท 0 comments

commented

Description

LuckPerms API doesn't enable even if LuckPerms is fully loaded on my PaperAPI based plugin.

Reproduction Steps

  1. Create a Paper Plugin
  2. Put LuckPerms as required dependency
  3. Get LuckPerms instance on onEnable()

Expected Behaviour

If everything is OK then:
console.success("Successfully loaded LuckPerms.")

Server Details

Paper 1.21.3 BUILD#82

LuckPerms Version

v5.4.151

Logs and Configs

Logs: https://gist.github.com/Runkang10/f59143bee387bb29a08cbe77dcd21fea
Code: https://gist.github.com/Runkang10/1c43e442be9e09c513a4647b7f8510e0

Extra Details

I tried using both Bukkit ServicesManager and Static Access.

  • LuckPerms is installed in the server and enabled before my plugin is going to access it.