mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 11:06:08 +00:00
Refactoring of the signs
Todo: Eco signs, Protection signs New permission: essentials.signs.[signname].break
This commit is contained in:
parent
775c8d34dd
commit
bcf81d9f0a
16 changed files with 622 additions and 75 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue