Add the missing s on the permissions for JailListCells, fixes #39.
This commit is contained in:
parent
db46e7c036
commit
cabec7791e
@ -15,7 +15,7 @@ import com.graywolf336.jail.enums.Lang;
|
|||||||
minimumArgs = 1,
|
minimumArgs = 1,
|
||||||
needsPlayer = false,
|
needsPlayer = false,
|
||||||
pattern = "listcells|lc",
|
pattern = "listcells|lc",
|
||||||
permission = "jail.command.jaillistcell",
|
permission = "jail.command.jaillistcells",
|
||||||
usage = "/jail listcells [jail]"
|
usage = "/jail listcells [jail]"
|
||||||
)
|
)
|
||||||
public class JailListCellsCommand implements Command {
|
public class JailListCellsCommand implements Command {
|
||||||
|
Loading…
Reference in New Issue
Block a user