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:
parent
82d0af935d
commit
af54c5c513
@ -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");
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user