0% found this document useful (0 votes)
1K views

WebMage Magic Mine Craft Book Code

Json code for the Magic Book to be used in minecraft 1.8 originally available here: https://github.com/TheWebmage/commands-json/blob/master/Magic%20Book

Uploaded by

Shane Bentley
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

WebMage Magic Mine Craft Book Code

Json code for the Magic Book to be used in minecraft 1.8 originally available here: https://github.com/TheWebmage/commands-json/blob/master/Magic%20Book

Uploaded by

Shane Bentley
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

// Magic Book v1.2.

Simply copy the following mess of JSON below into the neares
t minecraft command block.
give @p written_book 1 0 {title:"Magic Book",author:"The_Webmage",pages:[
"{text:'Clear\n\n',extra:[
{text:'* Entities (100 blocks)\n',color:dark_aqua,clickEvent:{action:run
_command,value:'/tp @e[type=!Player,r=100] ~ -1 ~'}},
{text:'* Entities (Global)\n',color:dark_aqua,clickEvent:{action:run_com
mand,value:'/tp @e[type=!Player] ~ -1 ~'}},
{text:'* Scoreboard (Player)\n',color:dark_aqua,clickEvent:{action:run_c
ommand,value:'/scoreboard players reset @p'}},
{text:'* Scoreboard (Global)\n\n',color:dark_aqua,clickEvent:{action:run
_command,value:'/scoreboard players reset *'}},
{text:'Give\n\n',color:black},
{text:'* Barrier\n',color:dark_aqua,clickEvent:{action:run_command,value
:'/give @p barrier'}},
{text:'* Command Block\n',color:dark_aqua,clickEvent:{action:run_command
,value:'/give @p command_block'}},
{text:'* Command Minecart\n',color:dark_aqua,clickEvent:{action:run_comm
and,value:'/give @p minecraft:command_block_minecart'}},
{text:'* Dragon Egg\n',color:dark_aqua,clickEvent:{action:run_command,va
lue:'/give @p minecraft:dragon_egg'}},
{text:'* Mob Spawner\n\n',color:dark_aqua,clickEvent:{action:run_command
,value:'/give @p minecraft:mob_spawner'}}]}",
"{text:'Game Settings\n\n',extra:[
{text:'* Peaceful\n',color:dark_aqua,clickEvent:{action:run_command,valu
e:'/difficulty 0'}},
{text:'* Easy\n',color:dark_aqua,clickEvent:{action:run_command,value:'/
difficulty 1'}},
{text:'* Normal\n',color:dark_aqua,clickEvent:{action:run_command,value:
'/difficulty 2'}},
{text:'* Hard\n\n',color:dark_aqua,clickEvent:{action:run_command,value:
'/difficulty 3'}},
{text:'* Survival\n',color:dark_aqua,clickEvent:{action:run_command,valu
e:'/gamemode 0'}},
{text:'* Creative\n',color:dark_aqua,clickEvent:{action:run_command,valu
e:'/gamemode 1'}},
{text:'* Adventure\n',color:dark_aqua,clickEvent:{action:run_command,val
ue:'/gamemode 2'}},
{text:'* Spectator',color:dark_aqua,clickEvent:{action:run_command,value
:'/gamemode 3'}}]}",
"{text:'Time\n\n',extra:[
{text:'* Advance time\n',color:dark_aqua,clickEvent:{action:run_command,value:
'/time add 1000'}},
{text:'* Set time: ',color:black},
{text:'Day - ',color:dark_aqua,clickEvent:{action:run_command,value:'/time s
et day'}},
{text:'Night\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time
set night'}},
{text:'* Day cycle: ',color:black},
{text:'On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e doDaylightCycle true'}},
{text:'Off\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamer
ule doDaylightCycle false'}},
{text:'Weather\n\n',color:black},
{text:'* Default\n',color:dark_aqua,clickEvent:{action:run_command,value:'/wea
ther clear'}},
{text:'* Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather
clear 1000000'}},
{text:'* Rain\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weathe
r rain 1000000'}},
{text:'* Thunder',color:dark_aqua,clickEvent:{action:run_command,value:'/weath
er rain 1000000'}}]}",
"{text:'Summon\n\n',extra:[
{text:'* Charged Creeper\n',color:dark_aqua,clickEvent:{action:run_comma
nd,value:'/summon Creeper ~ ~ ~ {powered:1}'}},
{text:'* Ender Dragon\n',color:dark_aqua,clickEvent:{action:run_command,
value:'/summon EnderDragon'}},
{text:'* Elder Guardian\n',color:dark_aqua,clickEvent:{action:run_comman
d,value:'/summon Guardian ~ ~ ~ {Elder:1b}'}},
{text:'* Giant\n',color:dark_aqua,clickEvent:{action:run_command,value:'
/summon Giant'}},
{text:'* Killer Rabbit\n',color:dark_aqua,clickEvent:{action:run_command
,value:'/summon Rabbit ~ ~ ~ {RabbitType:99}'}},
{text:'* Wither Skeleton\n\n',color:dark_aqua,clickEvent:{action:run_com
mand,value:'/summon Skeleton ~ ~ ~ {SkeletonType:1,Equipment:[{id:minecraft:ston
e_sword}]}'}},
{text:'* Ender Crystal\n',color:dark_aqua,clickEvent:{action:run_command
,value:'/summon EnderCrystal ~ ~1 ~'}}]}",
"{text:'Other Settings I\n\n',color:black,extra:[
{text:'* Command Feedback\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le sendCommandFeedback true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e sendCommandFeedback false'}},
{text:'* Command Output\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le commandBlockOutput true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e commandBlockOutput false'}},
{text:'* Death Messages\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le showDeathMessages true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e showDeathMessages false'}},
{text:'* Fire Tick\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le doFireTick true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e doFireTick false'}},
{text:'* Mob Loot\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le doMobLoot true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e doMobLoot false'}}]}",
"{text:'Other Settings II\n\n',color:black,extra:[
{text:'* Mob Spawns\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le doMobSpawning true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e doMobSpawning false'}},
{text:'* Tile Drops\n',color:black},
{text:' On -',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e doTileDrops true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e doTileDrops false'}},
{text:'* Inventory\n',color:black},
{text:' Keep - ',color:dark_aqua,clickEvent:{action:run_command,value:'/game
rule keepInventory true'}},
{text:'Drop\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le keepInventory false'}},
{text:'* Mob Griefing\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le mobGriefing true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e mobGriefing false'}},
{text:'* Regeneration\n',color:black},
{text:' On - ',color:dark_aqua,clickEvent:{action:run_command,value:'/gameru
le naturalRegeneration true'}},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerul
e naturalRegeneration false'}}]}",

"{text:' A creation of /u/The_Webmage.\nMagic Book v1.2\n\nWant to check and see
if you have the latest version? The \/give command can be found ',extra:[
{text:'Here.',color:dark_aqua,clickEvent:{action:open_url,value:'http://github.c
om/TheWebmage/commands-json/blob/master/Magic%20Book'}}]}"
]}

You might also like