get
Gets the language map for the specified language.
Return
The language map or null if the language is not found.
Parameters
The language to get the map for.
Gets a message from the language file, for a specific language.
Return
The message or null if the language or key is not found.
Parameters
The language to get the message from.
The key of the message.
Gets a message from the language file, for a specific language. Placeholders in the message will be replaced with the specified values.
Parameters
The language to get the message from.
The key of the message.
The placeholders to replace in the message.
Gets a message from the language file, for a specific language. Placeholders in the message will be replaced with the specified values. If the command sender is a player, the message will be formatted based on the player's locale, else the default language will be used.
Parameters
The entity that executed the command.
The key of the message.
The placeholders to replace in the message.