To send the message "Pig is best mob?" use (p is the Player):
p
localeManager.sendMessage(p, "<mob> is best mob?", EntityType.PIG, null);
Or, to send the message "The Killer Bunny strikes again!" use:
localeManager.sendMessage(p, "<mob> strikes again!", EntityType.RABBIT, Rabbit.Type.THE_KILLER_BUNNY);
There was an error while loading. Please reload this page.