lucko / fabric-permissions-api

A simple permissions API for Fabric
MIT License
54 stars 14 forks source link

Extending the API #5

Open Patbox opened 3 years ago

Patbox commented 3 years ago

Hello! While this project was a right step for fabric server side, it's still lacking many of useful functionalities/interfaces. Here are few examples:

Patbox commented 3 years ago

I've started prototyping this extended api at https://github.com/Patbox/ServerPermissionsAPI I hope to get your feedback on it! Also, you might want to join Fabric Server-Side discord: https://discord.gg/VygZZU68Bs

LoganDark commented 2 years ago

I'd add "getting events for permission changes" to that list. Would be a great step towards eliminating the some of the polling that needs to be done right now.

LoganDark commented 2 years ago

Also, I don't think this API should require permissions to be handled via "groups". There are various other useful permission models that a manager could choose to use - that stuff is squarely in implementation detail territory.