LuckPerms

LuckPerms

41.4k Downloads

Deploy implementation/common core for more advanced usage of API

gabizou opened this issue ยท 3 comments

commented

Currently, the API is available on maven, but there's some specific platform agnostic code that exists in common that is only usable as a dependency if one were to manually add a platform jar to their repo. I'd rather be able to depend on the common core from maven.

I know that @bloodmc uses it quite extensively

commented

I actually just removed all usage of common so I won't need this =).

commented

I could deploy the common code to Sonatype snapshots or something like that - although I'm intrigued as to exactly what parts you're using?

If it's just small bits, certain methods or hooks, these could be exposed in the API.

commented

This can be closed as I am only using API now.