You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a report in discord mentioning that [commandevent] action might not work anymore. The user has mentioned that they have updated both their server and DeluxeMenus. Will try to get hold of old and new versions for both.
I was able to replicate the behavior on Paper 1.21.
It seems that the server no longer executes the commands from the PlayerCommandPreprocessEvent event. Not sure we can do anything about this.
For [commandevent] we send a PlayerCommandPreprocessEvent.
For [player] we execute Player#chat with a slash appended at the start of the message.
Looking into the CraftBukkit code, it would seem that Player#performCommand runs different code than Player#chat so maybe we can replace the PlayerCommandPreprocessEvent with Player#performCommand?
Got a report in discord mentioning that
[commandevent]
action might not work anymore. The user has mentioned that they have updated both their server and DeluxeMenus. Will try to get hold of old and new versions for both.Need to investigate this.
Conversation can be followed here.
The text was updated successfully, but these errors were encountered: