Essentials, Luckperms and Vault Support
DeathTrooperr opened this issue · 3 comments
Would it be possible to add support for Essentials, Luckperms and Vault? It would be really useful to be able to manage player permissions with LuckPerms and have the ability to use essentials commands through the API.
Routes:
/v1/players/perms ( Return all player perms )
/v1/player/perms/update ( Update player perms )
/v1/player/:id/mute ( Mute a player )
If implemented, the plugins should have their own route.
/v1/essentials/mute
/v1/luckperms/user/permission/update
That seems like a bit much, in my opinion, that would be a lot of routes when you could just have one route with compatibility with existing plugins on the server and fall back to other solutions.
Since we have a dev api now we could just made another plugin that hooks into ServerTap and adds custom endpoints for each plugin. I would say it might be worth integrating a Luckperms endpoint right into ServerTap since it is the most widely used perms plugin.