Refactoring of the signs

Todo: Eco signs, Protection signs

New permission: essentials.signs.[signname].break
This commit is contained in:
snowleo 2011-06-08 03:18:33 +02:00
parent 775c8d34dd
commit bcf81d9f0a
16 changed files with 622 additions and 75 deletions

View file

@ -50,11 +50,7 @@ public class Commandtpall extends EssentialsCommand
}
catch (Exception ex)
{
sender.sendMessage(Util.format("errorWithMessage", ex.getMessage()));
if (ess.getSettings().isDebug())
{
logger.log(Level.WARNING, ex.getMessage(), ex);
}
ess.showError(sender, ex, getName());
}
}
}