item replace entity @a[tag=book,gamemode=creative] hotbar.8 with written_book{
	title:"【殲滅II】遊戲運作",author:"哈記",HideFlags:32,
	pages:['
		["",
				{
					"text":"【遊戲運作】\\n\\n\\n"
				},
				{
					"text":"      《遊戲開始》\\n\\n",
					"color":"dark_green",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 1001"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"遊戲將會在倒數五秒後開始！",
							"color":"white"
						}
					}
				},
				{
					"text":"      《全部重置》\\n\\n",
					"color":"gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 1002"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"遊戲將會重置",
							"color":"white"
						}
					}
				},
				{
					"text":"      《商人展示》\\n\\n",
					"color":"gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 1003"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"顯示所有商人供玩家遊戲前事先瀏覽商店內容",
							"color":"white"
						}
					}
				},
				{
					"text":"\\n\\n\\n地圖作者 : Hageeshow\\n ",
					"color":"gray"
				},
				{
					"text":"|",
					"color":"gray"
				},
				{
					"text":" Youtube ",
					"color":"gold",
					"clickEvent":{"action":"open_url","value":"https://www.youtube.com/user/RSPHageeshow"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"快進來訂閱我！",
							"color":"white"
						}
					}
				},
				{
					"text":"|",
					"color":"gray"
				},
				{
					"text":" Facebook ",
					"color":"gold",
					"clickEvent":{"action":"open_url","value":"https://www.facebook.com/RSPhageeshow"},
					"hoverEvent":
					{
						"action":"show_text",
						"value":
						{
							"text":"快進來點讚追隨我！",
							"color":"white"
						}
					}
				},
				{
					"text":"|",
					"color":"gray"
				}
		]
	']
} 1