Broadcast a message to all players. This is the same as calling #broadcast(java.lang.String, java.lang.String) to #BROADCAST_CHANNEL_USERS @param message the message @return the number of players
(String message)
| 146 | * @return the number of players |
| 147 | */ |
| 148 | public int broadcastMessage(String message); |
| 149 | |
| 150 | /** |
| 151 | * Gets the name of the update folder. The update folder is used to safely update |