阿然
阿然
> > > > should i download from action? > > > > > > > > > They are same version > > >  > > > >...
Same happen on 1.21.8
> What tick is this being run on? A region tick or the global tick? And if it's the region tick, are you(the player) in a different region or the...
> Are you sure the player has https://jd.papermc.io/paper/1.21.8/org/bukkit/Server.html#BROADCAST_CHANNEL_USERS `bukkit.broadcast.user` permission, as referenced in broadcast's javadocs? ``` for (Player player : Bukkit.getOnlinePlayers()) { Bukkit.broadcastMessage(player.getName() + " " + player.hasPermission(BROADCAST_CHANNEL_USERS)); } ```...
`Bukkit.getServer().sendMessage()` it work!