pluginmsg does not work on forge
powercasgamer opened this issue ยท 1 comments
Description
On Forge 1.20.6 (and forge 1.19.1) using the pluginmsg
messaging service does not work anymore.
Reproduction Steps
- Start forge 1.20.6 server
- Install LuckPerms
- Set
messaging-service
topluginmsg
- Restart
- 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
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