mojira.dev
MC-66062

Objectives not working in hoverEvent

Description
When an objective is attempted to be displayed via score:{} in a hoverEvent:{}, it is not displayed. (Both tellraw and Written Books) It is however displayed outside a hoverEvent:{}.

How to Duplicate

Run this in the command line:

/scoreboard objectives add test dummy

Then run this in the command line:

/scoreboard players set @a test 1

Then place down command block down and run via the command block

/give @a minecraft:written_book 1 0
 
{
	title:"Book",
	author:"",
	pages:["{
		text:\"\",
		extra:[{
			text:\"Objective:\",
			color:red
		},{
			score:{
				name:*,
				objective:\"test\"
			},
			color:blue
		},{
			text:\"  \"
		},{
			text:\"Hover Here\",
			color:green,
			hoverEvent:{
				action:show_text,
				value:[{
					text:\"Objective:\",
					color:red
				},{
					score:{
						name:*,
						objective:\"test\"
					},
					color:blue
				}]
			}
		}]
	}"]
}

As you can see the score is displayed at first (in the blue), but once it is within a hoverEvent:{} it no longer displays.

Linked issues

Attachments

Comments 3

I just updated the affected versions, thanks for your time!

Is this still an issue in the current Minecraft Snapshot 15w46a or later? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.

Is this still an issue in the most recent versions (i.e. 1.10.2, or 16w42a) of Minecraft?

Patrick

(Unassigned)

Unconfirmed

Minecraft 14w32b, Minecraft 1.8, Minecraft 1.8.1, Minecraft 1.8.2-pre1, Minecraft 15w47b

Retrieved