mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 11:36:24 +00:00
[Fix] Fixes drtshock/Essentials#189, adds toggleable config option 'ignore-colors-in-max-nick-length' to exclude ChatColors from nickname length
This commit is contained in:
parent
d4ab25b200
commit
77eb430b0b
4 changed files with 17 additions and 1 deletions
|
@ -208,6 +208,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
int getMaxNickLength();
|
||||
|
||||
boolean ignoreColorsInMaxLength();
|
||||
|
||||
int getMaxUserCacheCount();
|
||||
|
||||
boolean allowSilentJoinQuit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue