Skip to content

Commit

Permalink
Add docs to tablist config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Draycia committed Jun 12, 2024
1 parent 8b8ef4b commit 0e6a657
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public static final class NicknameSettings {
@Comment("Whether Carbon's nickname management should be used. Disable this if you wish to have another plugin manage nicknames.")
private boolean useCarbonNicknames = true;

@Comment("Paper only. Updates the player's display name in the tab list to match their nickname.")
private boolean updateTabList = true;

@Comment("Minimum number of characters in nickname (excluding formatting).")
Expand Down

0 comments on commit 0e6a657

Please sign in to comment.