perms for tutoirial command
This commit is contained in:
parent
4bdd33c87b
commit
738825ea9d
@ -10,7 +10,7 @@ public class FinishCommand extends CommandBase<TutorialManager>
|
|||||||
{
|
{
|
||||||
public FinishCommand(TutorialManager plugin)
|
public FinishCommand(TutorialManager plugin)
|
||||||
{
|
{
|
||||||
super(plugin, Rank.DEVELOPER, "finish", "end");
|
super(plugin, Rank.JNR_DEV, "finish", "end");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -13,7 +13,7 @@ public class TutorialCommand extends MultiCommandBase<TutorialManager>
|
|||||||
{
|
{
|
||||||
public TutorialCommand(TutorialManager plugin)
|
public TutorialCommand(TutorialManager plugin)
|
||||||
{
|
{
|
||||||
super(plugin, Rank.DEVELOPER, "tutorial", "tut");
|
super(plugin, Rank.JNR_DEV, "tutorial", "tut");
|
||||||
|
|
||||||
AddCommand(new StartCommand(plugin));
|
AddCommand(new StartCommand(plugin));
|
||||||
AddCommand(new FinishCommand(plugin));
|
AddCommand(new FinishCommand(plugin));
|
||||||
|
Loading…
Reference in New Issue
Block a user