CuukyOfficial / VaroPlugin

Ein sehr funktionsreiches und performantes ODV & Varo Plugin mit API u.v.m.
https://docs.varoplugin.de
GNU Affero General Public License v3.0
16 stars 21 forks source link

Update PlayerChatListener.java #98

Open Kalibrier opened 4 days ago

Kalibrier commented 4 days ago

Should fix the "Could not pass event AsyncPlayerChatEvent" error

Almighty-Satan commented 1 day ago

This does not work as is.

without this patch: image with this patch: image

Setting the format to %2$s should fix this.

Almighty-Satan commented 1 day ago

On second thought I'm not sure if we should modify the message at all as this might interfere with other plugins that rely on the AsyncPlayerChatEvent. It would be better to properly escape all special characters and just set the format string

Kalibrier commented 1 day ago

👍