Advertisement
Skylinerw

@PadMan1992 - Before

Jul 14th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. /give @p written_book 1 0 {
  2. title:"Admin Book",
  3. author:"LoLClub",
  4. pages:[
  5.  
  6. {selector:\"@p\",color:red},
  7. {text:\"\n\"},
  8. {text:\"\n\"},
  9. {text:\"Weather: \"},
  10. {text:\"\n\"},
  11. {text:\"\n\"},
  12. {text:\"Rain\",clickEvent:{action:run_command, value:\"/weather rain\"}},
  13. {text:\"\n\"},
  14. {text:\"Sun\",clickEvent:{action:run_command, value:\"/weather clear\"}},
  15. {text:\"\n\"},
  16. {text:\"Thunder\",clickEvent:{action:run_command, value:\"/weather thunder\"}},
  17. {text:\"\n\"},
  18. {text:\"------------------ \n\"},
  19. {text:\"Time:\"} ,
  20. {text:\"\n\"},
  21. {text:\"\n\"},
  22. {text:\"Day\",clickEvent:{action:run_command, value:\"/time set day\"}},
  23. {text:\"\n\"},
  24. {text:\"Night\",clickEvent:{action:run_command, value:\"/time set night\"}},
  25. {text:\"\n\"}
  26. ]}"
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement