LuckPerms Api Static Context
MassiveLag opened this issue · 2 comments
Description
Hello,
I was wondering if there a way to set custom static context via the api?
My servers are dynamic, and i am looking to set some information in context.json via the api.
There is a class for static contexts in the API: net.luckperms.api.context.StaticContextCalculator
You'd register it in the same way as normal context calculators - it just extends from the ContextCalculator
interface.