LuckPerms

LuckPerms

41.4k Downloads

Event: ProcessMessageEvent

felipepasc opened this issue ยท 0 comments

commented

Description

I would like you to add the message event to luckperms, when it is received from redis and before it is processed in processIncomingMessage (LuckPermsMessagingService)

this should be added instead of the print below

image

Proposed Behaviour

This helps in the case of, for example, using the rest api in docker and standalone in another process, when I add a node I need to receive an event from it, this would help me achieve this objective since if the user is not loaded, no event is executed.

image

I switched to getOrMake to work tentatively

Extra Details

No response