Advertisement
YouMineWeCraft

Command Book

Jul 23rd, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /give @p written_book 1 0
  2. {
  3.     title:Commands,
  4.     author:YouMineWeCraft,
  5.     generation:3,
  6.     pages:
  7.     [
  8.         "{
  9.             text:\"\",
  10.             extra:
  11.             [
  12.  
  13.                 {
  14.                     text:\"Gamemodes:\n\",
  15.                     color:red,
  16.                     bold:true,
  17.                     underlined:true
  18.                 },
  19.  
  20.                 {
  21.                     text:\"\nSurvival\",
  22.                     clickEvent:{action:run_command,value:\"/gamemode 0\"}
  23.                 },
  24.  
  25.                 {
  26.                     text:\"\nCreative\",
  27.                     clickEvent:{action:run_command,value:\"/gamemode 1\"}
  28.                 },
  29.  
  30.                 {
  31.                     text:\"\nAdventure\",
  32.                     clickEvent:{action:run_command,value:\"/gamemode 2\"}
  33.                 },
  34.  
  35.                 {
  36.                     text:\"\nSpectator\",
  37.                     clickEvent:{action:run_command,value:\"/gamemode 3\"}
  38.                 },
  39.                
  40.                 {
  41.                     text:\"\n\nGeneral Commands\n\",
  42.                     color:red,
  43.                     bold:true,
  44.                     underlined:true
  45.                 },
  46.                
  47.                 {
  48.                     text:\"\nKill Items\",
  49.                     clickEvent:{action:run_command,value:\"/kill @e[type=Item]\"}
  50.                 }
  51.  
  52.             ]
  53.         }",
  54.  
  55.         "{
  56.             text:\"\",
  57.             extra:
  58.             [
  59.  
  60.                 {
  61.                     text:\"TNT Cannon:\n\",
  62.                     color:red,
  63.                     bold:true,
  64.                     underlined:true
  65.                 },
  66.  
  67.                 {
  68.                     text:\"\nFire\",
  69.                     clickEvent:{action:run_command,value:\"/setblock 29 57 475 minecraft:redstone_block 0 replace\"}
  70.                 },
  71.                
  72.                 {
  73.                     text:\"\nRefill\",
  74.                     clickEvent:{action:run_command,value:\"/clone 30 68 466 30 76 472 30 56 466 masked\"}
  75.                 },
  76.                
  77.                 {
  78.                     text:\"\nRefill & Fire\",
  79.                     clickEvent:{action:run_command,value:\"/setblock 26 56 472 minecraft:redstone_block 0 replace\"}
  80.                 },
  81.  
  82.                 {
  83.                     text:\"\nKill Primed TNT\",
  84.                     clickEvent:{action:run_command,value:\"/kill @e[type=PrimedTnt]\"}
  85.                 },
  86.                
  87.                 {
  88.                     text:\"\nTP: TNT Cannon\",
  89.                     clickEvent:{action:run_command,value:\"/tp 20 56 469 -89 -9\"}
  90.                 },
  91.                
  92.            
  93.                 {
  94.                     text:\"\nTP: Landing Site\",
  95.                     clickEvent:{action:run_command,value:\"/tp 43 65 308 97 22\"}
  96.                 }
  97.  
  98.             ]
  99.         }"
  100.     ]
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement