Could someone help me to figure out what is wrong with this .json? It won't give the item
{
"displayName": "Rocket Grunt Spawny",
"battleAI": "generation5",
"isRematchAllowed": true,
"forbiddenLabel": ["legendary", "mythical"],
"onVictory": {
"balance": 0,
"commands": [
"tellraw %player% {"text":"Fine, Fine! Take the stupid Spyglass...","color":"red"}",
"give %player% minecraft:spyglass{display:{Name:"{\"text\":\"Lance's Spyglass\"}",Lore:["{\"text\":\"Lance's Spyglass! I should get this back to him...\"}"]}}"
]
},
"onDefeat": {
"balance": 0,
"commands": [
"tellraw %player% {"text":"Ha! Get outta here, chump.","color":"red"}"
]
}
}
4 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by jetex7#0
No context, no logs
you need to be using single quotes inside your double quotes.
or the other way around up to you