Add dump command to help

This commit is contained in:
extendedclip 2020-07-30 18:07:10 -04:00
parent 0ce8dd5096
commit c3499416f3
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ public final class CommandHelp extends PlaceholderCommand
"&b/papi &fregister &9<file name>",
" &7&oRegister an expansion by the name of the file",
"&b/papi &funregister &9<expansion name>",
" &7&oUnregister an expansion by name");
" &7&oUnregister an expansion by name",
"&b/papi &fdump",
" &7&oTake a dump and send it to clip or someone else in HelpChat");
}
}