mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-01 11:26:56 +00:00
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 命令与提示
|
||||
*
|
||||
|
Reference in New Issue
Block a user