链接挂了点我修复

上次更新时间: 20240812 152405


luogu
水文章专用
洛谷主页
CSP2023的结果
E听说答案生成器



/tellraw @a 
{
	"text":" test_text",
	"bold":true,
	"color":"yellow",
	"clickEvent":{
		"action":"run_command",
		"value":"/tellraw @a [\"this_is_a_test_text\"]"
	},
	"hoverEvent":{
		"action":"show_text",
		"contents":[
{
	"text":"test1\n",
	"bold":true,
	"color":"yellow"
},{
	"text":"test2\n",
	"bold":false,
	"color":"orange"
},{
	"text":"test3\n",
	"bold":true,
	"color":"green"
}
		]
	}
}