Starting to convert the faction commands.

This commit is contained in:
Olof Larsson
2013-04-16 09:48:57 +02:00
parent 03c058483c
commit 3d9847e4a6
38 changed files with 473 additions and 627 deletions

View File

@@ -9,6 +9,7 @@ import com.massivecraft.factions.Perm;
import com.massivecraft.factions.Rel;
import com.massivecraft.factions.event.FactionRelationEvent;
import com.massivecraft.factions.integration.SpoutFeatures;
import com.massivecraft.mcore.cmd.req.ReqIsPlayer;
public abstract class CmdFactionsRelationAbstract extends FCommand
{
@@ -22,10 +23,7 @@ public abstract class CmdFactionsRelationAbstract extends FCommand
this.permission = Perm.RELATION.node;
senderMustBePlayer = true;
senderMustBeMember = false;
senderMustBeOfficer = true;
senderMustBeLeader = false;
}
@Override