Giving Credit

This commit is contained in:
Driftay
2019-12-02 13:55:38 -05:00
parent 9284707db6
commit f437144fba
168 changed files with 701 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ import com.massivecraft.factions.zcore.util.TL;
public class CmdAutoClaim extends FCommand {
/**
* @author FactionsUUID Team
*/
public CmdAutoClaim() {
super();
this.aliases.add("autoclaim");

View File

@@ -16,6 +16,10 @@ import com.massivecraft.factions.zcore.util.TL;
public class CmdClaim extends FCommand {
/**
* @author FactionsUUID Team
*/
public CmdClaim() {
super();
this.aliases.add("claim");

View File

@@ -11,6 +11,10 @@ import com.massivecraft.factions.zcore.util.TL;
public class CmdClaimAt extends FCommand {
/**
* @author FactionsUUID Team
*/
public CmdClaimAt() {
super();
this.aliases.add("claimat");

View File

@@ -14,6 +14,10 @@ import org.bukkit.block.BlockFace;
public class CmdClaimLine extends FCommand {
/**
* @author FactionsUUID Team
*/
public static final BlockFace[] axis = {BlockFace.SOUTH, BlockFace.WEST, BlockFace.NORTH, BlockFace.EAST};
public CmdClaimLine() {

View File

@@ -14,6 +14,10 @@ import org.bukkit.World;
public class CmdSafeunclaimall extends FCommand {
/**
* @author FactionsUUID Team
*/
public CmdSafeunclaimall() {
this.aliases.add("safeunclaimall");
this.aliases.add("safedeclaimall");

View File

@@ -16,6 +16,10 @@ import org.bukkit.Bukkit;
public class CmdUnclaim extends FCommand {
/**
* @author FactionsUUID Team
*/
public CmdUnclaim() {
this.aliases.add("unclaim");
this.aliases.add("declaim");

View File

@@ -16,6 +16,10 @@ import org.bukkit.Bukkit;
public class CmdUnclaimall extends FCommand {
/**
* @author FactionsUUID Team
*/
public CmdUnclaimall() {
this.aliases.add("unclaimall");
this.aliases.add("declaimall");

View File

@@ -14,6 +14,10 @@ import org.bukkit.World;
public class CmdWarunclaimall extends FCommand {
/**
* @author FactionsUUID Team
*/
public CmdWarunclaimall() {
this.aliases.add("warunclaimall");
this.aliases.add("wardeclaimall");