Add a series of new translations

This commit is contained in:
md_5
2013-05-12 13:39:02 +10:00
parent 202dab5c98
commit 1ea53f01aa
11 changed files with 30 additions and 20 deletions

View File

@@ -85,7 +85,7 @@ public class PluginManager
String permission = command.getPermission();
if ( permission != null && !permission.isEmpty() && !sender.hasPermission( permission ) )
{
sender.sendMessage( ChatColor.RED + "You do not have permission to execute this command!" );
sender.sendMessage( proxy.getTranslation( "no_permission" ) );
return true;
}