I18n
This page describes how to support text internationalization (i18n).
public interface I18n {
String getText(Player player, String key);
}Last updated
This page describes how to support text internationalization (i18n).
public interface I18n {
String getText(Player player, String key);
}Last updated