Well - it's not due to being a bug in the snapshot since it's working for me just fine.
I tried googling for 'Minecraft middle click button not working' & couldn't find anything specific (did find some results of old MC version bugs to do with crafting) although I did find results that some people have been having troubles with Windows 10 upgrades & Middle mouse button has stopped working.
Have you got any other programs that have a use for middle button ??
for example in Web browser my middle mouse button selects an 'auto scroll' mode, while in Microsoft Word it has a similar use that locks the mouse into a scroll mode
It could be that it's not minecraft that's the problem (I guess you could try in another minecraft version just to be sure) but perhaps your mouse or Windows Mouse driver may be the problem ?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So I'm running a 1.13 snapshot server and this command won't work.
/give TrademarkSymbol paper 1 0 {display:{Name:"Marine Life Ticket",Lore:["VIP Access to any Marine Life Show","$125 - Per Person"]}}It won't work and I don't know how to get it to work, can anyone help?
It seems that there have been changes to commands between 1.2 & 1.3
As far as I can see <=1.12 use give commands like
1.13 seems to have commands like
/give target <item{nbt}> <count>If I understand this right then where your command above is for 1.12, for 1.13 it should look like
/give @p paper{display:{Name:"Marine Life Ticket",Lore:["VIP Access to any Marine Life Show","$125 - Per Person"]}} 1Note that the Quantity is now on the end of the line
I've tried this out in 18w07c snapshot & seems to work ok except for the 'Name' for some reason
EDIT: seems like there's a LOT of changes other than the order.
I've managed to find out that this line works better
/give @p minecraft:paper{display:{Name:"{\"text\":\"Marine Life Ticket\"}",Lore:["VIP Access to any Marine Life Show","$125 - Per Person"]}} 1Although I do not fully understand itGoogling around I found this page that made the command for me
Thank you so much! One more thing if you know why. I can't middle click any items and I cant't find anyone who has had the same issue
Well - it's not due to being a bug in the snapshot since it's working for me just fine.
I tried googling for 'Minecraft middle click button not working' & couldn't find anything specific (did find some results of old MC version bugs to do with crafting) although I did find results that some people have been having troubles with Windows 10 upgrades & Middle mouse button has stopped working.
Have you got any other programs that have a use for middle button ??
for example in Web browser my middle mouse button selects an 'auto scroll' mode, while in Microsoft Word it has a similar use that locks the mouse into a scroll mode
It could be that it's not minecraft that's the problem (I guess you could try in another minecraft version just to be sure) but perhaps your mouse or Windows Mouse driver may be the problem ?