mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-02-09 00:12:00 +01:00
11 lines
308 B
Java
11 lines
308 B
Java
public class other {
|
|
public static other gmsg;
|
|
public static other gmsg(String msg){
|
|
for (Player p : etc.getServer().getPlayerList()) {
|
|
if (p != null) {
|
|
p.sendMessage(msg);
|
|
}
|
|
}
|
|
return gmsg;
|
|
}
|
|
} |