LuckPerms

LuckPerms

41.4k Downloads

Get group display name via API

Eufranio opened this issue ยท 2 comments

commented

If it's already possible please let me know. I would like to get a group display name (if set in the LP config) via the API, so I can use it on my plugin.

commented

If you're using Sponge, you can use Subject#getFriendlyIdentifier.

Otherwise, you'll have to wait until I add it to the LP API. (which will be on the next API update)

commented

Is this now available via the LP API for SpongeAPI 5/6?