Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Essentials, Luckperms and Vault Support #98

Open
srmullaney opened this issue Sep 16, 2021 · 3 comments
Open

Essentials, Luckperms and Vault Support #98

srmullaney opened this issue Sep 16, 2021 · 3 comments

Comments

@srmullaney
Copy link
Collaborator

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 )

@c1oneman
Copy link
Contributor

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

@Romvnly-Gaming
Copy link

Romvnly-Gaming commented Dec 12, 2021

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.

@srmullaney
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants