Bump worldevent required rank

This commit is contained in:
Sam Sun 2016-05-26 11:20:42 -04:00 committed by cnr
parent 1c66c10293
commit 1bf8ccfc43
1 changed files with 1 additions and 1 deletions

View File

@ -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));