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
Then try to perform tt command with more than 1 space between arguments from game chat and server console and see the difference. This problem can break some plugins which do not expect to see empty strings as the argument value, because you can't send an empty argument from a game chat.
It's weird because I swear I had an issue before with executing commands with too many spaces as player, but might remember it wrong since I can't reproduce.
It's also an issue with rcon - it doesn't strip it either.
Confirmed with grakkit:
Expected behavior
Player1 or Console performed command:
TestPlugin
onCommand
handler received:Observed/Actual behavior
Player1 performed command:
TestPlugin
onCommand
handler received:Console performed command:
TestPlugin
onCommand
handler received:Steps/models to reproduce
Then try to perform
tt
command with more than 1 space between arguments from game chat and server console and see the difference. This problem can break some plugins which do not expect to see empty strings as the argument value, because you can't send an empty argument from a game chat.Plugin list
TestPlugin
Paper version
git-Paper-763 (MC: 1.16.5)
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: