Factions/src/com/massivecraft/factions/cmd/CmdFactionsPerm.java

17 lines
678 B
Java

package com.massivecraft.factions.cmd;
public class CmdFactionsPerm extends FactionsCommand
{
// -------------------------------------------- //
// FIELDS
// -------------------------------------------- //
public CmdFactionsPermList cmdFactionsPermList = new CmdFactionsPermList();
public CmdFactionsPermShow cmdFactionsPermShow = new CmdFactionsPermShow();
public CmdFactionsPermAdd cmdFactionsPermAdd = new CmdFactionsPermAdd();
public CmdFactionsPermRemove cmdFactionsPermRemove = new CmdFactionsPermRemove();
public CmdFactionsPermFor cmdFactionsPermFor = new CmdFactionsPermFor();
public CmdFactionsPermCopy cmdFactionsPermCopy = new CmdFactionsPermCopy();
}