WiIIiam278 / PAPIProxyBridge

A bridge library plugin for using PlaceholderAPI on proxy servers
https://william278.net/project/papiproxybridge
Apache License 2.0
37 stars 11 forks source link

Add identifier check to PluginMessageEvent in velocity #71

Closed Apehum closed 1 year ago

Apehum commented 1 year ago

Without this check, line below sets all plugin messages as handled and breaks other plugins

event.setResult(PluginMessageEvent.ForwardResult.handled());
WiIIiam278 commented 1 year ago

interesting. Something tells me this took quite awhile to figure out what was going wrong with your setup. Good job catching it.