feat: 添加Tellraw公告

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2016-09-02 21:06:53 +08:00
parent b967cf82bd
commit eae10d3527
1 changed files with 9 additions and 0 deletions

View File

@ -46,6 +46,15 @@ public class Tellraw {
System.out.println(Tellraw.create("命令").command("yum list").tip("点击查看插件列表").toJsonString());
}
/**
* Tellraw
*/
public void broadcast() {
for (final Player player : Bukkit.getOnlinePlayers()) {
send(player);
}
}
/**
*
*