item replace entity @a[tag=book,gamemode=creative] hotbar.2 with written_book{
	title:"【殲滅II】遊戲模式",author:"哈記",HideFlags:32,
	pages:['
		["",
				{
					"text":"【遊戲模式設定】\\n",
					"color":"dark_aqua"
				},
				{
					"text":"\\n < 標準模式 > \\n",
					"color":"dark_purple",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 11"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"遊戲時間正常",
							"color":"yellow"
						}
					}
				},
				{
					"text":"\\n < 一拳模式 > \\n",
					"color":"dark_purple",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 12"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"每個人將會變成只有半顆心\\n且死亡會即刻復活！",
							"color":"yellow"
						}
					}
				},
				{
					"text":"\\n < 越戰越強 > \\n",
					"color":"dark_purple",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 13"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"所有玩家血量低於18、給予力量I加成\\n所有玩家血量低於12、給予力量II加成\\n所有玩家血量低於6、給予力量III加成",
							"color":"yellow"
						}
					}
				},
				{
					"text":"\\n < 神秘客模式 > \\n",
					"color":"dark_purple",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 14"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"玩家死亡後會強制更換職業\\n在遊戲中使用寶典更換職業仍然可行",
							"color":"yellow"
						}
					}
				},
				{
					"text":"\\n < 極限模式 > \\n",
					"color":"dark_purple",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 15"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"玩家挖核心會強制傳回陣營\\n核心血量預設只剩下10點\\n第四階段玩家死亡不會扣生命值\\n核心附近有敵人會直接通報該陣營",
							"color":"yellow"
						}
					}
				}
		]
	']
} 1