mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-26 15:33:56 +00:00
Add option for tab complete to use displaynames (#4432)
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com> This feature adds a new configuration option, `change-tab-complete-name` When `change-tab-complete-name` is turned on, `getPlayers()` in `EssentialsCommand` will use `getDisplayName()` instead of `getName()`; populating the list with display names instead of player names. Closes #4431.
This commit is contained in:
parent
3692740762
commit
c062651821
6 changed files with 15 additions and 5 deletions
|
@ -172,6 +172,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean changePlayerListName();
|
||||
|
||||
boolean changeTabCompleteName();
|
||||
|
||||
boolean isPlayerCommand(String string);
|
||||
|
||||
boolean useBukkitPermissions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue