ExtraContexts causes server crash
SrBedrock opened this issue · 5 comments
SrBedrock commented
Luck Perms Version: 5.0.9
Luck Perms Extensions: extension-legacy-api
ExtraContent Version: jenkins build 12
ExtraContent config.yml
Server Version: Paper 230
lucko commented
Are you actually using all of those placeholders as contexts?
SrBedrock commented
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.
SrBedrock commented
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!