@Override public String getGroupSuffix(String world, String group) { return Reader.getSuffix(group, InfoType.GROUP, world); }
public String getSuffix(String name, InfoType type, String world) { return com.miraclem4n.mchat.api.Reader.getSuffix( name, com.miraclem4n.mchat.types.InfoType.fromName(type.getName()), world); }
@Override public String getPlayerSuffix(String world, String player) { return Reader.getSuffix(player, InfoType.USER, world); }