Added to default "territoryEnemyDenyCommands": /home, /sethome, and /spawn
This commit is contained in:
		@@ -188,6 +188,10 @@ public class Conf {
 | 
			
		||||
	public static transient char[] mapKeyChrs = "\\/#?$%=&^ABCDEFGHJKLMNOPQRSTUVWXYZ1234567890abcdeghjmnopqrsuvwxyz".toCharArray();
 | 
			
		||||
	
 | 
			
		||||
	static {
 | 
			
		||||
		territoryEnemyDenyCommands.add("home");
 | 
			
		||||
		territoryEnemyDenyCommands.add("sethome");
 | 
			
		||||
		territoryEnemyDenyCommands.add("spawn");
 | 
			
		||||
 | 
			
		||||
		territoryProtectedMaterials.add(Material.WOODEN_DOOR);
 | 
			
		||||
		territoryProtectedMaterials.add(Material.TRAP_DOOR);
 | 
			
		||||
		territoryProtectedMaterials.add(Material.DISPENSER);
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@ import java.util.ArrayList;
 | 
			
		||||
import org.bukkit.command.CommandSender;
 | 
			
		||||
 | 
			
		||||
import com.massivecraft.factions.Conf;
 | 
			
		||||
import com.massivecraft.factions.Econ;
 | 
			
		||||
import com.massivecraft.factions.FPlayer;
 | 
			
		||||
import com.massivecraft.factions.Faction;
 | 
			
		||||
import com.massivecraft.factions.Factions;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user