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
I expected my command to be executed, but instead, there is no output in the console, and it seems that the command has not been executed. I used this snippet of code inside my plugin class to test the command execution when a player joins. It worked on Paper 1.21.1
(As for a different but similar issue, I used Adventure components with text that runs a command when the player presses on it, and there is nothing that happens either. I'm not sure if this is the same issue or not)
Observed/Actual behavior
There is nothing sent out into console, with no output sent out to the player. No error is displayed into the console either, and the implementation fails silently.
Steps/models to reproduce
Register a quick Listener for Player join for executing a say command message
Join the server as any player
There is nothing displayed inside of chat
Plugin and Datapack List
None besides the current plugin
Paper version
[19:47:47 INFO]: Checking version, please wait...
[19:47:47 INFO]: This server is running Paper version 1.21.3-10-master@92131ad (2024-11-01T21:30:00Z) (Implementing API version 1.21.3-R0.1-SNAPSHOT)
You are running the latest version
Previous version: 1.21.3-8-85c870e (MC: 1.21.3)
Other
No response
The text was updated successfully, but these errors were encountered:
Expected behavior
I expected my command to be executed, but instead, there is no output in the console, and it seems that the command has not been executed. I used this snippet of code inside my plugin class to test the command execution when a player joins. It worked on Paper 1.21.1
(As for a different but similar issue, I used Adventure components with text that runs a command when the player presses on it, and there is nothing that happens either. I'm not sure if this is the same issue or not)
Observed/Actual behavior
There is nothing sent out into console, with no output sent out to the player. No error is displayed into the console either, and the implementation fails silently.
Steps/models to reproduce
Listener
for Player join for executing asay
command messagePlugin and Datapack List
None besides the current plugin
Paper version
Other
No response
The text was updated successfully, but these errors were encountered: