MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / messagePlayer

Method messagePlayer

src/main/java/com/volmit/adapt/Adapt.java:273–276  ·  view source on GitHub ↗
(Player p, String string)

Source from the content-addressed store, hash-verified

271 }
272
273 public static void messagePlayer(Player p, String string) {
274 String msg = C.GRAY + "[" + C.DARK_RED + "Adapt" + C.GRAY + "]: " + string;
275 p.sendMessage(msg);
276 }
277
278 public static void msg(String string) {
279 try {

Callers 4

onMethod · 0.95
onMethod · 0.95
checkPermissionsMethod · 0.95
onCommandMethod · 0.95

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected