2013-04-22 09:37:53 +02:00
|
|
|
package com.massivecraft.factions.entity;
|
|
|
|
|
2014-09-17 13:17:33 +02:00
|
|
|
import java.util.ArrayList;
|
2013-04-22 09:51:19 +02:00
|
|
|
import java.util.HashSet;
|
2013-04-22 10:43:40 +02:00
|
|
|
import java.util.LinkedHashSet;
|
2013-11-11 09:31:04 +01:00
|
|
|
import java.util.List;
|
2014-08-21 00:38:01 +02:00
|
|
|
import java.util.Map;
|
2013-04-22 09:51:19 +02:00
|
|
|
import java.util.Set;
|
|
|
|
|
2013-04-22 09:41:48 +02:00
|
|
|
import org.bukkit.ChatColor;
|
2013-08-23 10:14:23 +02:00
|
|
|
import org.bukkit.Material;
|
|
|
|
import org.bukkit.entity.EntityType;
|
2013-04-22 09:51:19 +02:00
|
|
|
import org.bukkit.event.EventPriority;
|
2013-04-22 09:41:48 +02:00
|
|
|
|
2013-04-24 16:50:19 +02:00
|
|
|
import com.massivecraft.factions.Factions;
|
2014-09-17 13:17:33 +02:00
|
|
|
import com.massivecraft.factions.Rel;
|
2014-09-17 22:29:33 +02:00
|
|
|
import com.massivecraft.factions.WorldExceptionSet;
|
2014-10-08 06:38:26 +02:00
|
|
|
import com.massivecraft.factions.engine.EngineChat;
|
2014-09-17 13:17:33 +02:00
|
|
|
import com.massivecraft.factions.event.EventFactionsChunkChangeType;
|
2014-08-21 00:38:01 +02:00
|
|
|
import com.massivecraft.factions.integration.dynmap.DynmapStyle;
|
2014-06-04 14:02:23 +02:00
|
|
|
import com.massivecraft.massivecore.store.Entity;
|
|
|
|
import com.massivecraft.massivecore.util.MUtil;
|
2014-10-06 13:08:34 +02:00
|
|
|
import com.massivecraft.massivecore.util.TimeUnit;
|
2013-04-22 09:37:53 +02:00
|
|
|
|
|
|
|
public class MConf extends Entity<MConf>
|
|
|
|
{
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// META
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2013-04-22 15:05:00 +02:00
|
|
|
protected static transient MConf i;
|
2013-04-22 16:26:44 +02:00
|
|
|
public static MConf get() { return i; }
|
2013-04-22 09:37:53 +02:00
|
|
|
|
|
|
|
// -------------------------------------------- //
|
2013-04-23 12:14:36 +02:00
|
|
|
// OVERRIDE: ENTITY
|
2013-04-22 09:37:53 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2013-04-23 12:14:36 +02:00
|
|
|
@Override
|
|
|
|
public MConf load(MConf that)
|
|
|
|
{
|
|
|
|
super.load(that);
|
|
|
|
|
2013-04-24 16:50:19 +02:00
|
|
|
if (!Factions.get().isDatabaseInitialized()) return this;
|
|
|
|
|
2014-10-08 06:38:26 +02:00
|
|
|
EngineChat.get().deactivate();
|
|
|
|
EngineChat.get().activate();
|
2013-04-23 12:14:36 +02:00
|
|
|
|
|
|
|
return this;
|
|
|
|
}
|
2013-04-22 09:41:48 +02:00
|
|
|
|
2013-11-11 09:31:04 +01:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// COMMAND ALIASES
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public List<String> aliasesF = MUtil.list("f");
|
|
|
|
|
2014-09-17 22:29:33 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// WORLDS FEATURE ENABLED
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public WorldExceptionSet worldsClaimingEnabled = new WorldExceptionSet();
|
|
|
|
public WorldExceptionSet worldsPowerLossEnabled = new WorldExceptionSet();
|
|
|
|
public WorldExceptionSet worldsPvpRulesEnabled = new WorldExceptionSet();
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// DERPY OVERRIDES
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
// mainly for other plugins/mods that use a fake player to take actions, which shouldn't be subject to our protections
|
|
|
|
public Set<String> playersWhoBypassAllProtection = new LinkedHashSet<String>();
|
|
|
|
|
2013-04-22 09:51:19 +02:00
|
|
|
// -------------------------------------------- //
|
2013-04-24 08:39:26 +02:00
|
|
|
// TASKS
|
2013-04-22 09:51:19 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2013-04-24 08:45:52 +02:00
|
|
|
public double taskPlayerPowerUpdateMinutes = 1;
|
|
|
|
public double taskPlayerDataRemoveMinutes = 5;
|
|
|
|
public double taskEconLandRewardMinutes = 20;
|
2013-04-24 08:39:26 +02:00
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// REMOVE DATA
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2014-10-06 13:08:34 +02:00
|
|
|
public boolean removePlayerWhenBanned = true;
|
|
|
|
|
|
|
|
// The Default
|
|
|
|
public long removePlayerMillisDefault = 10 * TimeUnit.MILLIS_PER_DAY;
|
|
|
|
|
|
|
|
// Player Age Bonus
|
|
|
|
public Map<Long, Long> removePlayerMillisPlayerAgeToBonus = MUtil.map(
|
|
|
|
2 * TimeUnit.MILLIS_PER_WEEK, 10 * TimeUnit.MILLIS_PER_DAY // +10 after 2 weeks
|
|
|
|
);
|
|
|
|
|
|
|
|
// Faction Age Bonus
|
|
|
|
public Map<Long, Long> removePlayerMillisFactionAgeToBonus = MUtil.map(
|
|
|
|
4 * TimeUnit.MILLIS_PER_WEEK, 10 * TimeUnit.MILLIS_PER_DAY, // +10 after 4 weeks
|
|
|
|
2 * TimeUnit.MILLIS_PER_WEEK, 5 * TimeUnit.MILLIS_PER_DAY // +5 after 2 weeks
|
|
|
|
);
|
2013-04-23 12:14:36 +02:00
|
|
|
|
2014-09-17 13:17:33 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// SPECIAL FACTION IDS
|
|
|
|
// -------------------------------------------- //
|
2014-10-01 22:00:08 +02:00
|
|
|
// These are a deprecated remnant from the universe system.
|
|
|
|
// We needed these to understand the difference between wilderness in different universes.
|
|
|
|
// Now that we are back to one universe only, we can have static names like simply "none", "safezone" and "warzone".
|
|
|
|
// Previously we set them to UUID.randomUUID().toString() but now we set them to null.
|
|
|
|
// If the value is set we use it to update map entries and then set it to null really quick.
|
2014-09-17 13:17:33 +02:00
|
|
|
|
2014-10-01 22:00:08 +02:00
|
|
|
public String factionIdNone = null;
|
|
|
|
public String factionIdSafezone = null;
|
|
|
|
public String factionIdWarzone = null;
|
2014-09-17 13:17:33 +02:00
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// DEFAULTS
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2014-10-01 22:00:08 +02:00
|
|
|
public String defaultPlayerFactionId = Factions.ID_NONE;
|
2014-09-17 13:17:33 +02:00
|
|
|
public Rel defaultPlayerRole = Rel.RECRUIT;
|
|
|
|
public double defaultPlayerPower = 0.0;
|
2014-10-02 16:12:16 +02:00
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// MOTD
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public EventPriority motdPriority = EventPriority.NORMAL;
|
|
|
|
public int motdDelayTicks = -1;
|
2014-09-17 13:17:33 +02:00
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// POWER
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public double powerMax = 10.0;
|
|
|
|
public double powerMin = 0.0;
|
|
|
|
public double powerPerHour = 2.0;
|
|
|
|
public double powerPerDeath = -2.0;
|
|
|
|
|
|
|
|
public boolean canLeaveWithNegativePower = true;
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// CORE
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public int factionMemberLimit = 0;
|
|
|
|
public double factionPowerMax = 0.0;
|
|
|
|
|
|
|
|
public int factionNameLengthMin = 3;
|
|
|
|
public int factionNameLengthMax = 16;
|
|
|
|
public boolean factionNameForceUpperCase = false;
|
|
|
|
|
2013-04-24 20:17:20 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// CLAIM LIMITS
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
// if someone is doing a radius claim and the process fails to claim land this many times in a row, it will exit
|
|
|
|
public int radiusClaimFailureLimit = 9;
|
|
|
|
|
|
|
|
// the maximum radius allowed when using the claim command.
|
|
|
|
public int radiusClaimRadiusLimit = 5;
|
|
|
|
|
2014-09-17 13:17:33 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// CLAIMS
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public boolean claimsMustBeConnected = true;
|
|
|
|
public boolean claimsCanBeUnconnectedIfOwnedByOtherFaction = false;
|
2014-10-07 17:08:40 +02:00
|
|
|
|
|
|
|
public boolean claimingFromOthersAllowed = true;
|
|
|
|
|
|
|
|
// 0 means you can claim just next to others
|
|
|
|
// 1 means you must have a single chunk of padding in between.
|
|
|
|
public int claimMinimumChunksDistanceToOthers = 0;
|
|
|
|
|
2014-09-17 13:17:33 +02:00
|
|
|
public int claimsRequireMinFactionMembers = 1;
|
|
|
|
public int claimedLandsMax = 0;
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// HOMES
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public boolean homesEnabled = true;
|
|
|
|
public boolean homesMustBeInClaimedTerritory = true;
|
|
|
|
public boolean homesTeleportCommandEnabled = true;
|
|
|
|
public boolean homesTeleportAllowedFromEnemyTerritory = true;
|
|
|
|
public boolean homesTeleportAllowedFromDifferentWorld = true;
|
|
|
|
public double homesTeleportAllowedEnemyDistance = 32.0;
|
|
|
|
public boolean homesTeleportIgnoreEnemiesIfInOwnTerritory = true;
|
|
|
|
|
|
|
|
public boolean homesTeleportToOnDeathActive = false;
|
|
|
|
public EventPriority homesTeleportToOnDeathPriority = EventPriority.NORMAL;
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// ASSORTED
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public boolean permanentFactionsDisableLeaderPromotion = false;
|
|
|
|
public double actionDeniedPainAmount = 2.0D;
|
|
|
|
public boolean disablePVPForFactionlessPlayers = false;
|
|
|
|
public boolean enablePVPAgainstFactionlessInAttackersLand = false;
|
|
|
|
public double territoryShieldFactor = 0.3D;
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// DENY COMMANDS
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
// commands which will be prevented if the player is a member of a permanent faction
|
|
|
|
public List<String> denyCommandsPermanentFactionMember = new ArrayList<String>();
|
|
|
|
|
|
|
|
// commands which will be prevented when in claimed territory of another faction
|
|
|
|
public Map<Rel, List<String>> denyCommandsTerritoryRelation = MUtil.map(
|
|
|
|
Rel.ENEMY, MUtil.list(
|
|
|
|
// Essentials commands
|
|
|
|
"home",
|
|
|
|
"homes",
|
|
|
|
"sethome",
|
|
|
|
"createhome",
|
|
|
|
"tpahere",
|
|
|
|
"tpaccept",
|
|
|
|
"tpyes",
|
|
|
|
"tpa",
|
|
|
|
"call",
|
|
|
|
"tpask",
|
|
|
|
"warp",
|
|
|
|
"warps",
|
|
|
|
"spawn",
|
|
|
|
// Essentials e-alliases
|
|
|
|
"ehome",
|
|
|
|
"ehomes",
|
|
|
|
"esethome",
|
|
|
|
"ecreatehome",
|
|
|
|
"etpahere",
|
|
|
|
"etpaccept",
|
|
|
|
"etpyes",
|
|
|
|
"etpa",
|
|
|
|
"ecall",
|
|
|
|
"etpask",
|
|
|
|
"ewarp",
|
|
|
|
"ewarps",
|
|
|
|
"espawn",
|
|
|
|
// Essentials fallback alliases
|
|
|
|
"essentials:home",
|
|
|
|
"essentials:homes",
|
|
|
|
"essentials:sethome",
|
|
|
|
"essentials:createhome",
|
|
|
|
"essentials:tpahere",
|
|
|
|
"essentials:tpaccept",
|
|
|
|
"essentials:tpyes",
|
|
|
|
"essentials:tpa",
|
|
|
|
"essentials:call",
|
|
|
|
"essentials:tpask",
|
|
|
|
"essentials:warp",
|
|
|
|
"essentials:warps",
|
|
|
|
"essentials:spawn",
|
|
|
|
// Other plugins
|
|
|
|
"wtp",
|
|
|
|
"uspawn",
|
|
|
|
"utp",
|
|
|
|
"mspawn",
|
|
|
|
"mtp",
|
|
|
|
"fspawn",
|
|
|
|
"ftp",
|
|
|
|
"jspawn",
|
|
|
|
"jtp"
|
|
|
|
),
|
|
|
|
Rel.NEUTRAL, new ArrayList<String>(),
|
|
|
|
Rel.TRUCE, new ArrayList<String>(),
|
|
|
|
Rel.ALLY, new ArrayList<String>(),
|
|
|
|
Rel.MEMBER, new ArrayList<String>()
|
|
|
|
);
|
|
|
|
|
2013-04-22 09:51:19 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// CHAT
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
// We offer a simple standard way to set the format
|
|
|
|
public boolean chatSetFormat = false;
|
|
|
|
public EventPriority chatSetFormatAt = EventPriority.LOWEST;
|
2013-04-24 19:01:17 +02:00
|
|
|
public String chatSetFormatTo = "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s";
|
2013-04-22 09:51:19 +02:00
|
|
|
|
|
|
|
// We offer a simple standard way to parse the chat tags
|
|
|
|
public boolean chatParseTags = true;
|
|
|
|
public EventPriority chatParseTagsAt = EventPriority.LOW;
|
|
|
|
|
2013-04-22 10:05:03 +02:00
|
|
|
// -------------------------------------------- //
|
2013-04-23 12:14:36 +02:00
|
|
|
// COLORS
|
2013-04-22 10:05:03 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2013-04-23 12:14:36 +02:00
|
|
|
public ChatColor colorMember = ChatColor.GREEN;
|
|
|
|
public ChatColor colorAlly = ChatColor.DARK_PURPLE;
|
|
|
|
public ChatColor colorTruce = ChatColor.LIGHT_PURPLE;
|
|
|
|
public ChatColor colorNeutral = ChatColor.WHITE;
|
|
|
|
public ChatColor colorEnemy = ChatColor.RED;
|
|
|
|
|
|
|
|
public ChatColor colorNoPVP = ChatColor.GOLD;
|
|
|
|
public ChatColor colorFriendlyFire = ChatColor.DARK_RED;
|
|
|
|
//public ChatColor colorWilderness = ChatColor.DARK_GREEN;
|
|
|
|
|
2013-04-22 10:05:03 +02:00
|
|
|
// -------------------------------------------- //
|
2013-04-23 12:14:36 +02:00
|
|
|
// PREFIXES
|
2013-04-22 10:05:03 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2013-04-23 12:14:36 +02:00
|
|
|
public String prefixLeader = "**";
|
|
|
|
public String prefixOfficer = "*";
|
|
|
|
public String prefixMember = "+";
|
|
|
|
public String prefixRecruit = "-";
|
2013-04-22 10:05:03 +02:00
|
|
|
|
2013-04-23 12:14:36 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// EXPLOITS
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public boolean handleExploitObsidianGenerators = true;
|
|
|
|
public boolean handleExploitEnderPearlClipping = true;
|
|
|
|
public boolean handleExploitTNTWaterlog = false;
|
|
|
|
|
2014-10-08 09:24:03 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// SEE CHUNK
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
// Use 1 or multiple of 3, 4 or 5.
|
|
|
|
public int seeChunkSteps = 5;
|
|
|
|
public long seeChunkPeriodMillis = 1000;
|
|
|
|
public int seeChunkParticleAmount = 30;
|
|
|
|
public float seeChunkParticleOffsetY = 2;
|
|
|
|
public float seeChunkParticleDeltaY = 2;
|
|
|
|
|
2013-04-23 12:14:36 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
// LOGGING
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public boolean logFactionCreate = true;
|
|
|
|
public boolean logFactionDisband = true;
|
|
|
|
public boolean logFactionJoin = true;
|
|
|
|
public boolean logFactionKick = true;
|
|
|
|
public boolean logFactionLeave = true;
|
|
|
|
public boolean logLandClaims = true;
|
|
|
|
public boolean logLandUnclaims = true;
|
|
|
|
public boolean logMoneyTransactions = true;
|
|
|
|
public boolean logPlayerCommands = true;
|
2013-08-23 10:14:23 +02:00
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// ENUMERATIONS
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2013-08-29 10:48:17 +02:00
|
|
|
public Set<Material> materialsEditOnInteract = MUtil.set(
|
2013-08-23 10:14:23 +02:00
|
|
|
Material.DIODE_BLOCK_OFF,
|
|
|
|
Material.DIODE_BLOCK_ON,
|
|
|
|
Material.NOTE_BLOCK,
|
|
|
|
Material.CAULDRON,
|
|
|
|
Material.SOIL
|
|
|
|
);
|
|
|
|
|
2013-08-29 10:48:17 +02:00
|
|
|
public Set<Material> materialsEditTools = MUtil.set(
|
2013-08-23 10:14:23 +02:00
|
|
|
Material.FIREBALL,
|
|
|
|
Material.FLINT_AND_STEEL,
|
|
|
|
Material.BUCKET,
|
|
|
|
Material.WATER_BUCKET,
|
|
|
|
Material.LAVA_BUCKET
|
|
|
|
);
|
|
|
|
|
2014-10-03 12:52:46 +02:00
|
|
|
// The duplication bug found in Spigot 1.8 protocol patch
|
|
|
|
// https://github.com/MassiveCraft/Factions/issues/693
|
|
|
|
public Set<Material> materialsEditToolsDupeBug = MUtil.set(
|
|
|
|
Material.CHEST,
|
|
|
|
Material.SIGN_POST,
|
|
|
|
Material.TRAPPED_CHEST,
|
|
|
|
Material.SIGN,
|
|
|
|
Material.WOOD_DOOR,
|
|
|
|
Material.IRON_DOOR
|
|
|
|
);
|
|
|
|
|
2013-08-29 10:48:17 +02:00
|
|
|
public Set<Material> materialsDoor = MUtil.set(
|
2013-08-23 10:14:23 +02:00
|
|
|
Material.WOODEN_DOOR,
|
|
|
|
Material.TRAP_DOOR,
|
|
|
|
Material.FENCE_GATE
|
|
|
|
);
|
|
|
|
|
2013-08-29 10:48:17 +02:00
|
|
|
public Set<Material> materialsContainer = MUtil.set(
|
2013-08-23 10:14:23 +02:00
|
|
|
Material.DISPENSER,
|
|
|
|
Material.CHEST,
|
|
|
|
Material.FURNACE,
|
|
|
|
Material.BURNING_FURNACE,
|
|
|
|
Material.JUKEBOX,
|
|
|
|
Material.BREWING_STAND,
|
|
|
|
Material.ENCHANTMENT_TABLE,
|
|
|
|
Material.ANVIL,
|
|
|
|
Material.BEACON,
|
|
|
|
Material.TRAPPED_CHEST,
|
|
|
|
Material.HOPPER,
|
|
|
|
Material.DROPPER
|
|
|
|
);
|
|
|
|
|
2014-10-03 13:16:07 +02:00
|
|
|
public Set<EntityType> entityTypesContainer = MUtil.set(
|
|
|
|
EntityType.MINECART_CHEST,
|
|
|
|
EntityType.MINECART_HOPPER
|
|
|
|
);
|
|
|
|
|
2013-08-29 10:48:17 +02:00
|
|
|
public Set<EntityType> entityTypesMonsters = MUtil.set(
|
2013-08-23 10:14:23 +02:00
|
|
|
EntityType.BLAZE,
|
|
|
|
EntityType.CAVE_SPIDER,
|
|
|
|
EntityType.CREEPER,
|
|
|
|
EntityType.ENDERMAN,
|
|
|
|
EntityType.ENDER_DRAGON,
|
|
|
|
EntityType.GHAST,
|
|
|
|
EntityType.GIANT,
|
|
|
|
EntityType.MAGMA_CUBE,
|
|
|
|
EntityType.PIG_ZOMBIE,
|
|
|
|
EntityType.SILVERFISH,
|
|
|
|
EntityType.SKELETON,
|
|
|
|
EntityType.SLIME,
|
|
|
|
EntityType.SPIDER,
|
|
|
|
EntityType.WITCH,
|
|
|
|
EntityType.WITHER,
|
|
|
|
EntityType.ZOMBIE
|
|
|
|
);
|
2014-08-21 00:38:01 +02:00
|
|
|
|
|
|
|
// -------------------------------------------- //
|
2014-09-17 13:17:33 +02:00
|
|
|
// INTEGRATION: HeroChat
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
// HeroChat: The Faction Channel
|
|
|
|
public String herochatFactionName = "Faction";
|
|
|
|
public String herochatFactionNick = "F";
|
|
|
|
public String herochatFactionFormat = "{color}[&l{nick}&r{color} &l{factions_roleprefix}&r{color}{factions_title|rp}{sender}{color}] &f{msg}";
|
|
|
|
public ChatColor herochatFactionColor = ChatColor.GREEN;
|
|
|
|
public int herochatFactionDistance = 0;
|
|
|
|
public boolean herochatFactionIsShortcutAllowed = false;
|
|
|
|
public boolean herochatFactionCrossWorld = true;
|
|
|
|
public boolean herochatFactionMuted = false;
|
|
|
|
public Set<String> herochatFactionWorlds = new HashSet<String>();
|
|
|
|
|
|
|
|
// HeroChat: The Allies Channel
|
|
|
|
public String herochatAlliesName = "Allies";
|
|
|
|
public String herochatAlliesNick = "A";
|
|
|
|
public String herochatAlliesFormat = "{color}[&l{nick}&r&f {factions_relcolor}&l{factions_roleprefix}&r{factions_relcolor}{factions_name|rp}{sender}{color}] &f{msg}";
|
|
|
|
public ChatColor herochatAlliesColor = ChatColor.DARK_PURPLE;
|
|
|
|
public int herochatAlliesDistance = 0;
|
|
|
|
public boolean herochatAlliesIsShortcutAllowed = false;
|
|
|
|
public boolean herochatAlliesCrossWorld = true;
|
|
|
|
public boolean herochatAlliesMuted = false;
|
|
|
|
public Set<String> herochatAlliesWorlds = new HashSet<String>();
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// INTEGRATION: LWC
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
2014-10-03 11:23:54 +02:00
|
|
|
public boolean lwcMustHaveBuildRightsToCreate = true;
|
|
|
|
public boolean lwcRemoveIfNoBuildRights = false;
|
|
|
|
|
2014-09-17 13:17:33 +02:00
|
|
|
public Map<EventFactionsChunkChangeType, Boolean> lwcRemoveOnChange = MUtil.map(
|
|
|
|
EventFactionsChunkChangeType.BUY, false,
|
|
|
|
EventFactionsChunkChangeType.SELL, false,
|
|
|
|
EventFactionsChunkChangeType.CONQUER, false,
|
|
|
|
EventFactionsChunkChangeType.PILLAGE, false
|
|
|
|
);
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// INTEGRATION: ECONOMY
|
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
public boolean econEnabled = false;
|
|
|
|
|
|
|
|
// TODO: Rename to include unit.
|
|
|
|
public double econLandReward = 0.00;
|
|
|
|
|
|
|
|
public String econUniverseAccount = "";
|
|
|
|
|
|
|
|
public Map<EventFactionsChunkChangeType, Double> econChunkCost = MUtil.map(
|
|
|
|
EventFactionsChunkChangeType.BUY, 30.0,
|
|
|
|
EventFactionsChunkChangeType.SELL, -20.0,
|
|
|
|
EventFactionsChunkChangeType.CONQUER, -10.0,
|
|
|
|
EventFactionsChunkChangeType.PILLAGE, -10.0
|
|
|
|
);
|
|
|
|
|
|
|
|
public double econCostCreate = 200.0;
|
|
|
|
public double econCostSethome = 0.0;
|
|
|
|
public double econCostJoin = 0.0;
|
|
|
|
public double econCostLeave = 0.0;
|
|
|
|
public double econCostKick = 0.0;
|
|
|
|
public double econCostInvite = 0.0;
|
|
|
|
public double econCostDeinvite = 0.0;
|
|
|
|
public double econCostHome = 0.0;
|
|
|
|
public double econCostName = 0.0;
|
|
|
|
public double econCostDescription = 0.0;
|
|
|
|
public double econCostTitle = 0.0;
|
2014-10-02 11:45:06 +02:00
|
|
|
public double econCostFlag = 0.0;
|
2014-09-17 13:17:33 +02:00
|
|
|
|
|
|
|
public Map<Rel, Double> econRelCost = MUtil.map(
|
|
|
|
Rel.ENEMY, 0.0,
|
|
|
|
Rel.ALLY, 0.0,
|
|
|
|
Rel.TRUCE, 0.0,
|
|
|
|
Rel.NEUTRAL, 0.0
|
|
|
|
);
|
|
|
|
|
|
|
|
//Faction banks, to pay for land claiming and other costs instead of individuals paying for them
|
|
|
|
public boolean bankEnabled = true;
|
|
|
|
//public static boolean bankMembersCanWithdraw = false; //Have to be at least moderator to withdraw or pay money to another faction
|
|
|
|
public boolean bankFactionPaysCosts = true; //The faction pays for faction command costs, such as sethome
|
|
|
|
public boolean bankFactionPaysLandCosts = true; //The faction pays for land claiming costs.
|
|
|
|
|
|
|
|
// -------------------------------------------- //
|
|
|
|
// INTEGRATION: DYNMAP
|
2014-08-21 00:38:01 +02:00
|
|
|
// -------------------------------------------- //
|
|
|
|
|
|
|
|
// Should the dynmap intagration be used?
|
|
|
|
public boolean dynmapUse = true;
|
|
|
|
|
|
|
|
// Should the dynmap updates be logged to console output?
|
|
|
|
public boolean dynmapUpdateLog = false;
|
|
|
|
|
|
|
|
// Name of the Factions layer
|
|
|
|
public String dynmapLayerName = "Factions";
|
|
|
|
|
|
|
|
// Should the layer be visible per default
|
|
|
|
public boolean dynmapLayerVisible = true;
|
|
|
|
|
|
|
|
// Ordering priority in layer menu (low goes before high - default is 0)
|
|
|
|
public int dynmapLayerPriority = 2;
|
|
|
|
|
|
|
|
// (optional) set minimum zoom level before layer is visible (0 = defalt, always visible)
|
|
|
|
public int dynmapLayerMinimumZoom = 0;
|
|
|
|
|
|
|
|
// Format for popup - substitute values for macros
|
|
|
|
//public String dynmapInfowindowFormat = "<div class=\"infowindow\"><span style=\"font-size:120%;\">%regionname%</span><br />Flags<br /><span style=\"font-weight:bold;\">%flags%</span></div>";
|
|
|
|
public String dynmapDescription =
|
|
|
|
"<div class=\"infowindow\">\n" +
|
|
|
|
"<span style=\"font-weight: bold; font-size: 150%;\">%name%</span></br>\n" +
|
|
|
|
"<span style=\"font-style: italic; font-size: 110%;\">%description%</span></br>\n" +
|
|
|
|
"</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">Leader:</span> %players.leader%</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">Officers:</span> %players.officers.count%</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">Members:</span> %players.members.count%</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">Recruits:</span> %players.recruits.count%</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">TOTAL:</span> %players.count%</br>\n" +
|
|
|
|
"</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">Age:</span> %age%</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">Bank:</span> %money%</br>\n" +
|
|
|
|
"</br>\n" +
|
|
|
|
"<span style=\"font-weight: bold;\">Flags:</span></br>\n" +
|
2014-10-03 08:07:12 +02:00
|
|
|
"%flags.table3%\n" +
|
2014-08-21 00:38:01 +02:00
|
|
|
"</div>";
|
|
|
|
|
|
|
|
// Enable the %money% macro. Only do this if you know your economy manager is thread safe.
|
|
|
|
public boolean dynmapDescriptionMoney = false;
|
|
|
|
|
|
|
|
// Allow players in faction to see one another on Dynmap (only relevant if Dynmap has 'player-info-protected' enabled)
|
|
|
|
public boolean dynmapVisibilityByFaction = true;
|
|
|
|
|
|
|
|
// Optional setting to limit which regions to show.
|
|
|
|
// If empty all regions are shown.
|
|
|
|
// Specify Faction either by name or UUID.
|
|
|
|
// To show all regions on a given world, add 'world:<worldname>' to the list.
|
|
|
|
public Set<String> dynmapVisibleFactions = new LinkedHashSet<String>();
|
|
|
|
|
|
|
|
// Optional setting to hide specific Factions.
|
|
|
|
// Specify Faction either by name or UUID.
|
|
|
|
// To hide all regions on a given world, add 'world:<worldname>' to the list.
|
|
|
|
public Set<String> dynmapHiddenFactions = new LinkedHashSet<String>();
|
|
|
|
|
|
|
|
// Region Style
|
|
|
|
public final static transient String DYNMAP_STYLE_LINE_COLOR = "#00FF00";
|
|
|
|
public final static transient double DYNMAP_STYLE_LINE_OPACITY = 0.8D;
|
|
|
|
public final static transient int DYNMAP_STYLE_LINE_WEIGHT = 3;
|
|
|
|
public final static transient String DYNMAP_STYLE_FILL_COLOR = "#00FF00";
|
|
|
|
public final static transient double DYNMAP_STYLE_FILL_OPACITY = 0.35D;
|
|
|
|
public final static transient String DYNMAP_STYLE_HOME_MARKER = "greenflag";
|
|
|
|
public final static transient boolean DYNMAP_STYLE_BOOST = false;
|
|
|
|
|
|
|
|
public DynmapStyle dynmapDefaultStyle = new DynmapStyle()
|
|
|
|
.setStrokeColor(DYNMAP_STYLE_LINE_COLOR)
|
|
|
|
.setLineOpacity(DYNMAP_STYLE_LINE_OPACITY)
|
|
|
|
.setLineWeight(DYNMAP_STYLE_LINE_WEIGHT)
|
|
|
|
.setFillColor(DYNMAP_STYLE_FILL_COLOR)
|
|
|
|
.setFillOpacity(DYNMAP_STYLE_FILL_OPACITY)
|
|
|
|
.setHomeMarker(DYNMAP_STYLE_HOME_MARKER)
|
|
|
|
.setBoost(DYNMAP_STYLE_BOOST);
|
|
|
|
|
|
|
|
// Optional per Faction style overrides. Any defined replace those in dynmapDefaultStyle.
|
|
|
|
// Specify Faction either by name or UUID.
|
|
|
|
public Map<String, DynmapStyle> dynmapFactionStyles = MUtil.map(
|
|
|
|
"SafeZone", new DynmapStyle().setStrokeColor("#FF00FF").setFillColor("#FF00FF").setBoost(false),
|
|
|
|
"WarZone", new DynmapStyle().setStrokeColor("#FF0000").setFillColor("#FF0000").setBoost(false)
|
|
|
|
);
|
2013-04-22 09:37:53 +02:00
|
|
|
|
|
|
|
}
|