Skip to content

Commit e6b8493

Browse files
authored
Fix misleading whois command description (#6187)
Fixes #5616
1 parent fa4c6b6 commit e6b8493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Essentials/src/main/resources/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ west=W
15591559
whoisAFK=<primary> - AFK\:<reset> {0}
15601560
whoisAFKSince=<primary> - AFK\:<reset> {0} (Since {1})
15611561
whoisBanned=<primary> - Banned\:<reset> {0}
1562-
whoisCommandDescription=Determine the username behind a nickname.
1562+
whoisCommandDescription=Determine basic information about the specified player.
15631563
whoisCommandUsage=/<command> <nickname>
15641564
whoisCommandUsage1=/<command> <player>
15651565
whoisCommandUsage1Description=Gives basic information about the specified player

Essentials/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ commands:
597597
usage: /<command> <storm/sun> [duration]
598598
aliases: [rain,erain,sky,esky,storm,estorm,sun,esun,eweather]
599599
whois:
600-
description: Determine the username behind a nickname.
600+
description: Determine basic information about the specified player.
601601
usage: /<command> <nickname>
602602
aliases: [ewhois]
603603
workbench:

0 commit comments

Comments
 (0)