item replace entity @a[tag=book,gamemode=creative] hotbar.3 with written_book{
	title:"【殲滅II】陣營血量設定",author:"哈記",HideFlags:32,
	pages:['
		["",
				{
					"text":"【陣營血量設定】\\n"
				},
				{
					"text":"\\n"
				},
				{
					"text":"    綠色陣營初始血量：\\n    ",
					"color":"dark_green"
				},
				{
					"text":" ◀ ",
					"color":"red",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 101"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"減少25血量",
							"color":"red"
						}
					}
				},
				{
					"text":" ◀ ",
					"color":"red",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 102"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"減少5血量",
							"color":"red"
						}
					}
				},
				{
					"score":{"name":"@e[tag=G,limit=1]","objective":"health2"},
					"color":"gray"
				},
				{
					"text":" ▶ ",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 103"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"增加5血量",
							"color":"dark_green"
						}
					}
				},
				{
					"text":" ▶ ",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 104"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"增加25血量",
							"color":"dark_green"
						}
					}
				},
				{
					"text":"\\n\\n"
				},
				{
					"text":"    紅色陣營初始血量：\\n    ",
					"color":"red"
				},
				{
					"text":" ◀ ",
					"color":"red",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 105"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"減少25血量",
							"color":"red"
						}
					}
				},
				{
					"text":" ◀ ",
					"color":"red",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 106"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"減少5血量",
							"color":"red"
						}
					}
				},
				{
					"score":{"name":"@e[tag=R,limit=1]","objective":"health2"},
					"color":"gray"
				},
				{
					"text":" ▶ ",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 107"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"增加5血量",
							"color":"dark_green"
						}
					}
				},
				{
					"text":" ▶ ",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 108"},
					"hoverEvent":{
						"action":"show_text","value":
						{
							"text":"增加25血量",
							"color":"dark_green"
						}
					}
				},
				{
					"text":"\\n\\n快速選擇：\\n\\n"
				},
				{
					"text":" [預設50血量 8人以下] \\n",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 109"},
					"hoverEvent":{"action":"show_text","value":
						{
							"text":"按下按鈕快速將雙方血量調整為50",
							"color":"white"
						}
					}
				},
				{
					"text":" [預設75血量 10~16人] \\n",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 110"},
					"hoverEvent":{"action":"show_text","value":
						{
							"text":"按下按鈕快速將雙方血量調整為75",
							"color":"white"
						}
					}
				},
				{
					"text":" [預設100血量 18人以上] \\n",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 111"},
					"hoverEvent":{"action":"show_text","value":
						{
							"text":"按下按鈕快速將雙方血量調整為100",
							"color":"white"
						}
					}
				}		
		]
	']
} 1