mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
Overhauled command handling and suggestion support.
This commit is contained in:
@ -546,8 +546,8 @@ public class UtilityCommands {
|
||||
|
||||
if (description.getHelp() != null) {
|
||||
actor.print(description.getHelp());
|
||||
} else if (description.getDescription() != null) {
|
||||
actor.print(description.getDescription());
|
||||
} else if (description.getShortDescription() != null) {
|
||||
actor.print(description.getShortDescription());
|
||||
} else {
|
||||
actor.print("No further help is available.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user