Пример #1
0
 public static String getDisabledMessage(Object universe) {
   UConf uconf = UConf.get(universe);
   return Txt.parse("<i>Factions are disabled in the <h>%s <i>universe.", uconf.getUniverse());
 }