mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 18:14:38 +02:00
Use correct translations with color
This commit is contained in:
@@ -18,7 +18,7 @@ public class EssentialsGeoIP extends JavaPlugin
|
||||
final IEssentials ess = (IEssentials)plugin.getEssentials();
|
||||
if (!this.getDescription().getVersion().equals(plugin.getDescription().getVersion()))
|
||||
{
|
||||
getLogger().log(Level.WARNING, _("Version mismatch! Please update all Essentials jars to the same version."));
|
||||
getLogger().log(Level.WARNING, _("§4Version mismatch! Please update all Essentials jars to the same version."));
|
||||
}
|
||||
if (!plugin.isEnabled())
|
||||
{
|
||||
|
@@ -94,7 +94,7 @@ public class EssentialsGeoIPPlayerListener implements Listener, IReload
|
||||
}
|
||||
if (Permissions.GEOIP_SHOW.isAuthorized(player))
|
||||
{
|
||||
player.sendMessage(_("Player {0} comes from {1}.", player.getDisplayName(), builder.toString()));
|
||||
player.sendMessage(_("§6Player §c{0} §6comes from §c{1}§6.", player.getDisplayName(), builder.toString()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user