item replace entity @a[tag=book,gamemode=creative] hotbar.7 with written_book{
	title:"【殲滅II】地圖場景發光書本",author:"哈記",HideFlags:32,
	pages:['
		["",
				{
					"text":"【地圖場景發光書本】\\n\\n"
				},
				{
					"text":"《檢查地圖平衡》\\n",
					"color":"gray",
					"clickEvent":{"action":"run_command","value":"/function dts2:check"}
				},{
					"text":"《強制大家附身在我》\\n",
					"color":"gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 512"}
				},
				{
					"text":"  礦物\\n    "
				},
				{
					"text":"《鐵礦》",
					"color":"gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 501"}
				},
				{
					"text":"《紅石》",
					"color":"red",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 502"}
				},
				{
					"text":"\\n    "
				},
				{
					"text":"《青金》",
					"color":"blue",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 503"}
				},
				{
					"text":"《黃金》",
					"color":"gold",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 504"}
				},
				{
					"text":"\\n    "
				},
				{
					"text":"《綠寶》",
					"color":"green",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 505"}
				},
				{
					"text":"《鑽石》",
					"color":"aqua",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 506"}
				},
				{
					"text":"\\n    "
				},
				{
					"text":"《煤炭》",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 507"}
				},
				{
					"text":"\\n\\n基礎\\n    "
				},
				{
					"text":"《核心》",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 508"}
				},
				{
					"text":"《重生點》",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 509"}
				},
				{
					"text":"\\n    "
				},
				{
					"text":"《死亡冷卻點》",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 510"}
				},
				{
					"text":"\\n    "
				},
				{
					"text":"《商人》",
					"color":"dark_gray",
					"clickEvent":{"action":"run_command","value":"/trigger BKoption set 511"}
				}
		]
	']
} 1