How to you make a plugin broadcast gray color text? This dosn't seem to work but this does. Not working PHP: $this->api->chat->sendTo(false, "-100 coins!\n", $death); Working PHP: $output .= "Test\n";
Another method is send a raw packet (without sendChat, but with dataPacket(MessagePacket)) with \n in it.
Another method is send a raw packet (without sendChat, but with dataPacket(MessagePacket)) with \n in it.