mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +00:00
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:
parent
19f6510840
commit
c9f1b0fdc5
4 changed files with 45 additions and 1 deletions
|
@ -263,4 +263,6 @@ public interface ISettings extends IConf {
|
|||
boolean isNpcsInBalanceRanking();
|
||||
|
||||
NumberFormat getCurrencyFormat();
|
||||
|
||||
List<EssentialsSign> getUnprotectedSignNames();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue