We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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);