1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 14:05:25 +01:00

Hotfix for running command

This commit is contained in:
montlikadani 2018-12-27 16:29:11 +01:00
parent 82d0af935d
commit af54c5c513
2 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class level implements Cmd {
}
@Override
@JobCommand(1600)
@JobCommand(1290)
public boolean perform(Jobs plugin, CommandSender sender, String[] args) {
if (args.length < 4) {
Jobs.getCommandManager().sendUsage(sender, "level");

View File

@ -67,6 +67,7 @@ permissions:
jobs.command.signupdate: true
jobs.command.moneyboost: true
jobs.command.exp: true
jobs.command.level: true
jobs.command.clearownership: true
jobs.command.expboost: true
jobs.command.iteminfo: true
@ -185,6 +186,9 @@ permissions:
jobs.command.exp:
description: Grants access to the exp command
default: op
jobs.command.level:
description: Grants access to the level command
default: op
jobs.command.quests:
description: Grants access to the quests command
default: true