servertap icon indicating copy to clipboard operation
servertap copied to clipboard

Essentials, Luckperms and Vault Support

Open srmullaney opened this issue 3 years ago • 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 )

srmullaney avatar Sep 16 '21 01:09 srmullaney

If implemented, the plugins should have their own route. /v1/essentials/mute /v1/luckperms/user/permission/update

c1oneman avatar Sep 16 '21 13:09 c1oneman

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.

Romvnly-Gaming avatar Dec 12 '21 15:12 Romvnly-Gaming

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.

srmullaney avatar Jul 21 '23 02:07 srmullaney