Work on the commands help and usage, sync with the wiki pages.

This commit is contained in:
graywolf336
2014-07-25 00:10:26 -05:00
parent c7ea8e44e5
commit 34acf4bbaa
17 changed files with 19 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ import com.lexicalscope.jewel.cli.CliFactory;
needsPlayer = false,
pattern = "transfer|trans",
permission = "jail.command.jailtransfer",
usage = "/jail transfer -p player -j jail -c cell"
usage = "/jail transfer [-p player] (-j jail) (-c cell)"
)
public class JailTransferCommand implements Command {
public boolean execute(JailManager jm, CommandSender sender, String... args) throws Exception {