if (PROTOCOL == null) {
PROTOCOL = VanillaPlugin.getInstance().getDescription().getData("protocol");
MC_VERSION = VanillaPlugin.getInstance().getDescription().getVersion().trim().split(" ")[0];
MOTD = VanillaConfiguration.MOTD.getString();
}
ServerListPingEvent event = VanillaPlugin.getInstance().getEngine().getEventManager().callEvent(new ServerListPingEvent(session.getAddress().getAddress(), MOTD, server.getOnlinePlayers().length, server.getMaxPlayers()));
session.send(new PlayerKickMessage('\u00A7' + "1" + '\u0000' + PROTOCOL + '\u0000' + MC_VERSION + '\u0000' + event.getMessage()));
}