mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 09:35:26 +02:00
Use correct translations with color
This commit is contained in:
@@ -175,7 +175,7 @@ public class EssentialsConf extends YamlConfiguration
|
||||
istr = resourceClass.getResourceAsStream(templateName);
|
||||
if (istr == null)
|
||||
{
|
||||
LOGGER.log(Level.SEVERE, _("Could not find template {0}", templateName));
|
||||
LOGGER.log(Level.SEVERE, _("§4Could not find template {0}", templateName));
|
||||
return;
|
||||
}
|
||||
ostr = new FileOutputStream(configFile);
|
||||
|
@@ -446,7 +446,7 @@ public final class Settings implements ISettings
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.log(Level.SEVERE, _("Unknown item {0} in {1} list.", itemName, "item-spawn-blacklist"));
|
||||
logger.log(Level.SEVERE, _("§4Unknown item {0} in {1} list.", itemName, "item-spawn-blacklist"));
|
||||
}
|
||||
}
|
||||
return epItemSpwn;
|
||||
@@ -483,7 +483,7 @@ public final class Settings implements ISettings
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.log(Level.SEVERE, _("Unknown item {0} in {1} list.", signName, "enabledSigns"));
|
||||
logger.log(Level.SEVERE, _("§4Unknown item {0} in {1} list.", signName, "enabledSigns"));
|
||||
continue;
|
||||
}
|
||||
signsEnabled = true;
|
||||
@@ -579,7 +579,7 @@ public final class Settings implements ISettings
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.log(Level.SEVERE, _("Unknown item {0} in {1} list.", itemName, configName));
|
||||
logger.log(Level.SEVERE, _("§4Unknown item {0} in {1} list.", itemName, configName));
|
||||
}
|
||||
}
|
||||
return list;
|
||||
|
Reference in New Issue
Block a user