-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with Name and Lore including multiple space characters #6293
Comments
I get the same result on vanilla. I believe vanilla strips multiples spaces when rendering text. For example, |
not happened on Vanilla. This behavior related with fix #5777 Necessary multiple spaces in Lore and Name are trimmed against will. |
I did replicate the space stripping on vanilla with the command above. |
So, is the issue that the Paper server is doing the stripping that the vanilla client does in the console, whereas the vanilla console doesn't do this? |
Yes, there was an earlier commit which tried to provide consistency between player and command execution in terms of how args work |
so revert #5778 , we can fix this problem? |
Expected behavior
multiple space characters in name and lore are ignored.
before paper #135, it's not happend.
expected behavior
Observed/Actual behavior
This may related with changes "fix empty array elements in command args (fixes #5777) #5778"
Steps/models to reproduce
see picture.
Plugin list
essentials, multiverse, worldGuard, worldEdit, worldborder, shopkeepers, LWCX, CoreProtect
Paper version
Paper version git-Paper-137 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: a67959e)
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: