entry = "\u00A7a";
Plugin info = found.getClass().getAnnotation(Plugin.class);
if (info != null) {
sendChatMessage(sender, entry + "Plugin: " + info.name());
if (!info.version().isEmpty())
sendChatMessage(sender, "\u00A79Version: " + info.version());
if (!info.author().isEmpty())
sendChatMessage(sender, "\u00A79Author(s): " + info.author());
if (!info.url().isEmpty())
sendChatMessage(sender, "\u00A79URL: " + info.url());
if (!info.unlocalizedDescription().isEmpty())