Bump worldevent required rank
This commit is contained in:
parent
1c66c10293
commit
1bf8ccfc43
@ -10,7 +10,7 @@ public class WorldEventCommand extends MultiCommandBase<WorldEventManager>
|
||||
{
|
||||
public WorldEventCommand(WorldEventManager plugin)
|
||||
{
|
||||
super(plugin, Rank.SNR_MODERATOR, "worldevent", "we", "event");
|
||||
super(plugin, Rank.ADMIN, "worldevent", "we", "event");
|
||||
|
||||
AddCommand(new StartCommand(Plugin));
|
||||
AddCommand(new ClearCommand(Plugin));
|
||||
|
Loading…
Reference in New Issue
Block a user