Last active
August 29, 2015 14:05
-
-
Save gbegerow/67720d779981810dcc62 to your computer and use it in GitHub Desktop.
Book of OP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/give @a written_book 1 0 {pages:[ | |
"{text:'',extra:[ | |
{text:'Util\n', bold:true}, | |
{text:'\n', bold:false}, | |
{text:'Clear Weather\n',clickEvent:{action:run_command,value:'/weather clear'}}, | |
{text:'Clear Entities\n',clickEvent:{action:run_command,value:'/tp @e[type=!Player,rm=0,r=100] ~ -2000 ~'}}, | |
{text:'\n'}, | |
{text:'Orange Line W-E 10\n',clickEvent:{action:run_command,value:'/fill ~1 ~-1 ~ ~10 ~-1 ~ minecraft:wool 1 replace minecraft:sandstone'}}, | |
{text:'Orange Line N-S 10\n',clickEvent:{action:run_command,value:'/fill ~ ~-1 ~1 ~ ~-1 ~10 minecraft:wool 1 replace minecraft:sandstone'}}, | |
{text:'Clear wool\n',clickEvent:{action:run_command,value:'/fill ~-10 ~-1 ~-10 ~10 ~-1 ~10 minecraft:sandstone 1 replace minecraft:wool'}}, | |
{text:'\n'}, | |
{text:'Glow Chamber 10\n',clickEvent:{action:run_command,value:'/fill ~-10 ~-1 ~-10 ~10 ~10 ~10 minecraft:glowstone 0 hollow'}}, | |
{text:'Clear Chamber 10\n',clickEvent:{action:run_command,value:'/fill ~-12 ~-1 ~-12 ~12 ~12 ~12 minecraft:air 0 replace minecraft:glowstone'}}, | |
{text:'\n'}, | |
{text:'Pillar',clickEvent:{action:run_command,value:'/fill ~1 5 ~ ~1 250 ~ minecraft:sandstone 3 '}}, | |
{text:'\n'} | |
]}", | |
"{text:'',extra:[ | |
{text:'Locations\n', bold:true}, | |
{text:'\n', bold:false}, | |
{text:'Basics',underlined:'true',clickEvent:{action:run_command,value:'/tp @p -400 56 400'}},{text:'\n'}, | |
{text:'Command Block Magic',underlined:'true',clickEvent:{action:run_command,value:'/tp @p -400 56 460'}},{text:'\n'}, | |
{text:'Falling Sand',underlined:'true',clickEvent:{action:run_command,value:'/tp @p -400 56 539'}},{text:'\n'}, | |
{text:'Volcano in a box',underlined:'true',clickEvent:{action:run_command,value:'/tp @p -77 63 466'}},{text:'\n'}, | |
{text:'HH Hut',underlined:'true',clickEvent:{action:run_command,value:'/tp @p -124 67 788'}},{text:'\n'} | |
]}", | |
],title:"Book of OP",author:"gbegerow"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AWESOME!