give @s written_book
{
	title:"管理員控制書",author:"哈記",HideFlags:32,
	pages:['
		["",
				{
					"text":"【地圖控制】\\n\\n"  ,
					"color":"dark_purple"
				},
				{
					"text":"遊戲開始\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/tag 00000000-0000-0000-0000-000000000000 add startgame"}
				},
				{
					"text":"遊戲重置\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/tag 00000000-0000-0000-0000-000000000000 add reset"}
				},
				{
					"text":"--------\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"--------"}
				}
		]','["",
				{
					"text":"【商店控制】\\n\\n"  ,
					"color":"dark_purple"
				},
				{
					"text":"商店開啟\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/tag @e[tag=shop] add spawnShop"}
				},
				{
					"text":"商店關閉\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/tag @e[tag=shop] add killShop"}
				},
				{
					"text":"--------\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"--------"}
				}
		]','["",
				{
					"text":"【礦物控制】\\n\\n"  ,
					"color":"dark_purple"
				},
				{
					"text":"綠色陣營礦物開啟\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/scoreboard players set @e[tag=ore,team=Gteam] time 0"}
				},
				{
					"text":"綠色陣營礦物關閉\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/scoreboard players set @e[tag=ore,team=Gteam] time 120"}
				},
				{
					"text":"紅色陣營礦物開啟\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/scoreboard players set @e[tag=ore,team=Rteam] time 0"}
				},
				{
					"text":"紅色陣營礦物關閉\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/scoreboard players set @e[tag=ore,team=Rteam] time 120"}
				},
				{
					"text":"--------\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"--------"}
				}
		]
	"]
} 1