changed perms on write
This commit is contained in:
parent
63107b0c26
commit
69ff514bf8
@ -11,7 +11,7 @@ public class WriteCommand extends CommandBase<ArcadeManager>
|
|||||||
{
|
{
|
||||||
public WriteCommand(ArcadeManager plugin)
|
public WriteCommand(ArcadeManager plugin)
|
||||||
{
|
{
|
||||||
super(plugin, Rank.ADMIN, new Rank[] {Rank.JNR_DEV}, "write");
|
super(plugin, Rank.OWNER, new Rank[] {}, "write");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user