Add the option to disable disabled-sign name protection. (#699)

This allows EssentialsX users to use other plugins that provide signs such as [Kit] and not have EssentialsX interfere with the final sign name.
This commit is contained in:
Ali Moghnieh 2016-07-01 16:23:54 +01:00 committed by Ali Moghnieh
parent 19f6510840
commit c9f1b0fdc5
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70
4 changed files with 45 additions and 1 deletions

View file

@ -263,4 +263,6 @@ public interface ISettings extends IConf {
boolean isNpcsInBalanceRanking();
NumberFormat getCurrencyFormat();
List<EssentialsSign> getUnprotectedSignNames();
}