mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Add prefix/suffix toggle for playerlist. Resolves #771
This commit adds two new configurable options: - `add-prefix-in-playerlist`: enable prefix in playerlist - `add-suffix-in-playerlist`: enable suffix in playerlist These were added to prevent very long names in the playerlist.
This commit is contained in:
parent
30d5fbdf8d
commit
63b5cb9ec7
4 changed files with 31 additions and 3 deletions
|
@ -269,4 +269,8 @@ public interface ISettings extends IConf {
|
|||
boolean isPastebinCreateKit();
|
||||
|
||||
boolean isAllowBulkBuySell();
|
||||
|
||||
boolean isAddingPrefixInPlayerlist();
|
||||
|
||||
boolean isAddingSuffixInPlayerlist();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue