lucko / fabric-permissions-api

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

feat: add meta fetch events and interface #6

Closed Jarva closed 2 years ago

Jarva commented 2 years ago

This adds the interfaces required to start implementing and exposing meta values for various mods. Currently these aren't possible without direct integration with LuckPerms.

CamperSamu commented 2 years ago

+1 on this, I'd like to stop importing LPAPI and just import perm api instead.

lucko commented 2 years ago

Looks really good! Nice n simple & in the spirit of the existing API.

Thanks 😃

I will get this merged in & deploy a new release soon :)