You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
The text was updated successfully, but these errors were encountered:
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.
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 )
The text was updated successfully, but these errors were encountered: