drackiseries

Format Book Commands

Jun 22nd, 2014
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. 1ST COMMAND: /give @p written_book 1 0 {title:"SIMPLE",author:"dracki",pages:["Page 1","Page 2","Page 3","Page 4"]}
  2.  
  3. 2ND COMMAND: /give @p written_book 1 0 {title:"COMPLEX",author:"dracki",pages:["{text:\"PAGE 1\",color:red,bold:true}","{text:\"PAGE 2\",color:red,bold:true}","{text:\"PAGE 3\",color:red,bold:true}","{text:\"PAGE 4\",color:red,bold:true}"]}
  4.  
  5. 3RD COMMAND: /give @p written_book 1 0 {title:"COMMAND",author:"dracki",pages:["{text:\"TELEPORT\", color:blue,clickEvent:{action:run_command,value:\"/tp @p ~ ~20 ~\"}}","Page 2","Page 3","Page 4"]}
  6.  
  7. 4TH COMMAND: /give @p written_book 1 0 {title:"HOVER",author:"dracki",pages:["{text:\"LOOK HERE\", color:blue,hoverEvent:{action:show_text,value:\"YOU HAVE FUCKED UP\"}}","Page 2","Page 3","Page 4"]}
  8.  
  9. 5TH COMMAND: /give @p written_book 1 0 {title:"URL",author:"dracki",pages:["{text:\"MY CHANNEL HERE\", color:blue,clickEvent:{action:open_url,value:\"http://www.youtube.com/drackiseries\"}}","Page 2","Page 3","Page 4"]}
Advertisement
Add Comment
Please, Sign In to add comment