LuckPerms/ExtraContexts

ExtraContexts causes server crash

SrBedrock opened this issue · 5 comments

Luck Perms Version: 5.0.9
Luck Perms Extensions: extension-legacy-api

ExtraContent Version: jenkins build 12
ExtraContent config.yml

Server Version: Paper 230

Console Error

lucko commented

Are you actually using all of those placeholders as contexts?

I am not using any permissions with this context yet.
My goal is to enable delutags.tag.skill permission for the top players of each skill of mcMMO.
Is that a bad idea?

lucko commented

Yeah that's ok but remove

magnata: "%vault_eco_top_rank%"

from your config.

After removing:

magnata: "%vault_eco_top_rank%"

https://hasteb.in/locajiqu.md

lucko commented

Ah okay, so seems like the top rank placeholders are doing MySQL queries, so won't be main thread friendly.

You could maybe ask McMMO to cache these lookups - that could help.

Unfortunately not a problem I can solve though, sorry!