Send a message to all online OPs

CreeperFace

🇨🇿🇺🇦 Слава Україні!
Staff member
Hello,
I want to send a message to all online OPs. Can you tell me how to do that?
Barzul
Java:
Server#getOnlinePlayers() //returns Collection<Player>
Player#isOp() //returns boolean whether the player is op
Player#sendMessage(message) //sends message to a player
 
Top