diff --git a/src/main/java/com/massivecraft/factions/zcore/util/TL.java b/src/main/java/com/massivecraft/factions/zcore/util/TL.java index 058d3fc7..b1736ff0 100644 --- a/src/main/java/com/massivecraft/factions/zcore/util/TL.java +++ b/src/main/java/com/massivecraft/factions/zcore/util/TL.java @@ -50,13 +50,13 @@ public enum TL { /** * Command translations */ - COMMAND_ADMIN_NOTMEMBER("%1$s is not a member in your faction."), - COMMAND_ADMIN_NOTADMIN("You are not the faction admin."), - COMMAND_ADMIN_TARGETSELF("The target player musn't be yourself."), - COMMAND_ADMIN_DEMOTES("You have demoted %1$s from the position of faction admin."), - COMMAND_ADMIN_DEMOTED("You have been demoted from the position of faction admin by %1$s."), - COMMAND_ADMIN_PROMOTES("You have promoted %1$s to the position of faction admin."), - COMMAND_ADMIN_PROMOTED("%1$s gave %2$s the leadership of %3$s."), + COMMAND_ADMIN_NOTMEMBER("%1$s&e is not a member in your faction."), + COMMAND_ADMIN_NOTADMIN("&cYou are not the faction admin."), + COMMAND_ADMIN_TARGETSELF("&cThe target player musn't be yourself."), + COMMAND_ADMIN_DEMOTES("&eYou have demoted %1$s&e from the position of faction admin."), + COMMAND_ADMIN_DEMOTED("&eYou have been demoted from the position of faction admin by %1$s&e."), + COMMAND_ADMIN_PROMOTES("&eYou have promoted %1$s&e to the position of faction admin."), + COMMAND_ADMIN_PROMOTED("%1$s&e gave %2$s&e the leadership of %3$s&e."), COMMAND_ADMIN_DESCRIPTION("Hand over your admin rights"), COMMAND_AHOME_DESCRIPTION("Send a player to their f home no matter what."), @@ -67,10 +67,10 @@ public enum TL { COMMAND_ANNOUNCE_DESCRIPTION("Announce a message to players in faction."), - COMMAND_AUTOCLAIM_ENABLED("Now auto-claiming land for %1$s."), - COMMAND_AUTOCLAIM_DISABLED("Auto-claiming of land disabled."), - COMMAND_AUTOCLAIM_REQUIREDRANK("You must be %1$s to claim land."), - COMMAND_AUTOCLAIM_OTHERFACTION("You can't claim land for %1$s."), + COMMAND_AUTOCLAIM_ENABLED("&eNow auto-claiming land for &d%1$s&e."), + COMMAND_AUTOCLAIM_DISABLED("&eAuto-claiming of land disabled."), + COMMAND_AUTOCLAIM_REQUIREDRANK("&cYou must be &d%1$s&c to claim land."), + COMMAND_AUTOCLAIM_OTHERFACTION("&cYou can't claim land for &d%1$s&c."), COMMAND_AUTOCLAIM_DESCRIPTION("Auto-claim land as you walk around"), COMMAND_AUTOHELP_HELPFOR("Help for command \""), @@ -86,45 +86,45 @@ public enum TL { COMMAND_BANLIST_ENTRY("&7%d. &c%s &r- &a%s &r- &e%s"), COMMAND_BANLIST_NOFACTION("&4You are not in a Faction."), - COMMAND_BOOM_PEACEFULONLY("This command is only usable by factions which are specifically designated as peaceful."), + COMMAND_BOOM_PEACEFULONLY("&cThis command is only usable by factions which are specifically designated as peaceful."), COMMAND_BOOM_TOTOGGLE("to toggle explosions"), COMMAND_BOOM_FORTOGGLE("for toggling explosions"), - COMMAND_BOOM_ENABLED("%1$s has %2$s explosions in your faction's territory."), + COMMAND_BOOM_ENABLED("%1$s&e has %2$s explosions in your faction's territory."), COMMAND_BOOM_DESCRIPTION("Toggle explosions (peaceful factions only)"), - COMMAND_BYPASS_ENABLE("You have enabled admin bypass mode. You will be able to build or destroy anywhere."), + COMMAND_BYPASS_ENABLE("&eYou have enabled admin bypass mode. You will be able to build or destroy anywhere."), COMMAND_BYPASS_ENABLELOG(" has ENABLED admin bypass mode."), - COMMAND_BYPASS_DISABLE("You have disabled admin bypass mode."), + COMMAND_BYPASS_DISABLE("&eYou have disabled admin bypass mode."), COMMAND_BYPASS_DISABLELOG(" has DISABLED admin bypass mode."), COMMAND_BYPASS_DESCRIPTION("Enable admin bypass mode"), - COMMAND_CHAT_DISABLED("The built in chat channels are disabled on this server."), - COMMAND_CHAT_INVALIDMODE("Unrecognised chat mode. Please enter either 'a','f' or 'p'"), + COMMAND_CHAT_DISABLED("&cThe built in chat channels are disabled on this server."), + COMMAND_CHAT_INVALIDMODE("&cUnrecognised chat mode. &ePlease enter either 'a','f' or 'p'"), COMMAND_CHAT_DESCRIPTION("Change chat mode"), - COMMAND_CHAT_MODE_PUBLIC("Public chat mode."), - COMMAND_CHAT_MODE_ALLIANCE("Alliance only chat mode."), - COMMAND_CHAT_MODE_TRUCE("Truce only chat mode."), - COMMAND_CHAT_MODE_FACTION("Faction only chat mode."), - COMMAND_CHAT_MODE_MOD("Mod only chat mode."), + COMMAND_CHAT_MODE_PUBLIC("&ePublic chat mode."), + COMMAND_CHAT_MODE_ALLIANCE("&eAlliance only chat mode."), + COMMAND_CHAT_MODE_TRUCE("&eTruce only chat mode."), + COMMAND_CHAT_MODE_FACTION("&eFaction only chat mode."), + COMMAND_CHAT_MODE_MOD("&eMod only chat mode."), - COMMAND_CHATSPY_ENABLE("You have enabled chat spying mode."), + COMMAND_CHATSPY_ENABLE("&eYou have enabled chat spying mode."), COMMAND_CHATSPY_ENABLELOG(" has ENABLED chat spying mode."), - COMMAND_CHATSPY_DISABLE("You have disabled chat spying mode."), + COMMAND_CHATSPY_DISABLE("&eYou have disabled chat spying mode."), COMMAND_CHATSPY_DISABLELOG(" has DISABLED chat spying mode."), COMMAND_CHATSPY_DESCRIPTION("Enable admin chat spy mode"), - COMMAND_CLAIM_INVALIDRADIUS("If you specify a radius, it must be at least 1."), - COMMAND_CLAIM_DENIED("You do not have permission to claim in a radius."), + COMMAND_CLAIM_INVALIDRADIUS("&cIf you specify a radius, it must be at least 1."), + COMMAND_CLAIM_DENIED("&cYou do not have permission to claim in a radius."), COMMAND_CLAIM_DESCRIPTION("Claim land from where you are standing"), - COMMAND_CLAIMLINE_INVALIDRADIUS("If you specify a distance, it must be at least 1."), - COMMAND_CLAIMLINE_DENIED("You do not have permission to claim in a line."), + COMMAND_CLAIMLINE_INVALIDRADIUS("&cIf you specify a distance, it must be at least 1."), + COMMAND_CLAIMLINE_DENIED("&cYou do not have permission to claim in a line."), COMMAND_CLAIMLINE_DESCRIPTION("Claim land in a straight line."), - COMMAND_CLAIMLINE_ABOVEMAX("The maximum limit for claim line is %s."), - COMMAND_CLAIMLINE_NOTVALID("%s is not a cardinal direction. You may use north, east, south or west."), + COMMAND_CLAIMLINE_ABOVEMAX("&cThe maximum limit for claim line is &c%s&c."), + COMMAND_CLAIMLINE_NOTVALID("%s&c is not a cardinal direction. You may use &dnorth&c, &deast&c, &dsouth &cor &dwest&c."), - COMMAND_CONFIG_NOEXIST("No configuration setting \"%1$s\" exists."), + COMMAND_CONFIG_NOEXIST("&cNo configuration setting \"&d%1$s&c\" exists."), COMMAND_CONFIG_SET_TRUE("\" option set to true (enabled)."), COMMAND_CONFIG_SET_FALSE("\" option set to false (disabled)."), COMMAND_CONFIG_OPTIONSET("\" option set to "), @@ -151,41 +151,41 @@ public enum TL { COMMAND_CONVERT_BACKEND_INVALID("Invalid backend"), COMMAND_CONVERT_DESCRIPTION("Convert the plugin backend"), - COMMAND_CREATE_MUSTLEAVE("You must leave your current faction first."), - COMMAND_CREATE_INUSE("That tag is already in use."), + COMMAND_CREATE_MUSTLEAVE("&cYou must leave your current faction first."), + COMMAND_CREATE_INUSE("&cThat tag is already in use."), COMMAND_CREATE_TOCREATE("to create a new faction"), COMMAND_CREATE_FORCREATE("for creating a new faction"), - COMMAND_CREATE_ERROR("There was an internal error while trying to create your faction. Please try again."), - COMMAND_CREATE_CREATED("%1$s created a new faction %2$s"), - COMMAND_CREATE_YOUSHOULD("You should now: %1$s"), + COMMAND_CREATE_ERROR("&cThere was an internal error while trying to create your faction. Please try again."), + COMMAND_CREATE_CREATED("%1$s&e created a new faction %2$s"), + COMMAND_CREATE_YOUSHOULD("&eYou should now: %1$s"), COMMAND_CREATE_CREATEDLOG(" created a new faction: "), COMMAND_CREATE_DESCRIPTION("Create a new faction"), COMMAND_DEINVITE_CANDEINVITE("Players you can deinvite: "), COMMAND_DEINVITE_CLICKTODEINVITE("Click to revoke invite for %1$s"), - COMMAND_DEINVITE_ALREADYMEMBER("%1$s is already a member of %2$s"), - COMMAND_DEINVITE_MIGHTWANT("You might want to: %1$s"), - COMMAND_DEINVITE_REVOKED("%1$s revoked your invitation to %2$s."), - COMMAND_DEINVITE_REVOKES("%1$s revoked %2$s's invitation."), + COMMAND_DEINVITE_ALREADYMEMBER("%1$s&e is already a member of %2$s"), + COMMAND_DEINVITE_MIGHTWANT("&eYou might want to: %1$s"), + COMMAND_DEINVITE_REVOKED("%1$s&e revoked your invitation to &d%2$s&e."), + COMMAND_DEINVITE_REVOKES("%1$s&e revoked %2$s's&e invitation."), COMMAND_DEINVITE_DESCRIPTION("Remove a pending invitation"), - COMMAND_DELFWARP_DELETED("Deleted warp %1$s"), - COMMAND_DELFWARP_INVALID("Couldn't find warp %1$s"), + COMMAND_DELFWARP_DELETED("&eDeleted warp &6%1$s"), + COMMAND_DELFWARP_INVALID("&eCouldn't find warp &6%1$s"), COMMAND_DELFWARP_TODELETE("to delete warp"), COMMAND_DELFWARP_FORDELETE("for deleting warp"), COMMAND_DELFWARP_DESCRIPTION("Delete a faction warp"), - COMMAND_DESCRIPTION_CHANGES("You have changed the description for %1$s to:"), - COMMAND_DESCRIPTION_CHANGED("The faction %1$s changed their description to:"), + COMMAND_DESCRIPTION_CHANGES("You have changed the description for &d%1$s&e to:"), + COMMAND_DESCRIPTION_CHANGED("&eThe faction %1$s&e changed their description to:"), COMMAND_DESCRIPTION_TOCHANGE("to change faction description"), COMMAND_DESCRIPTION_FORCHANGE("for changing faction description"), COMMAND_DESCRIPTION_DESCRIPTION("Change the faction description"), - COMMAND_DISBAND_IMMUTABLE("You cannot disband the Wilderness, SafeZone, or WarZone."), - COMMAND_DISBAND_MARKEDPERMANENT("This faction is designated as permanent, so you cannot disband it."), - COMMAND_DISBAND_BROADCAST_YOURS("%1$s disbanded your faction."), - COMMAND_DISBAND_BROADCAST_NOTYOURS("%1$s disbanded the faction %2$s."), - COMMAND_DISBAND_HOLDINGS("You have been given the disbanded faction's bank, totaling %1$s."), + COMMAND_DISBAND_IMMUTABLE("&eYou cannot disband the Wilderness, SafeZone, or WarZone."), + COMMAND_DISBAND_MARKEDPERMANENT("&eThis faction is designated as permanent, so you cannot disband it."), + COMMAND_DISBAND_BROADCAST_YOURS("&d%1$s&e disbanded your faction."), + COMMAND_DISBAND_BROADCAST_NOTYOURS("&d%1$s&e disbanded the faction %2$s."), + COMMAND_DISBAND_HOLDINGS("&eYou have been given the disbanded faction's bank, totaling %1$s."), COMMAND_DISBAND_DESCRIPTION("Disband a faction"), COMMAND_FLY_DISABLED("&cSorry, Faction flight is disabled on this server"), @@ -195,9 +195,9 @@ public enum TL { COMMAND_FLY_NO_ACCESS("&cCannot fly in territory of %1$s"), COMMAND_FWARP_CLICKTOWARP("Click to warp!"), - COMMAND_FWARP_COMMANDFORMAT("/f warp [password]"), - COMMAND_FWARP_WARPED("Warped to %1$s"), - COMMAND_FWARP_INVALID("Couldn't find warp %1$s"), + COMMAND_FWARP_COMMANDFORMAT("&e/f warp [password]"), + COMMAND_FWARP_WARPED("&eWarped to &6%1$s"), + COMMAND_FWARP_INVALID("&eCouldn't find warp &6%1$s"), COMMAND_FWARP_TOWARP("to warp"), COMMAND_FWARP_FORWARPING("for warping"), COMMAND_FWARP_WARPS("Warps: "), @@ -205,53 +205,53 @@ public enum TL { COMMAND_FWARP_INVALID_PASSWORD("&4Invalid password!"), COMMAND_FWARP_PASSWORD_REQUIRED("&cThis faction warp requires a password, use command instead"), - COMMAND_HELP_404("This page does not exist"), - COMMAND_HELP_NEXTCREATE("Learn how to create a faction on the next page."), - COMMAND_HELP_INVITATIONS("command.help.invitations", "You might want to close it and use invitations:"), - COMMAND_HELP_HOME("And don't forget to set your home:"), - COMMAND_HELP_BANK_1("Your faction has a bank which is used to pay for certain"), - COMMAND_HELP_BANK_2("things, so it will need to have money deposited into it."), - COMMAND_HELP_BANK_3("To learn more, use the money command."), - COMMAND_HELP_PLAYERTITLES("Player titles are just for fun. No rules connected to them."), - COMMAND_HELP_OWNERSHIP_1("Claimed land with ownership set is further protected so"), - COMMAND_HELP_OWNERSHIP_2("that only the owner(s), faction admin, and possibly the"), - COMMAND_HELP_OWNERSHIP_3("faction moderators have full access."), - COMMAND_HELP_RELATIONS_1("Set the relation you WISH to have with another faction."), - COMMAND_HELP_RELATIONS_2("Your default relation with other factions will be neutral."), - COMMAND_HELP_RELATIONS_3("If BOTH factions choose \"ally\" you will be allies."), - COMMAND_HELP_RELATIONS_4("If ONE faction chooses \"enemy\" you will be enemies."), - COMMAND_HELP_RELATIONS_5("You can never hurt members or allies."), - COMMAND_HELP_RELATIONS_6("You can not hurt neutrals in their own territory."), - COMMAND_HELP_RELATIONS_7("You can always hurt enemies and players without faction."), + COMMAND_HELP_404("&cThis page does not exist"), + COMMAND_HELP_NEXTCREATE("&eLearn how to create a faction on the next page."), + COMMAND_HELP_INVITATIONS("command.help.invitations", "&eYou might want to close it and use invitations:"), + COMMAND_HELP_HOME("&eAnd don't forget to set your home:"), + COMMAND_HELP_BANK_1("&eYour faction has a bank which is used to pay for certain"), + COMMAND_HELP_BANK_2("ðings, so it will need to have money deposited into it."), + COMMAND_HELP_BANK_3("&eTo learn more, use the money command."), + COMMAND_HELP_PLAYERTITLES("&ePlayer titles are just for fun. No rules connected to them."), + COMMAND_HELP_OWNERSHIP_1("&eClaimed land with ownership set is further protected so"), + COMMAND_HELP_OWNERSHIP_2("ðat only the owner(s), faction admin, and possibly the"), + COMMAND_HELP_OWNERSHIP_3("&efaction moderators have full access."), + COMMAND_HELP_RELATIONS_1("&eSet the relation you WISH to have with another faction."), + COMMAND_HELP_RELATIONS_2("&eYour default relation with other factions will be neutral."), + COMMAND_HELP_RELATIONS_3("&eIf BOTH factions choose \"ally\" you will be allies."), + COMMAND_HELP_RELATIONS_4("&eIf ONE faction chooses \"enemy\" you will be enemies."), + COMMAND_HELP_RELATIONS_5("&eYou can never hurt members or allies."), + COMMAND_HELP_RELATIONS_6("&eYou can not hurt neutrals in their own territory."), + COMMAND_HELP_RELATIONS_7("&eYou can always hurt enemies and players without faction."), COMMAND_HELP_RELATIONS_8(""), - COMMAND_HELP_RELATIONS_9("Damage from enemies is reduced in your own territory."), - COMMAND_HELP_RELATIONS_10("When you die you lose power. It is restored over time."), - COMMAND_HELP_RELATIONS_11("The power of a faction is the sum of all member power."), - COMMAND_HELP_RELATIONS_12("The power of a faction determines how much land it can hold."), - COMMAND_HELP_RELATIONS_13("You can claim land from factions with too little power."), - COMMAND_HELP_PERMISSIONS_1("Only faction members can build and destroy in their own"), - COMMAND_HELP_PERMISSIONS_2("territory. Usage of the following items is also restricted:"), - COMMAND_HELP_PERMISSIONS_3("Door, Chest, Furnace, Dispenser, Diode."), + COMMAND_HELP_RELATIONS_9("&eDamage from enemies is reduced in your own territory."), + COMMAND_HELP_RELATIONS_10("&eWhen you die you lose power. It is restored over time."), + COMMAND_HELP_RELATIONS_11("&eThe power of a faction is the sum of all member power."), + COMMAND_HELP_RELATIONS_12("&eThe power of a faction determines how much land it can hold."), + COMMAND_HELP_RELATIONS_13("&eYou can claim land from factions with too little power."), + COMMAND_HELP_PERMISSIONS_1("&eOnly faction members can build and destroy in their own"), + COMMAND_HELP_PERMISSIONS_2("&eterritory. Usage of the following items is also restricted:"), + COMMAND_HELP_PERMISSIONS_3("&eDoor, Chest, Furnace, Dispenser, Diode."), COMMAND_HELP_PERMISSIONS_4(""), - COMMAND_HELP_PERMISSIONS_5("Make sure to put pressure plates in front of doors for your"), - COMMAND_HELP_PERMISSIONS_6("guest visitors. Otherwise they can't get through. You can"), - COMMAND_HELP_PERMISSIONS_7("also use this to create member only areas."), - COMMAND_HELP_PERMISSIONS_8("As dispensers are protected, you can create traps without"), - COMMAND_HELP_PERMISSIONS_9("worrying about those arrows getting stolen."), - COMMAND_HELP_ADMIN_1("/f claim safezone claim land for the Safe Zone"), - COMMAND_HELP_ADMIN_2("/f claim warzone claim land for the War Zone"), - COMMAND_HELP_ADMIN_3("/f autoclaim [safezone|warzone] take a guess"), + COMMAND_HELP_PERMISSIONS_5("&eMake sure to put pressure plates in front of doors for your"), + COMMAND_HELP_PERMISSIONS_6("&eguest visitors. Otherwise they can't get through. You can"), + COMMAND_HELP_PERMISSIONS_7("&ealso use this to create member only areas."), + COMMAND_HELP_PERMISSIONS_8("&eAs dispensers are protected, you can create traps without"), + COMMAND_HELP_PERMISSIONS_9("&eworrying about those arrows getting stolen."), + COMMAND_HELP_ADMIN_1("&b/f claim safezone &eclaim land for the Safe Zone"), + COMMAND_HELP_ADMIN_2("&b/f claim warzone &eclaim land for the War Zone"), + COMMAND_HELP_ADMIN_3("&b/f autoclaim [safezone|warzone] &etake a guess"), COMMAND_HELP_MOAR_1("Finally some commands for the server admins:"), - COMMAND_HELP_MOAR_2("More commands for server admins:"), - COMMAND_HELP_MOAR_3("Even more commands for server admins:"), + COMMAND_HELP_MOAR_2("&eMore commands for server admins:"), + COMMAND_HELP_MOAR_3("&eEven more commands for server admins:"), COMMAND_HELP_DESCRIPTION("Display a help page"), - COMMAND_HOME_DISABLED("Sorry, Faction homes are disabled on this server."), - COMMAND_HOME_TELEPORTDISABLED("Sorry, the ability to teleport to Faction homes is disabled on this server."), - COMMAND_HOME_NOHOME("Your faction does not have a home. "), - COMMAND_HOME_INENEMY("You cannot teleport to your faction home while in the territory of an enemy faction."), - COMMAND_HOME_WRONGWORLD("You cannot teleport to your faction home while in a different world."), - COMMAND_HOME_ENEMYNEAR("You cannot teleport to your faction home while an enemy is within %s blocks of you."), + COMMAND_HOME_DISABLED("&cSorry, Faction homes are disabled on this server."), + COMMAND_HOME_TELEPORTDISABLED("&cSorry, the ability to teleport to Faction homes is disabled on this server."), + COMMAND_HOME_NOHOME("&cYour faction does not have a home. "), + COMMAND_HOME_INENEMY("&cYou cannot teleport to your faction home while in the territory of an enemy faction."), + COMMAND_HOME_WRONGWORLD("&cYou cannot teleport to your faction home while in a different world."), + COMMAND_HOME_ENEMYNEAR("&cYou cannot teleport to your faction home while an enemy is within %s blocks of you."), COMMAND_HOME_TOTELEPORT("to teleport to your faction home"), COMMAND_HOME_FORTELEPORT("for teleporting to your faction home"), COMMAND_HOME_DESCRIPTION("Teleport to the faction home"), @@ -260,24 +260,24 @@ public enum TL { COMMAND_INVITE_FORINVITE("for inviting someone"), COMMAND_INVITE_CLICKTOJOIN("Click to join!"), COMMAND_INVITE_INVITEDYOU(" has invited you to join "), - COMMAND_INVITE_INVITED("%1$s invited %2$s to your faction."), - COMMAND_INVITE_ALREADYMEMBER("%1$s is already a member of %2$s"), + COMMAND_INVITE_INVITED("%1$s&e invited %2$s&e to your faction."), + COMMAND_INVITE_ALREADYMEMBER("%1$s&e is already a member of %2$s"), COMMAND_INVITE_DESCRIPTION("Invite a player to your faction"), COMMAND_INVITE_BANNED("&7%1$s &cis banned from your Faction. Not sending an invite."), - COMMAND_JOIN_CANNOTFORCE("You do not have permission to move other players into a faction."), - COMMAND_JOIN_SYSTEMFACTION("Players may only join normal factions. This is a system faction."), - COMMAND_JOIN_ALREADYMEMBER("%1$s %2$s already a member of %3$s"), - COMMAND_JOIN_ATLIMIT(" ! The faction %1$s is at the limit of %2$d members, so %3$s cannot currently join."), - COMMAND_JOIN_INOTHERFACTION("%1$s must leave %2$s current faction first."), - COMMAND_JOIN_NEGATIVEPOWER("%1$s cannot join a faction with a negative power level."), - COMMAND_JOIN_REQUIRESINVITATION("This faction requires invitation."), - COMMAND_JOIN_ATTEMPTEDJOIN("%1$s tried to join your faction."), + COMMAND_JOIN_CANNOTFORCE("&cYou do not have permission to move other players into a faction."), + COMMAND_JOIN_SYSTEMFACTION("&cPlayers may only join normal factions. This is a system faction."), + COMMAND_JOIN_ALREADYMEMBER("&c%1$s %2$s already a member of %3$s"), + COMMAND_JOIN_ATLIMIT(" &c! The faction %1$s is at the limit of %2$d members, so %3$s cannot currently join."), + COMMAND_JOIN_INOTHERFACTION("&c%1$s must leave %2$s current faction first."), + COMMAND_JOIN_NEGATIVEPOWER("&c%1$s cannot join a faction with a negative power level."), + COMMAND_JOIN_REQUIRESINVITATION("&eThis faction requires invitation."), + COMMAND_JOIN_ATTEMPTEDJOIN("%1$s&e tried to join your faction."), COMMAND_JOIN_TOJOIN("to join a faction"), COMMAND_JOIN_FORJOIN("for joining a faction"), - COMMAND_JOIN_SUCCESS("%1$s successfully joined %2$s."), - COMMAND_JOIN_MOVED("%1$s moved you into the faction %2$s."), - COMMAND_JOIN_JOINED("%1$s joined your faction."), + COMMAND_JOIN_SUCCESS("&e%1$s successfully joined %2$s."), + COMMAND_JOIN_MOVED("&e%1$s moved you into the faction %2$s."), + COMMAND_JOIN_JOINED("&e%1$s joined your faction."), COMMAND_JOIN_JOINEDLOG("%1$s joined the faction %2$s."), COMMAND_JOIN_MOVEDLOG("%1$s moved the player %2$s into the faction %3$s."), COMMAND_JOIN_DESCRIPTION("Join a faction"), @@ -285,16 +285,16 @@ public enum TL { COMMAND_KICK_CANDIDATES("Players you can kick: "), COMMAND_KICK_CLICKTOKICK("Click to kick "), - COMMAND_KICK_SELF("You cannot kick yourself."), + COMMAND_KICK_SELF("&cYou cannot kick yourself."), COMMAND_KICK_NONE("That player is not in a faction."), - COMMAND_KICK_NOTMEMBER("%1$s is not a member of %2$s"), - COMMAND_KICK_INSUFFICIENTRANK("Your rank is too low to kick this player."), - COMMAND_KICK_NEGATIVEPOWER("You cannot kick that member until their power is positive."), + COMMAND_KICK_NOTMEMBER("%1$s&c is not a member of %2$s"), + COMMAND_KICK_INSUFFICIENTRANK("&cYour rank is too low to kick this player."), + COMMAND_KICK_NEGATIVEPOWER("&cYou cannot kick that member until their power is positive."), COMMAND_KICK_TOKICK("to kick someone from the faction"), COMMAND_KICK_FORKICK("for kicking someone from the faction"), - COMMAND_KICK_FACTION("%1$s kicked %2$s from the faction! :O"), //message given to faction members - COMMAND_KICK_KICKS("You kicked %1$s from the faction %2$s!"), //kicker perspective - COMMAND_KICK_KICKED("%1$s kicked you from %2$s! :O"), //kicked player perspective + COMMAND_KICK_FACTION("%1$s&e kicked %2$s&e from the faction! :O"), //message given to faction members + COMMAND_KICK_KICKS("&eYou kicked %1$s&e from the faction %2$s&e!"), //kicker perspective + COMMAND_KICK_KICKED("%1$s&e kicked you from %2$s&e! :O"), //kicked player perspective COMMAND_KICK_DESCRIPTION("Kick a player from the faction"), COMMAND_LIST_FACTIONLIST("Faction List "), @@ -303,17 +303,17 @@ public enum TL { COMMAND_LIST_ONLINEFACTIONLESS("Online factionless: "), COMMAND_LIST_DESCRIPTION("See a list of the factions"), - COMMAND_LOCK_LOCKED("Factions is now locked"), - COMMAND_LOCK_UNLOCKED("Factions in now unlocked"), + COMMAND_LOCK_LOCKED("&eFactions is now locked"), + COMMAND_LOCK_UNLOCKED("&eFactions in now unlocked"), COMMAND_LOCK_DESCRIPTION("Lock all write stuff. Apparently."), - COMMAND_LOGINS_TOGGLE("Set login / logout notifications for Faction members to: %s"), + COMMAND_LOGINS_TOGGLE("&eSet login / logout notifications for Faction members to: &6%s"), COMMAND_LOGINS_DESCRIPTION("Toggle(?) login / logout notifications for Faction members"), COMMAND_MAP_TOSHOW("to show the map"), COMMAND_MAP_FORSHOW("for showing the map"), - COMMAND_MAP_UPDATE_ENABLED("Map auto update ENABLED."), - COMMAND_MAP_UPDATE_DISABLED("Map auto update DISABLED."), + COMMAND_MAP_UPDATE_ENABLED("&eMap auto update ENABLED."), + COMMAND_MAP_UPDATE_DISABLED("&eMap auto update DISABLED."), COMMAND_MAP_DESCRIPTION("Show the territory map, and set optional auto update"), COMMAND_MAPHEIGHT_DESCRIPTION("&eUpdate the lines that /f map sends"), @@ -322,20 +322,20 @@ public enum TL { COMMAND_MOD_CANDIDATES("Players you can promote: "), COMMAND_MOD_CLICKTOPROMOTE("Click to promote "), - COMMAND_MOD_NOTMEMBER("%1$s is not a member in your faction."), - COMMAND_MOD_NOTADMIN("You are not the faction admin."), - COMMAND_MOD_SELF("The target player musn't be yourself."), - COMMAND_MOD_TARGETISADMIN("The target player is a faction admin. Demote them first."), - COMMAND_MOD_REVOKES("You have removed moderator status from %1$s."), - COMMAND_MOD_REVOKED("%1$s is no longer moderator in your faction."), - COMMAND_MOD_PROMOTES("%1$s was promoted to moderator in your faction."), - COMMAND_MOD_PROMOTED("You have promoted %1$s to moderator."), + COMMAND_MOD_NOTMEMBER("%1$s&c is not a member in your faction."), + COMMAND_MOD_NOTADMIN("&cYou are not the faction admin."), + COMMAND_MOD_SELF("&cThe target player musn't be yourself."), + COMMAND_MOD_TARGETISADMIN("&cThe target player is a faction admin. Demote them first."), + COMMAND_MOD_REVOKES("&eYou have removed moderator status from %1$s&e."), + COMMAND_MOD_REVOKED("%1$s&e is no longer moderator in your faction."), + COMMAND_MOD_PROMOTES("%1$s&e was promoted to moderator in your faction."), + COMMAND_MOD_PROMOTED("&eYou have promoted %1$s&e to moderator."), COMMAND_MOD_DESCRIPTION("Give or revoke moderator rights"), - COMMAND_MODIFYPOWER_ADDED("Added %1$f power to %2$s. New total rounded power: %3$d"), + COMMAND_MODIFYPOWER_ADDED("&eAdded &6%1$f &epower to &6%2$s. &eNew total rounded power: &6%3$d"), COMMAND_MODIFYPOWER_DESCRIPTION("Modify the power of a faction/player"), - COMMAND_MONEY_LONG("The faction money commands."), + COMMAND_MONEY_LONG("&eThe faction money commands."), COMMAND_MONEY_DESCRIPTION("Faction money commands"), COMMAND_MONEYBALANCE_SHORT("show faction balance"), @@ -360,32 +360,32 @@ public enum TL { COMMAND_OPEN_FOROPEN("for opening or closing the faction"), COMMAND_OPEN_OPEN("open"), COMMAND_OPEN_CLOSED("closed"), - COMMAND_OPEN_CHANGES("%1$s changed the faction to %2$s."), - COMMAND_OPEN_CHANGED("The faction %1$s is now %2$s"), + COMMAND_OPEN_CHANGES("%1$s&e changed the faction to &d%2$s&e."), + COMMAND_OPEN_CHANGED("&eThe faction %1$s&e is now %2$s"), COMMAND_OPEN_DESCRIPTION("Switch if invitation is required to join"), - COMMAND_OWNER_DISABLED("Sorry, but owned areas are disabled on this server."), - COMMAND_OWNER_LIMIT("Sorry, but you have reached the server's limit of %1$d owned areas per faction."), - COMMAND_OWNER_WRONGFACTION("This land is not claimed by your faction, so you can't set ownership of it."), - COMMAND_OWNER_NOTCLAIMED("This land is not claimed by a faction. Ownership is not possible."), - COMMAND_OWNER_NOTMEMBER("%1$s is not a member of this faction."), - COMMAND_OWNER_CLEARED("You have cleared ownership for this claimed area."), - COMMAND_OWNER_REMOVED("You have removed ownership of this claimed land from %1$s."), + COMMAND_OWNER_DISABLED("&cSorry, but owned areas are disabled on this server."), + COMMAND_OWNER_LIMIT("&cSorry, but you have reached the server's &dlimit of %1$d &cowned areas per faction."), + COMMAND_OWNER_WRONGFACTION("&cThis land is not claimed by your faction, so you can't set ownership of it."), + COMMAND_OWNER_NOTCLAIMED("&cThis land is not claimed by a faction. Ownership is not possible."), + COMMAND_OWNER_NOTMEMBER("%1$s&e is not a member of this faction."), + COMMAND_OWNER_CLEARED("&eYou have cleared ownership for this claimed area."), + COMMAND_OWNER_REMOVED("&eYou have removed ownership of this claimed land from %1$s&e."), COMMAND_OWNER_TOSET("to set ownership of claimed land"), COMMAND_OWNER_FORSET("for setting ownership of claimed land"), - COMMAND_OWNER_ADDED("You have added %1$s to the owner list for this claimed land."), + COMMAND_OWNER_ADDED("&eYou have added %1$s&e to the owner list for this claimed land."), COMMAND_OWNER_DESCRIPTION("Set ownership of claimed land"), - COMMAND_OWNERLIST_DISABLED("Sorry, but owned areas are disabled on this server."),//dup-> - COMMAND_OWNERLIST_WRONGFACTION("This land is not claimed by your faction."),//eq - COMMAND_OWNERLIST_NOTCLAIMED("This land is not claimed by any faction, thus no owners."),//eq - COMMAND_OWNERLIST_NONE("No owners are set here; everyone in the faction has access."), - COMMAND_OWNERLIST_OWNERS("Current owner(s) of this land: %1$s"), + COMMAND_OWNERLIST_DISABLED("&cSorry, but owned areas are disabled on this server."),//dup-> + COMMAND_OWNERLIST_WRONGFACTION("&cThis land is not claimed by your faction."),//eq + COMMAND_OWNERLIST_NOTCLAIMED("&eThis land is not claimed by any faction, thus no owners."),//eq + COMMAND_OWNERLIST_NONE("&eNo owners are set here; everyone in the faction has access."), + COMMAND_OWNERLIST_OWNERS("&eCurrent owner(s) of this land: %1$s"), COMMAND_OWNERLIST_DESCRIPTION("List owner(s) of this claimed land"), COMMAND_PEACEFUL_DESCRIPTION("Set a faction to peaceful"), COMMAND_PEACEFUL_YOURS("%1$s has %2$s your faction"), - COMMAND_PEACEFUL_OTHER("%s has %s the faction '%s'."), + COMMAND_PEACEFUL_OTHER("%s&e has %s the faction '%s&e'."), COMMAND_PEACEFUL_GRANT("granted peaceful status to"), COMMAND_PEACEFUL_REVOKE("removed peaceful status from"), @@ -400,7 +400,7 @@ public enum TL { COMMAND_PERMANENT_GRANT("added permanent status to"), COMMAND_PERMANENT_REVOKE("removed permanent status from"), COMMAND_PERMANENT_YOURS("%1$s has %2$s your faction"), - COMMAND_PERMANENT_OTHER("%s has %s the faction '%s'."), + COMMAND_PERMANENT_OTHER("%s&e has %s the faction '%s&e'."), COMMAND_PROMOTE_TARGET("You've been %1$s to %2$s"), COMMAND_PROMOTE_SUCCESS("You successfully %1$s %2$s to %3$s"), COMMAND_PROMOTE_PROMOTED("promoted"), @@ -409,8 +409,8 @@ public enum TL { COMMAND_PERMANENTPOWER_DESCRIPTION("Toggle faction power permanence"), //TODO: This a real word? COMMAND_PERMANENTPOWER_GRANT("added permanentpower status to"), COMMAND_PERMANENTPOWER_REVOKE("removed permanentpower status from"), - COMMAND_PERMANENTPOWER_SUCCESS("You %s %s."), - COMMAND_PERMANENTPOWER_FACTION("%s %s your faction"), + COMMAND_PERMANENTPOWER_SUCCESS("&eYou %s &d%s&e."), + COMMAND_PERMANENTPOWER_FACTION("%s&e %s your faction"), COMMAND_PROMOTE_DESCRIPTION("/f promote "), COMMAND_PROMOTE_WRONGFACTION("%1$s is not part of your faction."), @@ -420,44 +420,44 @@ public enum TL { COMMAND_POWER_TOSHOW("to show player power info"), COMMAND_POWER_FORSHOW("for showing player power info"), - COMMAND_POWER_POWER("%1$s - Power / Maxpower: %2$d / %3$d %4$s"), + COMMAND_POWER_POWER("%1$s&6 - Power / Maxpower: &e%2$d / %3$d %4$s"), COMMAND_POWER_BONUS(" (bonus: "), COMMAND_POWER_PENALTY(" (penalty: "), COMMAND_POWER_DESCRIPTION("Show player power info"), - COMMAND_POWERBOOST_HELP_1("You must specify \"p\" or \"player\" to target a player or \"f\" or \"faction\" to target a faction."), - COMMAND_POWERBOOST_HELP_2("ex. /f powerboost p SomePlayer 0.5 -or- /f powerboost f SomeFaction -5"), - COMMAND_POWERBOOST_INVALIDNUM("You must specify a valid numeric value for the power bonus/penalty amount."), + COMMAND_POWERBOOST_HELP_1("&cYou must specify \"p\" or \"player\" to target a player or \"f\" or \"faction\" to target a faction."), + COMMAND_POWERBOOST_HELP_2("&cex. /f powerboost p SomePlayer 0.5 -or- /f powerboost f SomeFaction -5"), + COMMAND_POWERBOOST_INVALIDNUM("&cYou must specify a valid numeric value for the power bonus/penalty amount."), COMMAND_POWERBOOST_PLAYER("Player \"%1$s\""), COMMAND_POWERBOOST_FACTION("Faction \"%1$s\""), - COMMAND_POWERBOOST_BOOST("%1$s now has a power bonus/penalty of %2$d to min and max power levels."), + COMMAND_POWERBOOST_BOOST("&e%1$s now has a power bonus/penalty of %2$d to min and max power levels."), COMMAND_POWERBOOST_BOOSTLOG("%1$s has set the power bonus/penalty for %2$s to %3$d."), COMMAND_POWERBOOST_DESCRIPTION("Apply permanent power bonus/penalty to specified player or faction"), - COMMAND_RELATIONS_ALLTHENOPE("Nope! You can't."), - COMMAND_RELATIONS_MORENOPE("Nope! You can't declare a relation to yourself :)"), - COMMAND_RELATIONS_ALREADYINRELATIONSHIP("You already have that relation wish set with %1$s."), + COMMAND_RELATIONS_ALLTHENOPE("&cNope! You can't."), + COMMAND_RELATIONS_MORENOPE("&cNope! You can't declare a relation to yourself :)"), + COMMAND_RELATIONS_ALREADYINRELATIONSHIP("&cYou already have that relation wish set with %1$s."), COMMAND_RELATIONS_TOMARRY("to change a relation wish"), COMMAND_RELATIONS_FORMARRY("for changing a relation wish"), - COMMAND_RELATIONS_MUTUAL("Your faction is now %1$s to %2$s"), - COMMAND_RELATIONS_PEACEFUL("This will have no effect while your faction is peaceful."), - COMMAND_RELATIONS_PEACEFULOTHER("This will have no effect while their faction is peaceful."), + COMMAND_RELATIONS_MUTUAL("&eYour faction is now %1$s&e to %2$s"), + COMMAND_RELATIONS_PEACEFUL("&eThis will have no effect while your faction is peaceful."), + COMMAND_RELATIONS_PEACEFULOTHER("&eThis will have no effect while their faction is peaceful."), COMMAND_RELATIONS_DESCRIPTION("Set relation wish to another faction"), - COMMAND_RELATIONS_EXCEEDS_ME("Failed to set relation wish. You can only have %1$s %2$s."), - COMMAND_RELATIONS_EXCEEDS_THEY("Failed to set relation wish. They can only have %1$s %2$s."), + COMMAND_RELATIONS_EXCEEDS_ME("&eFailed to set relation wish. You can only have %1$s %2$s."), + COMMAND_RELATIONS_EXCEEDS_THEY("&eFailed to set relation wish. They can only have %1$s %2$s."), - COMMAND_RELATIONS_PROPOSAL_1("%1$s wishes to be your %2$s"), - COMMAND_RELATIONS_PROPOSAL_2("Type /%1$s %2$s %3$s to accept."), - COMMAND_RELATIONS_PROPOSAL_SENT("%1$s were informed that you wish to be %2$s"), + COMMAND_RELATIONS_PROPOSAL_1("%1$s&e wishes to be your %2$s"), + COMMAND_RELATIONS_PROPOSAL_2("&eType &b/%1$s %2$s %3$s&e to accept."), + COMMAND_RELATIONS_PROPOSAL_SENT("%1$s&e were informed that you wish to be %2$s"), - COMMAND_RELOAD_TIME("Reloaded all configuration files from disk, took %1$d ms."), + COMMAND_RELOAD_TIME("&eReloaded &dall configuration files &efrom disk, took &d%1$d ms&e."), COMMAND_RELOAD_DESCRIPTION("Reload data file(s) from disk"), COMMAND_SAFEUNCLAIMALL_DESCRIPTION("Unclaim all safezone land"), - COMMAND_SAFEUNCLAIMALL_UNCLAIMED("You unclaimed ALL safe zone land."), + COMMAND_SAFEUNCLAIMALL_UNCLAIMED("&eYou unclaimed ALL safe zone land."), COMMAND_SAFEUNCLAIMALL_UNCLAIMEDLOG("%1$s unclaimed all safe zones."), - COMMAND_SAVEALL_SUCCESS("Factions saved to disk!"), + COMMAND_SAVEALL_SUCCESS("&eFactions saved to disk!"), COMMAND_SAVEALL_DESCRIPTION("Save all data to disk"), COMMAND_SCOREBOARD_DESCRIPTION("Scoreboardy things"), @@ -467,19 +467,19 @@ public enum TL { COMMAND_SETDEFAULTROLE_SUCCESS("Set default role of your faction to %1$s"), COMMAND_SETDEFAULTROLE_INVALIDROLE("Couldn't find matching role for %1$s"), - COMMAND_SETFWARP_NOTCLAIMED("You can only set warps in your faction territory."), - COMMAND_SETFWARP_LIMIT("Your Faction already has the max amount of warps set (%1$d)."), - COMMAND_SETFWARP_SET("Set warp %1$s and password '%2$s' to your location."), + COMMAND_SETFWARP_NOTCLAIMED("&eYou can only set warps in your faction territory."), + COMMAND_SETFWARP_LIMIT("&eYour Faction already has the max amount of warps set &6(%1$d)."), + COMMAND_SETFWARP_SET("&eSet warp &6%1$s and password &b'%2$s' &eto your location."), COMMAND_SETFWARP_TOSET("to set warp"), COMMAND_SETFWARP_FORSET("for setting warp"), COMMAND_SETFWARP_DESCRIPTION("Set a faction warp"), - COMMAND_SETHOME_DISABLED("Sorry, Faction homes are disabled on this server."), - COMMAND_SETHOME_NOTCLAIMED("Sorry, your faction home can only be set inside your own claimed territory."), + COMMAND_SETHOME_DISABLED("&cSorry, Faction homes are disabled on this server."), + COMMAND_SETHOME_NOTCLAIMED("&cSorry, your faction home can only be set inside your own claimed territory."), COMMAND_SETHOME_TOSET("to set the faction home"), COMMAND_SETHOME_FORSET("for setting the faction home"), - COMMAND_SETHOME_SET("%1$s set the home for your faction. You can now use:"), - COMMAND_SETHOME_SETOTHER("You have set the home for the %1$s faction."), + COMMAND_SETHOME_SET("%1$s&e set the home for your faction. You can now use:"), + COMMAND_SETHOME_SETOTHER("&cYou have set the home for the %1$s&e faction."), COMMAND_SETHOME_DESCRIPTION("Set the faction home"), COMMAND_SETMAXVAULTS_DESCRIPTION("Set max vaults for a Faction."), @@ -492,26 +492,26 @@ public enum TL { COMMAND_SHOW_NOFACTION_OTHER("That's not a faction"), COMMAND_SHOW_TOSHOW("to show faction information"), COMMAND_SHOW_FORSHOW("for showing faction information"), - COMMAND_SHOW_DESCRIPTION("Description: %1$s"), + COMMAND_SHOW_DESCRIPTION("&6Description: &e%1$s"), COMMAND_SHOW_PEACEFUL("This faction is Peaceful"), - COMMAND_SHOW_PERMANENT("This faction is permanent, remaining even with no members."), - COMMAND_SHOW_JOINING("Joining: %1$s "), + COMMAND_SHOW_PERMANENT("&6This faction is permanent, remaining even with no members."), + COMMAND_SHOW_JOINING("&6Joining: &e%1$s "), COMMAND_SHOW_INVITATION("invitation is required"), COMMAND_SHOW_UNINVITED("no invitation is needed"), COMMAND_SHOW_NOHOME("n/a"), - COMMAND_SHOW_POWER("Land / Power / Maxpower: %1$d/%2$d/%3$d %4$s."), + COMMAND_SHOW_POWER("&6Land / Power / Maxpower: &e %1$d/%2$d/%3$d %4$s."), COMMAND_SHOW_BONUS(" (bonus: "), COMMAND_SHOW_PENALTY(" (penalty: "), COMMAND_SHOW_DEPRECIATED("(%1$s depreciated)"), //This is spelled correctly. - COMMAND_SHOW_LANDVALUE("Total land value: %1$s %2$s"), - COMMAND_SHOW_BANKCONTAINS("Bank contains: %1$s"), + COMMAND_SHOW_LANDVALUE("&6Total land value: &e%1$s %2$s"), + COMMAND_SHOW_BANKCONTAINS("&6Bank contains: &e%1$s"), COMMAND_SHOW_ALLIES("Allies: "), COMMAND_SHOW_ENEMIES("Enemies: "), COMMAND_SHOW_MEMBERSONLINE("Members online: "), COMMAND_SHOW_MEMBERSOFFLINE("Members offline: "), COMMAND_SHOW_COMMANDDESCRIPTION("Show faction information"), - COMMAND_SHOW_DEATHS_TIL_RAIDABLE("DTR: %1$d"), - COMMAND_SHOW_EXEMPT("This faction is exempt and cannot be seen."), + COMMAND_SHOW_DEATHS_TIL_RAIDABLE("&eDTR: %1$d"), + COMMAND_SHOW_EXEMPT("&cThis faction is exempt and cannot be seen."), COMMAND_SHOWINVITES_PENDING("Players with pending invites: "), COMMAND_SHOWINVITES_CLICKTOREVOKE("Click to revoke invite for %1$s"), @@ -523,25 +523,25 @@ public enum TL { COMMAND_STATUS_DESCRIPTION("Show the status of a player"), COMMAND_STUCK_TIMEFORMAT("m 'minutes', s 'seconds.'"), - COMMAND_STUCK_CANCELLED("Teleport cancelled because you were damaged"), - COMMAND_STUCK_OUTSIDE("Teleport cancelled because you left %1$d block radius"), - COMMAND_STUCK_EXISTS("You are already teleporting, you must wait %1$s"), - COMMAND_STUCK_START("Teleport will commence in %s. Don't take or deal damage. "), - COMMAND_STUCK_TELEPORT("Teleported safely to %1$d, %2$d, %3$d."), + COMMAND_STUCK_CANCELLED("&6Teleport cancelled because you were damaged"), + COMMAND_STUCK_OUTSIDE("&6Teleport cancelled because you left &e%1$d &6block radius"), + COMMAND_STUCK_EXISTS("&6You are already teleporting, you must wait &e%1$s"), + COMMAND_STUCK_START("&6Teleport will commence in &e%s&6. Don't take or deal damage. "), + COMMAND_STUCK_TELEPORT("&6Teleported safely to %1$d, %2$d, %3$d."), COMMAND_STUCK_TOSTUCK("to safely teleport %1$s out"), COMMAND_STUCK_FORSTUCK("for %1$s initiating a safe teleport out"), COMMAND_STUCK_DESCRIPTION("Safely teleports you out of enemy faction"), - COMMAND_TAG_TAKEN("That tag is already taken"), + COMMAND_TAG_TAKEN("&cThat tag is already taken"), COMMAND_TAG_TOCHANGE("to change the faction tag"), COMMAND_TAG_FORCHANGE("for changing the faction tag"), - COMMAND_TAG_FACTION("%1$s changed your faction tag to %2$s"), - COMMAND_TAG_CHANGED("The faction %1$s changed their name to %2$s."), + COMMAND_TAG_FACTION("%1$s&e changed your faction tag to %2$s"), + COMMAND_TAG_CHANGED("&eThe faction %1$s&e changed their name to %2$s."), COMMAND_TAG_DESCRIPTION("Change the faction tag"), COMMAND_TITLE_TOCHANGE("to change a players title"), COMMAND_TITLE_FORCHANGE("for changing a players title"), - COMMAND_TITLE_CHANGED("%1$s changed a title: %2$s"), + COMMAND_TITLE_CHANGED("%1$s&e changed a title: %2$s"), COMMAND_TITLE_DESCRIPTION("Set or remove a players title"), COMMAND_TOGGLEALLIANCECHAT_DESCRIPTION("Toggles whether or not you will see alliance chat"), @@ -560,75 +560,75 @@ public enum TL { COMMAND_UNBAN_UNBANNED("&e%1$s &cunbanned &7%2$s"), COMMAND_UNBAN_TARGET("&aYou were unbanned from &r%s"), - COMMAND_UNCLAIM_SAFEZONE_SUCCESS("Safe zone was unclaimed."), - COMMAND_UNCLAIM_SAFEZONE_NOPERM("This is a safe zone. You lack permissions to unclaim."), - COMMAND_UNCLAIM_WARZONE_SUCCESS("War zone was unclaimed."), - COMMAND_UNCLAIM_WARZONE_NOPERM("This is a war zone. You lack permissions to unclaim."), - COMMAND_UNCLAIM_UNCLAIMED("%1$s unclaimed some of your land."), - COMMAND_UNCLAIM_UNCLAIMS("You unclaimed this land."), + COMMAND_UNCLAIM_SAFEZONE_SUCCESS("&eSafe zone was unclaimed."), + COMMAND_UNCLAIM_SAFEZONE_NOPERM("&cThis is a safe zone. You lack permissions to unclaim."), + COMMAND_UNCLAIM_WARZONE_SUCCESS("&eWar zone was unclaimed."), + COMMAND_UNCLAIM_WARZONE_NOPERM("&cThis is a war zone. You lack permissions to unclaim."), + COMMAND_UNCLAIM_UNCLAIMED("%1$s&e unclaimed some of your land."), + COMMAND_UNCLAIM_UNCLAIMS("&eYou unclaimed this land."), COMMAND_UNCLAIM_LOG("%1$s unclaimed land at (%2$s) from the faction: %3$s"), - COMMAND_UNCLAIM_WRONGFACTION("You don't own this land."), + COMMAND_UNCLAIM_WRONGFACTION("&cYou don't own this land."), COMMAND_UNCLAIM_TOUNCLAIM("to unclaim this land"), COMMAND_UNCLAIM_FORUNCLAIM("for unclaiming this land"), - COMMAND_UNCLAIM_FACTIONUNCLAIMED("%1$s unclaimed some land."), + COMMAND_UNCLAIM_FACTIONUNCLAIMED("%1$s&e unclaimed some land."), COMMAND_UNCLAIM_DESCRIPTION("Unclaim the land where you are standing"), COMMAND_UNCLAIMALL_TOUNCLAIM("to unclaim all faction land"), COMMAND_UNCLAIMALL_FORUNCLAIM("for unclaiming all faction land"), - COMMAND_UNCLAIMALL_UNCLAIMED("%1$s unclaimed ALL of your faction's land."), + COMMAND_UNCLAIMALL_UNCLAIMED("%1$s&e unclaimed ALL of your faction's land."), COMMAND_UNCLAIMALL_LOG("%1$s unclaimed everything for the faction: %2$s"), COMMAND_UNCLAIMALL_DESCRIPTION("Unclaim all of your factions land"), - COMMAND_VERSION_VERSION("You are running %1$s"), + COMMAND_VERSION_VERSION("&eYou are running %1$s"), COMMAND_VERSION_DESCRIPTION("Show plugin and translation version information"), COMMAND_WARUNCLAIMALL_DESCRIPTION("Unclaim all warzone land"), - COMMAND_WARUNCLAIMALL_SUCCESS("You unclaimed ALL war zone land."), + COMMAND_WARUNCLAIMALL_SUCCESS("&eYou unclaimed ALL war zone land."), COMMAND_WARUNCLAIMALL_LOG("%1$s unclaimed all war zones."), /** * Leaving - This is accessed through a command, and so it MAY need a COMMAND_* slug :s */ - LEAVE_PASSADMIN("You must give the admin role to someone else first."), - LEAVE_NEGATIVEPOWER("You cannot leave until your power is positive."), + LEAVE_PASSADMIN("&cYou must give the admin role to someone else first."), + LEAVE_NEGATIVEPOWER("&cYou cannot leave until your power is positive."), LEAVE_TOLEAVE("to leave your faction."), LEAVE_FORLEAVE("for leaving your faction."), - LEAVE_LEFT("%s left faction %s."), - LEAVE_DISBANDED("%s was disbanded."), + LEAVE_LEFT("%s&e left faction %s&e."), + LEAVE_DISBANDED("&e%s&e was disbanded."), LEAVE_DISBANDEDLOG("The faction %s (%s) was disbanded due to the last player (%s) leaving."), LEAVE_DESCRIPTION("Leave your faction"), /** * Claiming - Same as above basically. No COMMAND_* because it's not in a command class, but... */ - CLAIM_PROTECTED("This land is protected"), - CLAIM_DISABLED("Sorry, this world has land claiming disabled."), - CLAIM_CANTCLAIM("You can't claim land for %s."), - CLAIM_ALREADYOWN("%s already own this land."), - CLAIM_MUSTBE("You must be %s to claim land."), - CLAIM_MEMBERS("Factions must have at least %s members to claim land."), - CLAIM_SAFEZONE("You can not claim a Safe Zone."), - CLAIM_WARZONE("You can not claim a War Zone."), - CLAIM_POWER("You can't claim more land! You need more power!"), - CLAIM_LIMIT("Limit reached. You can't claim more land!"), - CLAIM_ALLY("You can't claim the land of your allies."), - CLAIM_CONTIGIOUS("You can only claim additional land which is connected to your first claim or controlled by another faction!"), - CLAIM_FACTIONCONTIGUOUS("You can only claim additional land which is connected to your first claim!"), - CLAIM_PEACEFUL("%s owns this land. Your faction is peaceful, so you cannot claim land from other factions."), - CLAIM_PEACEFULTARGET("%s owns this land, and is a peaceful faction. You cannot claim land from them."), - CLAIM_THISISSPARTA("%s owns this land and is strong enough to keep it."), - CLAIM_BORDER("You must start claiming land at the border of the territory."), + CLAIM_PROTECTED("&cThis land is protected"), + CLAIM_DISABLED("&cSorry, this world has land claiming disabled."), + CLAIM_CANTCLAIM("&cYou can't claim land for &d%s&c."), + CLAIM_ALREADYOWN("%s&e already own this land."), + CLAIM_MUSTBE("&cYou must be &d%s&c to claim land."), + CLAIM_MEMBERS("Factions must have at least &d%s&c members to claim land."), + CLAIM_SAFEZONE("&cYou can not claim a Safe Zone."), + CLAIM_WARZONE("&cYou can not claim a War Zone."), + CLAIM_POWER("&cYou can't claim more land! You need more power!"), + CLAIM_LIMIT("&cLimit reached. You can't claim more land!"), + CLAIM_ALLY("&cYou can't claim the land of your allies."), + CLAIM_CONTIGIOUS("&cYou can only claim additional land which is connected to your first claim or controlled by another faction!"), + CLAIM_FACTIONCONTIGUOUS("&cYou can only claim additional land which is connected to your first claim!"), + CLAIM_PEACEFUL("%s&e owns this land. Your faction is peaceful, so you cannot claim land from other factions."), + CLAIM_PEACEFULTARGET("%s&e owns this land, and is a peaceful faction. You cannot claim land from them."), + CLAIM_THISISSPARTA("%s&e owns this land and is strong enough to keep it."), + CLAIM_BORDER("&cYou must start claiming land at the border of the territory."), CLAIM_TOCLAIM("to claim this land"), CLAIM_FORCLAIM("for claiming this land"), CLAIM_TOOVERCLAIM("to overclaim this land"), CLAIM_FOROVERCLAIM("for over claiming this land"), - CLAIM_CLAIMED("%s claimed land for %s from %s."), + CLAIM_CLAIMED("&d%s&e claimed land for &d%s&e from &d%s&e."), CLAIM_CLAIMEDLOG("%s claimed land at (%s) for the faction: %s"), - CLAIM_OVERCLAIM_DISABLED("Over claiming is disabled on this server."), - CLAIM_TOOCLOSETOOTHERFACTION("Your claim is too close to another Faction. Buffer required is %d"), - CLAIM_OUTSIDEWORLDBORDER("Your claim is outside the border."), - CLAIM_OUTSIDEBORDERBUFFER("Your claim is outside the border. %d chunks away world edge required."), + CLAIM_OVERCLAIM_DISABLED("&eOver claiming is disabled on this server."), + CLAIM_TOOCLOSETOOTHERFACTION("&eYour claim is too close to another Faction. Buffer required is %d"), + CLAIM_OUTSIDEWORLDBORDER("&eYour claim is outside the border."), + CLAIM_OUTSIDEBORDERBUFFER("&eYour claim is outside the border. %d chunks away world edge required."), CLAIM_CLICK_TO_CLAIM("Click to try to claim &2(%1$d, %2$d)"), CLAIM_YOUAREHERE("You are here"), @@ -637,12 +637,12 @@ public enum TL { */ GENERIC_YOU("you"), GENERIC_YOURFACTION("your faction"), - GENERIC_NOPERMISSION("You don't have permission to %1$s."), + GENERIC_NOPERMISSION("&cYou don't have permission to %1$s."), GENERIC_DOTHAT("do that"), //Ugh nuke this from high orbit - GENERIC_NOPLAYERMATCH("No player match found for \"

%1$s\"."), - GENERIC_NOPLAYERFOUND("No player \"

%1$s\" could not be found."), - GENERIC_ARGS_TOOFEW("Too few arguments. Use like this:"), - GENERIC_ARGS_TOOMANY("Strange argument \"

%1$s\". Use the command like this:"), + GENERIC_NOPLAYERMATCH("&cNo player match found for \"&3%1$s&c\"."), + GENERIC_NOPLAYERFOUND("&cNo player \"&3%1$s&c\" could not be found."), + GENERIC_ARGS_TOOFEW("&cToo few arguments. &eUse like this:"), + GENERIC_ARGS_TOOMANY("&cStrange argument \"&3%1$s&c\". &eUse the command like this:"), GENERIC_DEFAULTDESCRIPTION("Default faction description :("), GENERIC_OWNERS("Owner(s): %1$s"), GENERIC_PUBLICLAND("Public faction land."), @@ -652,16 +652,16 @@ public enum TL { GENERIC_ENABLED("enabled"), GENERIC_INFINITY("∞"), GENERIC_CONSOLEONLY("This command cannot be run as a player."), - GENERIC_PLAYERONLY("This command can only be used by ingame players."), - GENERIC_ASKYOURLEADER(" Ask your leader to:"), - GENERIC_YOUSHOULD("You should:"), - GENERIC_YOUMAYWANT("You may want to: "), + GENERIC_PLAYERONLY("&cThis command can only be used by ingame players."), + GENERIC_ASKYOURLEADER("&e Ask your leader to:"), + GENERIC_YOUSHOULD("&eYou should:"), + GENERIC_YOUMAYWANT("&eYou may want to: "), GENERIC_TRANSLATION_VERSION("Translation: %1$s(%2$s,%3$s) State: %4$s"), GENERIC_TRANSLATION_CONTRIBUTORS("Translation contributors: %1$s"), GENERIC_TRANSLATION_RESPONSIBLE("Responsible for translation: %1$s"), - GENERIC_FACTIONTAG_TOOSHORT("The faction tag can't be shorter than %1$s chars."), - GENERIC_FACTIONTAG_TOOLONG("The faction tag can't be longer than %s chars."), - GENERIC_FACTIONTAG_ALPHANUMERIC("Faction tag must be alphanumeric. \"%s\" is not allowed."), + GENERIC_FACTIONTAG_TOOSHORT("&eThe faction tag can't be shorter than &d%1$s&e chars."), + GENERIC_FACTIONTAG_TOOLONG("&eThe faction tag can't be longer than &d%s&e chars."), + GENERIC_FACTIONTAG_ALPHANUMERIC("&eFaction tag must be alphanumeric. \"&d%s&e\" is not allowed."), GENERIC_PLACEHOLDER(""), /** @@ -721,44 +721,44 @@ public enum TL { /** * In the player and entity listeners */ - PLAYER_CANTHURT("You may not harm other players in %s"), - PLAYER_SAFEAUTO("This land is now a safe zone."), - PLAYER_WARAUTO("This land is now a war zone."), - PLAYER_OUCH("Ouch, that is starting to hurt. You should give it a rest."), - PLAYER_USE_WILDERNESS("You can't use %s in the wilderness."), - PLAYER_USE_SAFEZONE("You can't use %s in a safe zone."), - PLAYER_USE_WARZONE("You can't use %s in a war zone."), - PLAYER_USE_TERRITORY("You can't %s in the territory of %s."), - PLAYER_USE_OWNED("You can't use %s in this territory, it is owned by: %s."), - PLAYER_COMMAND_WARZONE("You can't use the command '%s' in warzone."), - PLAYER_COMMAND_NEUTRAL("You can't use the command '%s' in neutral territory."), - PLAYER_COMMAND_ENEMY("You can't use the command '%s' in enemy territory."), - PLAYER_COMMAND_PERMANENT("You can't use the command '%s' because you are in a permanent faction."), - PLAYER_COMMAND_ALLY("You can't use the command '%s' in ally territory."), - PLAYER_COMMAND_WILDERNESS("You can't use the command '%s' in the wilderness."), + PLAYER_CANTHURT("&eYou may not harm other players in %s"), + PLAYER_SAFEAUTO("&eThis land is now a safe zone."), + PLAYER_WARAUTO("&eThis land is now a war zone."), + PLAYER_OUCH("&cOuch, that is starting to hurt. You should give it a rest."), + PLAYER_USE_WILDERNESS("&cYou can't use &d%s&c in the wilderness."), + PLAYER_USE_SAFEZONE("&cYou can't use &d%s&c in a safe zone."), + PLAYER_USE_WARZONE("&cYou can't use &d%s&c in a war zone."), + PLAYER_USE_TERRITORY("&cYou can't &d%s&c in the territory of &d%s&c."), + PLAYER_USE_OWNED("&cYou can't use &d%s&c in this territory, it is owned by: %s&c."), + PLAYER_COMMAND_WARZONE("&cYou can't use the command '%s' in warzone."), + PLAYER_COMMAND_NEUTRAL("&cYou can't use the command '%s' in neutral territory."), + PLAYER_COMMAND_ENEMY("&cYou can't use the command '%s' in enemy territory."), + PLAYER_COMMAND_PERMANENT("&cYou can't use the command '%s' because you are in a permanent faction."), + PLAYER_COMMAND_ALLY("&cYou can't use the command '%s' in ally territory."), + PLAYER_COMMAND_WILDERNESS("&cYou can't use the command '%s' in the wilderness."), - PLAYER_POWER_NOLOSS_PEACEFUL("You didn't lose any power since you are in a peaceful faction."), - PLAYER_POWER_NOLOSS_WORLD("You didn't lose any power due to the world you died in."), - PLAYER_POWER_NOLOSS_WILDERNESS("You didn't lose any power since you were in the wilderness."), - PLAYER_POWER_NOLOSS_WARZONE("You didn't lose any power since you were in a war zone."), - PLAYER_POWER_LOSS_WARZONE("The world you are in has power loss normally disabled, but you still lost power since you were in a war zone.\nYour power is now %d / %d"), - PLAYER_POWER_NOW("Your power is now %d / %d"), + PLAYER_POWER_NOLOSS_PEACEFUL("&eYou didn't lose any power since you are in a peaceful faction."), + PLAYER_POWER_NOLOSS_WORLD("&eYou didn't lose any power due to the world you died in."), + PLAYER_POWER_NOLOSS_WILDERNESS("&eYou didn't lose any power since you were in the wilderness."), + PLAYER_POWER_NOLOSS_WARZONE("&eYou didn't lose any power since you were in a war zone."), + PLAYER_POWER_LOSS_WARZONE("&cThe world you are in has power loss normally disabled, but you still lost power since you were in a war zone.\n&eYour power is now &d%d / %d"), + PLAYER_POWER_NOW("&eYour power is now &d%d / %d"), - PLAYER_PVP_LOGIN("You can't hurt other players for %d seconds after logging in."), - PLAYER_PVP_REQUIREFACTION("You can't hurt other players until you join a faction."), - PLAYER_PVP_FACTIONLESS("You can't hurt players who are not currently in a faction."), - PLAYER_PVP_PEACEFUL("Peaceful players cannot participate in combat."), - PLAYER_PVP_NEUTRAL("You can't hurt neutral factions. Declare them as an enemy."), - PLAYER_PVP_CANTHURT("You can't hurt %s."), + PLAYER_PVP_LOGIN("&eYou can't hurt other players for %d seconds after logging in."), + PLAYER_PVP_REQUIREFACTION("&eYou can't hurt other players until you join a faction."), + PLAYER_PVP_FACTIONLESS("&eYou can't hurt players who are not currently in a faction."), + PLAYER_PVP_PEACEFUL("&ePeaceful players cannot participate in combat."), + PLAYER_PVP_NEUTRAL("&eYou can't hurt neutral factions. Declare them as an enemy."), + PLAYER_PVP_CANTHURT("&eYou can't hurt %s&e."), - PLAYER_PVP_NEUTRALFAIL("You can't hurt %s in their own territory unless you declare them as an enemy."), - PLAYER_PVP_TRIED("%s tried to hurt you."), + PLAYER_PVP_NEUTRALFAIL("&eYou can't hurt %s&e in their own territory unless you declare them as an enemy."), + PLAYER_PVP_TRIED("%s&e tried to hurt you."), /** * Strings lying around in other bits of the plugins */ - NOPAGES("Sorry. No Pages available."), - INVALIDPAGE("Invalid page. Must be between 1 and %1$d"), + NOPAGES("&eSorry. No Pages available."), + INVALIDPAGE("&eInvalid page. Must be between 1 and %1$d"), /** * The ones here before I started messing around with this @@ -771,7 +771,7 @@ public enum TL { SAFEZONE("safezone", "&6Safezone"), SAFEZONE_DESCRIPTION("safezone-description", "Free from pvp and monsters."), TOGGLE_SB("toggle-sb", "You now have scoreboards set to {value}"), - FACTION_LEAVE("faction-leave", "Leaving %1$s, Entering %2$s"), + FACTION_LEAVE("faction-leave", "&6Leaving %1$s, &6Entering %2$s"), FACTION_ENTER_TITLE("faction-enter-title", ""), FACTION_ENTER_SUBTITLE("faction-enter-subtitle", "%s"), FACTIONS_ANNOUNCEMENT_TOP("faction-announcement-top", "&d--Unread Faction Announcements--"),