fixed color key for server message function
This commit is contained in:
parent
bf74d6de1e
commit
677b6d4d3a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/libs/CoswayUtil-1.6-BETA.jar
Normal file
BIN
build/libs/CoswayUtil-1.6-BETA.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -94,7 +94,7 @@ public final class CoswayUtil extends JavaPlugin {
|
||||
return sb.toString();
|
||||
}
|
||||
public void serverMessage(String msg) {
|
||||
getServer().broadcastMessage(prefix()+msg);
|
||||
getServer().broadcastMessage(prefix()+ColorKey(msg));
|
||||
}
|
||||
//------------------------------------------------------------------------
|
||||
public class AnchorShield implements Listener {
|
||||
|
Loading…
Reference in New Issue
Block a user