item replace entity @a[tag=book,gamemode=!creative] hotbar.0 with written_book{
	title:"【殲滅II】選擇陣營",author:"哈記",HideFlags:32,
	pages:['
		["",
				{
					"text":"   【殲滅攻城戰 II】\\n\\n"  ,
					"color":"dark_aqua"
				},
				{
					"text":"請選擇陣營： ",
					"color":"black"
				},
				{
					"text":"\\n\\n     ",
					"color":"black"
				},
				{
					"text":"▉ 加入綠色陣營 ▉",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/trigger BKteam set 1"},
					"hoverEvent":{"action":"show_text","value":
						{
							"text":"加入綠色陣營",
							"color":"dark_green"
						}
					}
				},
				{
					"text":"\\n\\n     "
				},
				{
					"text":"▉ 加入紅色陣營 ▉",
					"color":"red",
					"clickEvent":{"action":"run_command","value":"/trigger BKteam set 2"},
					"hoverEvent":{"action":"show_text","value":
						{
							"text":"加入紅色陣營",
							"color":"red"
						}
					}
				},
				{
					"text":"\\n\\n      "
				},
				{
					"text":"▉ 觀察者模式 ▉",
					"color":"black",
					"clickEvent":{"action":"run_command","value":"/trigger BKteam set 3"},
					"hoverEvent":{"action":"show_text","value":
						{
							"text":"觀察者模式",
							"color":"gray"
						}
					}
				},
				{
					"text":"\\n\\n\\n\\n遊戲設定請切換創造模式",
					"color":"dark_aqua",
					"clickEvent":{"action":"run_command","value":"/gamemode creative"},
					"hoverEvent":{"action":"show_text","value":
						{
							"text":"點我變成創造模式\\n(需要管理員權限)",
							"color":"gray"
						}
					}
				}
		]
	']
} 1