LuckPerms

LuckPerms

41.4k Downloads

pluginmsg does not work on forge

powercasgamer opened this issue ยท 1 comments

commented

Description

On Forge 1.20.6 (and forge 1.19.1) using the pluginmsg messaging service does not work anymore.

Reproduction Steps

  1. Start forge 1.20.6 server
  2. Install LuckPerms
  3. Set messaging-service to pluginmsg
  4. Restart
  5. error

Expected Behaviour

For it to work (lol). Registration likely needs to happen earlier

Server Details

Forge 1.20.6-50.0.30

LuckPerms Version

v5.4.128

Logs and Configs

https://gist.github.com/powercasgamer/62ea56eab7071281149dd60a4c6117f4

Extra Details

Likely also happens on Fabric

commented

A simple 'fix' would be by moving the channel registration into the constructor of LPForgeBootstrap. See https://gist.github.com/powercasgamer/62ea56eab7071281149dd60a4c6117f4#file-fix-pluginmsg-patch