Solved Sending a message to all OPs on the Server?

Discussion in 'Plugin Development' started by xxCoderForLifexx, Feb 13, 2013.

Thread Status:
Not open for further replies.
  1. How would I do that?
    Like
    Code:
    player.getServer().getOperators();
    
     
  2. Offline

    CubixCoders

    for(Player online: Bukkit.getOnlinePlayers()){
    if(online.isOp()){

    }
    }
     
Thread Status:
Not open for further replies.

Share This Page