Advertisement
Skylinerw

@redstone1011 - Commands

Oct 12th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Escaped double quotes:
  2.  
  3. /give @p written_book 1 0 {title:Quest,author:"Max_Craft_101",pages:["{text:'Quest\n',color:Green,bold:true,extra:[{text:\"\nWill you Acsept? \",color:black,bold:false},{text:\"\n\n [Yes]\",color:green,bold:false,hoverEvent:{action:show_text,value:\"Compleat A Chalenge For A Prise\"},clickEvent:{action:run_command,value:\"/scoreboard players set @p Quest 1\"}},{text:\" \"},{text:\"[No]\",color:red,bold:false,hoverEvent:{action:show_text,value:\"Decline Chalenge\"},clickEvent:{action:run_command,value:\"/tellraw @a {text:\\\"You Have Diclined The Chalenge\\\",color:red,bold:true}\"}}]}"]}
  4.  
  5. Single quotes:
  6.  
  7. /give @p written_book 1 0 {title:Quest,author:"Max_Craft_101",pages:["{text:'Quest\n',color:Green,bold:true,extra:[{text:\"\nWill you Acsept? \",color:black,bold:false},{text:\"\n\n [Yes]\",color:green,bold:false,hoverEvent:{action:show_text,value:\"Compleat A Chalenge For A Prise\"},clickEvent:{action:run_command,value:\"/scoreboard players set @p Quest 1\"}},{text:\" \"},{text:\"[No]\",color:red,bold:false,hoverEvent:{action:show_text,value:\"Decline Chalenge\"},clickEvent:{action:run_command,value:\"/tellraw @a {text:'You Have Diclined The Chalenge',color:red,bold:true}\"}}]}"]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement