-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8.1
-
None
-
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
Ubuntu 14.04 64 bit
GeForce GTX 750 Ti
-
Unconfirmed
When running this command:
/tellraw @a { text:"Hover.", hoverEvent:{ action:show_entity, value:"{name:\"Bob\",type:Creeper,id:00000000-0000-0000-0000-000000000000}" } }
Expected behavior:
Upon being tellraw-ed the text, it will display in chat the word "Hover." and when hovering over it, basic information about Bob the creeper will be displayed.
Actual behavior:
When I am tellraw-ed the text, the word "Hover." appears in chat, but hovering over it does nothing.
Steps to reproduce:
1. Get a command block.
2. Copy paste this command into the command block.
3. Power the command block.
4. Hover over the message.
I've tried to get this command to work - and you can see the discussion for this - over here, on github. As you can see from this discussion page, at first glance it looks to be an issue with compatibility with my environment.
- duplicates
-
MC-56373 Selector and score text components don't work on hoverEvents
- Resolved