Fix the permissions not being added to the jail.command.*, fixes #38

This commit is contained in:
graywolf336
2015-01-25 23:38:46 -06:00
parent cabec7791e
commit c65ca2b0ff
2 changed files with 28 additions and 33 deletions

View File

@ -14,7 +14,7 @@ import com.graywolf336.jail.enums.Lang;
minimumArgs = 1,
needsPlayer = false,
pattern = "deletecells|dcs",
permission = "jail.command.jaildeletecell",
permission = "jail.command.jaildeletecells",
usage = "/jail deletecells [jail]"
)
public class JailDeleteCellsCommand implements Command {