Allow Ultra Permissions importing
Closed this issue ยท 11 comments
Allow us to import Ultra Permissions groups and perms. To see the plugin, look here:
https://www.spigotmc.org/resources/ultra-permissions.42678/
This has been requested numerous times. But due to Ultra Permissions not providing an API it is not possible.
Not only does it not have an API, the internals are organised in such a way that makes it pretty much impossible to extract data without a lot of supporting code.
It's also a paid resource, which I'm certainly not prepared to purchase. ๐
There actually is an API, look here: https://www.spigotmc.org/resources/ultra-permissions.42678/update?update=178077
I have the plugin purchased and yes it does have an API, But adding a migration from it takes ALOT of time and not many users use ultra permissions, So it isn't really worth it. but if it's really important, I'm sure if you pay someone to do it manually you can find plenty of people.
If you manage to find a link to the API, that would help. Saying it's offering an API and actually offering one are two different things. And I honestly can't find it.
The guy already sent a link above. You need the plugin before you use the API obviously.
That's a link to an update note. And the plugin. Not the API itself. Which needs to be accessible externally. Else it's utterly pointless.
Nope, it isn't. The plugin itself is the API, you cannot use the API without the plugin, As they mentioned in their discord server
Which makes it useless.
As the API needs to be referenced in the code. And that means it must be publically accessible. If not it cannot be included in an open source project like LuckPerms. As LP would need to bundle the plugin in the repo so it can be built.