LuckPerms

LuckPerms

41.4k Downloads

User Authenticator - Crash

duarbala opened this issue ยท 3 comments

commented

Description

at some point when a player connects the server freezes and remains that way until restarted

Reproduction Steps

at some point when a player connects to the server

Expected Behaviour

that the server doesn't freeze when a random player connects

Server Details

Purpur build #1597

LuckPerms Version

5.4.13

Logs and Configs

Log - Complete https://gist.github.com/duarbala/65af9ea7b9ec73f68842b09a91a29656

Other logs with crashs:

Extra Details

Server uses luckperms in bungee mode and the only one that freezes is the survival server, and from what has been verified the player does not even necessarily need to connect to survival

commented

The issue here stems from the EssentialsX context calculator. I've fixed the issue and opened a pull request (see above), but to fix in the meantime, you can disable the calculator in the LP config

commented

I understand, thank you for the attention and for the PR with the correction, you said that provisionally I could disable this calculation in the config, how do I do that?

commented

It's merged into EssX now, best to just update :)

But, for future ref:

# A list of context calculators which will be skipped when calculating contexts.
#
# - You can disable context calculators by either:
# => specifying the Java class name used by the calculator (e.g. com.example.ExampleCalculator)
# => specifying a sub-section of the Java package used by the calculator (e.g. com.example)
disabled-context-calculators: []