forked from TheWebmage/commands-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMagicBook.json
122 lines (110 loc) · 7.93 KB
/
MagicBook.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
give @p minecraft:written_book{generation:3,title:"Magic Book",author:"The_Webmage",pages:[
"{text:'Clear\\n\\n',extra:[
{text:'* Entities\\n',color:black},
{text:' 128 blocks',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!minecraft:player,distance=..128]'}},
{text:' | ',color:black},
{text:'Global\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!minecraft:player]'}},
{text:'* Scoreboard\\n',color:black},
{text:' Player',color:dark_aqua,clickEvent:{action:run_command,value:'/scoreboard players reset @p'}},
{text:' | ',color:black},
{text:'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 minecraft:barrier'}},
{text:'* Command Block\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:command_block'}},
{text:'* Command Minecart\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:command_block_minecart'}},
{text:'* Dragon Egg\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:dragon_egg'}},
{text:'* Mob Spawner',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:spawner'}}
]}",
"{text:'Game Settings\\n\\n',extra:[
{text:'* Peaceful\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty peaceful'}},
{text:'* Easy\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty easy'}},
{text:'* Normal\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty normal'}},
{text:'* Hard\\n\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty hard'}},
{text:'* Survival\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode survival'}},
{text:'* Creative\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode creative'}},
{text:'* Adventure\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode adventure'}},
{text:'* Spectator',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode spectator'}}
]}",
"{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 set 6000'}},
{text:' | ',color:black},
{text:'Night\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time set 18000'}},
{text:'* Day cycle: ',color:black},
{text:'On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle true'}},
{text:' | ',color:black},
{text:'Off\\n\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle false'}},
{text:'Weather\\n\\n',color:black},
{text:'* Default\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather 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:'/weather rain 1000000'}},
{text:'* Thunder',color:dark_aqua,clickEvent:{action:run_command,value:'/weather thunder 1000000'}}
]}",
"{text:'Summon Cratures\\n\\n',extra:[
{text:'* Ender Dragon\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon minecraft:ender_dragon'}},
{text:'* Wither\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon minecraft:wither'}},
{text:'* Elder Guardian\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon minecraft:elder_guardian'}},
{text:'* Charged Creeper\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon minecraft:creeper ~ ~ ~ {powered:1}'}},
{text:'* Giant\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon minecraft:giant'}},
{text:'* Killer Rabbit',color:dark_aqua,clickEvent:{action:run_command,value:'/summon minecraft:rabbit ~ ~ ~ {RabbitType:99}'}}
]}",
"{text:'Summon Objects\\n\\n',extra:[
{text:'* Ender Crystal\\n\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon minecraft:end_crystal ~ ~1 ~'}},
{text:'Summon Effects\\n\\n',color:black},
{text:'* Lightning Bolt\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/execute at @p positioned ~ ~ ~ run execute at @e[type=!minecraft:player,distance=..32] positioned ~ ~ ~ run summon minecraft:lightning_bolt'}},
{text:'* Fireworks',color:dark_aqua,clickEvent:{action:run_command,value:'/summon firework_rocket ~ ~1 ~ {LifeTime:40,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Flight:3,Explosions:[{Type:1,Flicker:1,Trail:0,Colors:[I;14188952],FadeColors:[I;15790320]}]}}}}'}}
]}",
"{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:'/gamerule sendCommandFeedback true'}},
{text:' | ',color:black},
{text:'Off\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback false'}},
{text:'* Command Output\\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput true'}},
{text:' | ',color:black},
{text:'Off\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput false'}},
{text:'* Death Messages\\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages true'}},
{text:' | ',color:black},
{text:'Off\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages false'}},
{text:'* Fire Tick\\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick true'}},
{text:' | ',color:black},
{text:'Off\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick false'}},
{text:'* Mob Loot\\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot true'}},
{text:' | ',color:black},
{text:'Off',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule 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:'/gamerule doMobSpawning true'}},
{text:' | ',color:black},
{text:'Off\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning false'}},
{text:'* Tile Drops\\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops true'}},
{text:' | ',color:black},
{text:'Off\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops false'}},
{text:'* Inventory\\n',color:black},
{text:' Keep',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory true'}},
{text:' | ',color:black},
{text:'Drop\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory false'}},
{text:'* Mob Griefing\\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing true'}},
{text:' | ',color:black},
{text:'Off\\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing false'}},
{text:'* Regeneration\\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration true'}},
{text:' | ',color:black},
{text:'Off',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration false'}}
]}",
"{text:'Magic Book v1.14.0\\n\\n',extra:[
{text:'Created by\\n',color:black},
{text:'The_Webmage\\n\\n',color:dark_aqua,clickEvent:{action:open_url,value:'https://github.com/TheWebmage'}},
{text:'Updated by\\n',color:black},
{text:'Roman0\\n\\n',color:dark_aqua,clickEvent:{action:open_url,value:'https://github.com/romano'}},
{text:'Latest version can be found ',color:black},
{text:'here.',color:dark_aqua,clickEvent:{action:open_url,value:'https://github.com/romano/commands-json/blob/master/MagicBook.json'}}
]}"
]}