Adds a command for claiming a specific location
This commit is contained in:
@ -11,5 +11,6 @@ public class CmdFactionsUnclaim extends FactionsCommand {
|
||||
public CmdFactionsSetSquare cmdFactionsUnclaimSquare = new CmdFactionsSetSquare(false);
|
||||
public CmdFactionsSetCircle cmdFactionsUnclaimCircle = new CmdFactionsSetCircle(false);
|
||||
public CmdFactionsSetAll cmdFactionsUnclaimAll = new CmdFactionsSetAll(false);
|
||||
public CmdFactionsSetOneLocation cmdFactionsSetOneLocation = new CmdFactionsSetOneLocation(false);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user