Fix the jail command, it will always reach here with one argument.
This commit is contained in:
parent
e52a24cb5e
commit
7c4c403843
@ -24,7 +24,7 @@ import com.graywolf336.jail.events.PrePrisonerJailedEvent;
|
||||
|
||||
@CommandInfo(
|
||||
maxArgs = -1,
|
||||
minimumArgs = 1,
|
||||
minimumArgs = 0,
|
||||
needsPlayer = false,
|
||||
pattern = "jail|j",
|
||||
permission = "jail.command.jail",
|
||||
|
Loading…
Reference in New Issue
Block a user