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
when I give myself an object with an NBT tags, it crashes the game ( I test it solo, and no crash)
the typing command is as follows:
/give @A minecraft:diamond_sword{HideFlags:63,CanDestroy:["yellow_flower", "red_flower", "tallgrass", "ladder"]} 1
here's what it says in the logs:
[22:42:42] [Server thread/INFO]: splintermik issued server command: /give @A minecraft:diamond_sword{HideFlags:63,CanDestroy:["yellow_flower", "red_flower", "tallgrass", "ladder"]} 1
[22:42:42] [Netty Server IO #1/ERROR]: java.lang.NullPointerException
[22:42:42] [Server thread/INFO]: splintermik lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException
[22:42:42] [Server thread/INFO]: splintermik left the game
[22:42:47] [User Authenticator #2/INFO]: UUID of player splintermik is f05b0e69-bb5b-3ba1-b331-8d5835f6bb62
[22:42:47] [Server thread/INFO]: splintermik[/127.0.0.1:60753] logged in with entity id 42 at ([MONDE]1234.9828372050413, 29.489191728492088, 195.27331192350096)
[22:42:47] [Netty Server IO #2/ERROR]: java.lang.NullPointerException
[22:42:47] [Netty Server IO #2/ERROR]: java.lang.NullPointerException
[22:42:47] [Server thread/INFO]: splintermik lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException
[22:42:47] [Server thread/INFO]: splintermik left the game
paper version : Paper version git-Paper-324 (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT)
plugin : 0
Here, I don't know if it's a bug already reported.
thank you :)
The text was updated successfully, but these errors were encountered:
Our handling of null items (that can't be found in Minecraft's item namespace) was wrong. Your command references red_flower, tallgrass, and yellow_flower none of which exist.
They're actually poppy, tall_grass, and dandelion respectively.
Paper will now handle these cases better but you should note that your command was probably wrong (unless vanilla MC accepts these and they work, in which case we have some additional item matching to do).
Hello, I encountered a bug
when I give myself an object with an NBT tags, it crashes the game ( I test it solo, and no crash)
the typing command is as follows:
/give @A minecraft:diamond_sword{HideFlags:63,CanDestroy:["yellow_flower", "red_flower", "tallgrass", "ladder"]} 1
here's what it says in the logs:
[22:42:42] [Server thread/INFO]: splintermik issued server command: /give @A minecraft:diamond_sword{HideFlags:63,CanDestroy:["yellow_flower", "red_flower", "tallgrass", "ladder"]} 1
[22:42:42] [Netty Server IO #1/ERROR]: java.lang.NullPointerException
[22:42:42] [Server thread/INFO]: splintermik lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException
[22:42:42] [Server thread/INFO]: splintermik left the game
[22:42:47] [User Authenticator #2/INFO]: UUID of player splintermik is f05b0e69-bb5b-3ba1-b331-8d5835f6bb62
[22:42:47] [Server thread/INFO]: splintermik[/127.0.0.1:60753] logged in with entity id 42 at ([MONDE]1234.9828372050413, 29.489191728492088, 195.27331192350096)
[22:42:47] [Netty Server IO #2/ERROR]: java.lang.NullPointerException
[22:42:47] [Netty Server IO #2/ERROR]: java.lang.NullPointerException
[22:42:47] [Server thread/INFO]: splintermik lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException
[22:42:47] [Server thread/INFO]: splintermik left the game
paper version : Paper version git-Paper-324 (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT)
plugin : 0
Here, I don't know if it's a bug already reported.
thank you :)
The text was updated successfully, but these errors were encountered: