-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8.1-pre4
-
None
-
Client: W7, Java 7
Server: Debian, Java 7
-
Unconfirmed
Command:
/give @p written_book 1 0 {
title:"Test",
pages:[
"{
text:\"your gold: \",
extra:[
{
score:
}
]
}"
]
}
When command in command_block is executed as OP, book looks like this:
your gold: 125
But when is executed by player (pushing button) books looks like this:
{
text:"your gold:",
extra:[
{
score:{name:{"@p",objective:"P_Gold"}}]}
Steps to Reproduce:
1. place cmd_block
2. enter command: /give @p written_book 1 0 {
title:"Test",
pages:[
"{
text:\"your gold: \",
extra:[
{
score:
}
]
}"
]
}
3. activate cmd_block
4. /deop yourself
5. activeate cmd_block again
... same problem causes using of parametr
extra:[
]
- duplicates
-
MC-63988 Score tag in books doesn't work with cheats off/ as non-op
- Reopened