allowed sr. mods to use /we (TEMP)
This commit is contained in:
parent
0fd0a7fb44
commit
c2f6217d9f
@ -10,7 +10,7 @@ public class WorldEventCommand extends MultiCommandBase<WorldEventManager>
|
|||||||
{
|
{
|
||||||
public WorldEventCommand(WorldEventManager plugin)
|
public WorldEventCommand(WorldEventManager plugin)
|
||||||
{
|
{
|
||||||
super(plugin, Rank.CMOD, "worldevent", "we", "event");
|
super(plugin, Rank.SNR_MODERATOR, "worldevent", "we", "event");
|
||||||
|
|
||||||
AddCommand(new StartCommand(Plugin));
|
AddCommand(new StartCommand(Plugin));
|
||||||
AddCommand(new ClearCommand(Plugin));
|
AddCommand(new ClearCommand(Plugin));
|
||||||
@ -22,3 +22,4 @@ public class WorldEventCommand extends MultiCommandBase<WorldEventManager>
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user