mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-12-11 19:36:46 +01:00
Change all <colors> to be &colors in default TL
This commit is contained in:
parent
bdd6b82c90
commit
9520a1508b
@ -50,13 +50,13 @@ public enum TL {
|
|||||||
/**
|
/**
|
||||||
* Command translations
|
* Command translations
|
||||||
*/
|
*/
|
||||||
COMMAND_ADMIN_NOTMEMBER("%1$s<i> is not a member in your faction."),
|
COMMAND_ADMIN_NOTMEMBER("%1$s&e is not a member in your faction."),
|
||||||
COMMAND_ADMIN_NOTADMIN("<b>You are not the faction admin."),
|
COMMAND_ADMIN_NOTADMIN("&cYou are not the faction admin."),
|
||||||
COMMAND_ADMIN_TARGETSELF("<b>The target player musn't be yourself."),
|
COMMAND_ADMIN_TARGETSELF("&cThe target player musn't be yourself."),
|
||||||
COMMAND_ADMIN_DEMOTES("<i>You have demoted %1$s<i> from the position of faction admin."),
|
COMMAND_ADMIN_DEMOTES("&eYou have demoted %1$s&e from the position of faction admin."),
|
||||||
COMMAND_ADMIN_DEMOTED("<i>You have been demoted from the position of faction admin by %1$s<i>."),
|
COMMAND_ADMIN_DEMOTED("&eYou have been demoted from the position of faction admin by %1$s&e."),
|
||||||
COMMAND_ADMIN_PROMOTES("<i>You have promoted %1$s<i> to the position of faction admin."),
|
COMMAND_ADMIN_PROMOTES("&eYou have promoted %1$s&e to the position of faction admin."),
|
||||||
COMMAND_ADMIN_PROMOTED("%1$s<i> gave %2$s<i> the leadership of %3$s<i>."),
|
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_ADMIN_DESCRIPTION("Hand over your admin rights"),
|
||||||
|
|
||||||
COMMAND_AHOME_DESCRIPTION("Send a player to their f home no matter what."),
|
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_ANNOUNCE_DESCRIPTION("Announce a message to players in faction."),
|
||||||
|
|
||||||
COMMAND_AUTOCLAIM_ENABLED("<i>Now auto-claiming land for <h>%1$s<i>."),
|
COMMAND_AUTOCLAIM_ENABLED("&eNow auto-claiming land for &d%1$s&e."),
|
||||||
COMMAND_AUTOCLAIM_DISABLED("<i>Auto-claiming of land disabled."),
|
COMMAND_AUTOCLAIM_DISABLED("&eAuto-claiming of land disabled."),
|
||||||
COMMAND_AUTOCLAIM_REQUIREDRANK("<b>You must be <h>%1$s<b> to claim land."),
|
COMMAND_AUTOCLAIM_REQUIREDRANK("&cYou must be &d%1$s&c to claim land."),
|
||||||
COMMAND_AUTOCLAIM_OTHERFACTION("<b>You can't claim land for <h>%1$s<b>."),
|
COMMAND_AUTOCLAIM_OTHERFACTION("&cYou can't claim land for &d%1$s&c."),
|
||||||
COMMAND_AUTOCLAIM_DESCRIPTION("Auto-claim land as you walk around"),
|
COMMAND_AUTOCLAIM_DESCRIPTION("Auto-claim land as you walk around"),
|
||||||
|
|
||||||
COMMAND_AUTOHELP_HELPFOR("Help for command \""),
|
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_ENTRY("&7%d. &c%s &r- &a%s &r- &e%s"),
|
||||||
COMMAND_BANLIST_NOFACTION("&4You are not in a Faction."),
|
COMMAND_BANLIST_NOFACTION("&4You are not in a Faction."),
|
||||||
|
|
||||||
COMMAND_BOOM_PEACEFULONLY("<b>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_TOTOGGLE("to toggle explosions"),
|
||||||
COMMAND_BOOM_FORTOGGLE("for toggling explosions"),
|
COMMAND_BOOM_FORTOGGLE("for toggling explosions"),
|
||||||
COMMAND_BOOM_ENABLED("%1$s<i> 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_BOOM_DESCRIPTION("Toggle explosions (peaceful factions only)"),
|
||||||
|
|
||||||
COMMAND_BYPASS_ENABLE("<i>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_ENABLELOG(" has ENABLED admin bypass mode."),
|
||||||
COMMAND_BYPASS_DISABLE("<i>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_DISABLELOG(" has DISABLED admin bypass mode."),
|
||||||
COMMAND_BYPASS_DESCRIPTION("Enable admin bypass mode"),
|
COMMAND_BYPASS_DESCRIPTION("Enable admin bypass mode"),
|
||||||
|
|
||||||
COMMAND_CHAT_DISABLED("<b>The built in chat channels are disabled on this server."),
|
COMMAND_CHAT_DISABLED("&cThe built in chat channels are disabled on this server."),
|
||||||
COMMAND_CHAT_INVALIDMODE("<b>Unrecognised chat mode. <i>Please enter either 'a','f' or 'p'"),
|
COMMAND_CHAT_INVALIDMODE("&cUnrecognised chat mode. &ePlease enter either 'a','f' or 'p'"),
|
||||||
COMMAND_CHAT_DESCRIPTION("Change chat mode"),
|
COMMAND_CHAT_DESCRIPTION("Change chat mode"),
|
||||||
|
|
||||||
COMMAND_CHAT_MODE_PUBLIC("<i>Public chat mode."),
|
COMMAND_CHAT_MODE_PUBLIC("&ePublic chat mode."),
|
||||||
COMMAND_CHAT_MODE_ALLIANCE("<i>Alliance only chat mode."),
|
COMMAND_CHAT_MODE_ALLIANCE("&eAlliance only chat mode."),
|
||||||
COMMAND_CHAT_MODE_TRUCE("<i>Truce only chat mode."),
|
COMMAND_CHAT_MODE_TRUCE("&eTruce only chat mode."),
|
||||||
COMMAND_CHAT_MODE_FACTION("<i>Faction only chat mode."),
|
COMMAND_CHAT_MODE_FACTION("&eFaction only chat mode."),
|
||||||
COMMAND_CHAT_MODE_MOD("<i>Mod only chat mode."),
|
COMMAND_CHAT_MODE_MOD("&eMod only chat mode."),
|
||||||
|
|
||||||
COMMAND_CHATSPY_ENABLE("<i>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_ENABLELOG(" has ENABLED chat spying mode."),
|
||||||
COMMAND_CHATSPY_DISABLE("<i>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_DISABLELOG(" has DISABLED chat spying mode."),
|
||||||
COMMAND_CHATSPY_DESCRIPTION("Enable admin chat spy mode"),
|
COMMAND_CHATSPY_DESCRIPTION("Enable admin chat spy mode"),
|
||||||
|
|
||||||
COMMAND_CLAIM_INVALIDRADIUS("<b>If you specify a radius, it must be at least 1."),
|
COMMAND_CLAIM_INVALIDRADIUS("&cIf you specify a radius, it must be at least 1."),
|
||||||
COMMAND_CLAIM_DENIED("<b>You do not have permission to claim in a radius."),
|
COMMAND_CLAIM_DENIED("&cYou do not have permission to claim in a radius."),
|
||||||
COMMAND_CLAIM_DESCRIPTION("Claim land from where you are standing"),
|
COMMAND_CLAIM_DESCRIPTION("Claim land from where you are standing"),
|
||||||
|
|
||||||
COMMAND_CLAIMLINE_INVALIDRADIUS("<b>If you specify a distance, it must be at least 1."),
|
COMMAND_CLAIMLINE_INVALIDRADIUS("&cIf you specify a distance, it must be at least 1."),
|
||||||
COMMAND_CLAIMLINE_DENIED("<b>You do not have permission to claim in a line."),
|
COMMAND_CLAIMLINE_DENIED("&cYou do not have permission to claim in a line."),
|
||||||
COMMAND_CLAIMLINE_DESCRIPTION("Claim land in a straight line."),
|
COMMAND_CLAIMLINE_DESCRIPTION("Claim land in a straight line."),
|
||||||
COMMAND_CLAIMLINE_ABOVEMAX("<b>The maximum limit for claim line is <b>%s<b>."),
|
COMMAND_CLAIMLINE_ABOVEMAX("&cThe maximum limit for claim line is &c%s&c."),
|
||||||
COMMAND_CLAIMLINE_NOTVALID("%s<b> is not a cardinal direction. You may use <h>north<b>, <h>east<b>, <h>south <b>or <h>west<b>."),
|
COMMAND_CLAIMLINE_NOTVALID("%s&c is not a cardinal direction. You may use &dnorth&c, &deast&c, &dsouth &cor &dwest&c."),
|
||||||
|
|
||||||
COMMAND_CONFIG_NOEXIST("<b>No configuration setting \"<h>%1$s<b>\" exists."),
|
COMMAND_CONFIG_NOEXIST("&cNo configuration setting \"&d%1$s&c\" exists."),
|
||||||
COMMAND_CONFIG_SET_TRUE("\" option set to true (enabled)."),
|
COMMAND_CONFIG_SET_TRUE("\" option set to true (enabled)."),
|
||||||
COMMAND_CONFIG_SET_FALSE("\" option set to false (disabled)."),
|
COMMAND_CONFIG_SET_FALSE("\" option set to false (disabled)."),
|
||||||
COMMAND_CONFIG_OPTIONSET("\" option set to "),
|
COMMAND_CONFIG_OPTIONSET("\" option set to "),
|
||||||
@ -151,41 +151,41 @@ public enum TL {
|
|||||||
COMMAND_CONVERT_BACKEND_INVALID("Invalid backend"),
|
COMMAND_CONVERT_BACKEND_INVALID("Invalid backend"),
|
||||||
COMMAND_CONVERT_DESCRIPTION("Convert the plugin backend"),
|
COMMAND_CONVERT_DESCRIPTION("Convert the plugin backend"),
|
||||||
|
|
||||||
COMMAND_CREATE_MUSTLEAVE("<b>You must leave your current faction first."),
|
COMMAND_CREATE_MUSTLEAVE("&cYou must leave your current faction first."),
|
||||||
COMMAND_CREATE_INUSE("<b>That tag is already in use."),
|
COMMAND_CREATE_INUSE("&cThat tag is already in use."),
|
||||||
COMMAND_CREATE_TOCREATE("to create a new faction"),
|
COMMAND_CREATE_TOCREATE("to create a new faction"),
|
||||||
COMMAND_CREATE_FORCREATE("for creating a new faction"),
|
COMMAND_CREATE_FORCREATE("for creating a new faction"),
|
||||||
COMMAND_CREATE_ERROR("<b>There was an internal error while trying to create your faction. Please try again."),
|
COMMAND_CREATE_ERROR("&cThere was an internal error while trying to create your faction. Please try again."),
|
||||||
COMMAND_CREATE_CREATED("%1$s<i> created a new faction %2$s"),
|
COMMAND_CREATE_CREATED("%1$s&e created a new faction %2$s"),
|
||||||
COMMAND_CREATE_YOUSHOULD("<i>You should now: %1$s"),
|
COMMAND_CREATE_YOUSHOULD("&eYou should now: %1$s"),
|
||||||
COMMAND_CREATE_CREATEDLOG(" created a new faction: "),
|
COMMAND_CREATE_CREATEDLOG(" created a new faction: "),
|
||||||
COMMAND_CREATE_DESCRIPTION("Create a new faction"),
|
COMMAND_CREATE_DESCRIPTION("Create a new faction"),
|
||||||
|
|
||||||
COMMAND_DEINVITE_CANDEINVITE("Players you can deinvite: "),
|
COMMAND_DEINVITE_CANDEINVITE("Players you can deinvite: "),
|
||||||
COMMAND_DEINVITE_CLICKTODEINVITE("Click to revoke invite for %1$s"),
|
COMMAND_DEINVITE_CLICKTODEINVITE("Click to revoke invite for %1$s"),
|
||||||
COMMAND_DEINVITE_ALREADYMEMBER("%1$s<i> is already a member of %2$s"),
|
COMMAND_DEINVITE_ALREADYMEMBER("%1$s&e is already a member of %2$s"),
|
||||||
COMMAND_DEINVITE_MIGHTWANT("<i>You might want to: %1$s"),
|
COMMAND_DEINVITE_MIGHTWANT("&eYou might want to: %1$s"),
|
||||||
COMMAND_DEINVITE_REVOKED("%1$s<i> revoked your invitation to <h>%2$s<i>."),
|
COMMAND_DEINVITE_REVOKED("%1$s&e revoked your invitation to &d%2$s&e."),
|
||||||
COMMAND_DEINVITE_REVOKES("%1$s<i> revoked %2$s's<i> invitation."),
|
COMMAND_DEINVITE_REVOKES("%1$s&e revoked %2$s's&e invitation."),
|
||||||
COMMAND_DEINVITE_DESCRIPTION("Remove a pending invitation"),
|
COMMAND_DEINVITE_DESCRIPTION("Remove a pending invitation"),
|
||||||
|
|
||||||
COMMAND_DELFWARP_DELETED("<i>Deleted warp <a>%1$s"),
|
COMMAND_DELFWARP_DELETED("&eDeleted warp &6%1$s"),
|
||||||
COMMAND_DELFWARP_INVALID("<i>Couldn't find warp <a>%1$s"),
|
COMMAND_DELFWARP_INVALID("&eCouldn't find warp &6%1$s"),
|
||||||
COMMAND_DELFWARP_TODELETE("to delete warp"),
|
COMMAND_DELFWARP_TODELETE("to delete warp"),
|
||||||
COMMAND_DELFWARP_FORDELETE("for deleting warp"),
|
COMMAND_DELFWARP_FORDELETE("for deleting warp"),
|
||||||
COMMAND_DELFWARP_DESCRIPTION("Delete a faction warp"),
|
COMMAND_DELFWARP_DESCRIPTION("Delete a faction warp"),
|
||||||
|
|
||||||
COMMAND_DESCRIPTION_CHANGES("You have changed the description for <h>%1$s<i> to:"),
|
COMMAND_DESCRIPTION_CHANGES("You have changed the description for &d%1$s&e to:"),
|
||||||
COMMAND_DESCRIPTION_CHANGED("<i>The faction %1$s<i> changed their description to:"),
|
COMMAND_DESCRIPTION_CHANGED("&eThe faction %1$s&e changed their description to:"),
|
||||||
COMMAND_DESCRIPTION_TOCHANGE("to change faction description"),
|
COMMAND_DESCRIPTION_TOCHANGE("to change faction description"),
|
||||||
COMMAND_DESCRIPTION_FORCHANGE("for changing faction description"),
|
COMMAND_DESCRIPTION_FORCHANGE("for changing faction description"),
|
||||||
COMMAND_DESCRIPTION_DESCRIPTION("Change the faction description"),
|
COMMAND_DESCRIPTION_DESCRIPTION("Change the faction description"),
|
||||||
|
|
||||||
COMMAND_DISBAND_IMMUTABLE("<i>You cannot disband the Wilderness, SafeZone, or WarZone."),
|
COMMAND_DISBAND_IMMUTABLE("&eYou cannot disband the Wilderness, SafeZone, or WarZone."),
|
||||||
COMMAND_DISBAND_MARKEDPERMANENT("<i>This faction is designated as permanent, so you cannot disband it."),
|
COMMAND_DISBAND_MARKEDPERMANENT("&eThis faction is designated as permanent, so you cannot disband it."),
|
||||||
COMMAND_DISBAND_BROADCAST_YOURS("<h>%1$s<i> disbanded your faction."),
|
COMMAND_DISBAND_BROADCAST_YOURS("&d%1$s&e disbanded your faction."),
|
||||||
COMMAND_DISBAND_BROADCAST_NOTYOURS("<h>%1$s<i> disbanded the faction %2$s."),
|
COMMAND_DISBAND_BROADCAST_NOTYOURS("&d%1$s&e disbanded the faction %2$s."),
|
||||||
COMMAND_DISBAND_HOLDINGS("<i>You have been given the disbanded faction's bank, totaling %1$s."),
|
COMMAND_DISBAND_HOLDINGS("&eYou have been given the disbanded faction's bank, totaling %1$s."),
|
||||||
COMMAND_DISBAND_DESCRIPTION("Disband a faction"),
|
COMMAND_DISBAND_DESCRIPTION("Disband a faction"),
|
||||||
|
|
||||||
COMMAND_FLY_DISABLED("&cSorry, Faction flight is disabled on this server"),
|
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_FLY_NO_ACCESS("&cCannot fly in territory of %1$s"),
|
||||||
|
|
||||||
COMMAND_FWARP_CLICKTOWARP("Click to warp!"),
|
COMMAND_FWARP_CLICKTOWARP("Click to warp!"),
|
||||||
COMMAND_FWARP_COMMANDFORMAT("<i>/f warp <warpname> [password]"),
|
COMMAND_FWARP_COMMANDFORMAT("&e/f warp <warpname> [password]"),
|
||||||
COMMAND_FWARP_WARPED("<i>Warped to <a>%1$s"),
|
COMMAND_FWARP_WARPED("&eWarped to &6%1$s"),
|
||||||
COMMAND_FWARP_INVALID("<i>Couldn't find warp <a>%1$s"),
|
COMMAND_FWARP_INVALID("&eCouldn't find warp &6%1$s"),
|
||||||
COMMAND_FWARP_TOWARP("to warp"),
|
COMMAND_FWARP_TOWARP("to warp"),
|
||||||
COMMAND_FWARP_FORWARPING("for warping"),
|
COMMAND_FWARP_FORWARPING("for warping"),
|
||||||
COMMAND_FWARP_WARPS("Warps: "),
|
COMMAND_FWARP_WARPS("Warps: "),
|
||||||
@ -205,53 +205,53 @@ public enum TL {
|
|||||||
COMMAND_FWARP_INVALID_PASSWORD("&4Invalid password!"),
|
COMMAND_FWARP_INVALID_PASSWORD("&4Invalid password!"),
|
||||||
COMMAND_FWARP_PASSWORD_REQUIRED("&cThis faction warp requires a password, use command instead"),
|
COMMAND_FWARP_PASSWORD_REQUIRED("&cThis faction warp requires a password, use command instead"),
|
||||||
|
|
||||||
COMMAND_HELP_404("<b>This page does not exist"),
|
COMMAND_HELP_404("&cThis page does not exist"),
|
||||||
COMMAND_HELP_NEXTCREATE("<i>Learn how to create a faction on the next page."),
|
COMMAND_HELP_NEXTCREATE("&eLearn how to create a faction on the next page."),
|
||||||
COMMAND_HELP_INVITATIONS("command.help.invitations", "<i>You might want to close it and use invitations:"),
|
COMMAND_HELP_INVITATIONS("command.help.invitations", "&eYou might want to close it and use invitations:"),
|
||||||
COMMAND_HELP_HOME("<i>And don't forget to set your home:"),
|
COMMAND_HELP_HOME("&eAnd don't forget to set your home:"),
|
||||||
COMMAND_HELP_BANK_1("<i>Your faction has a bank which is used to pay for certain"),
|
COMMAND_HELP_BANK_1("&eYour faction has a bank which is used to pay for certain"),
|
||||||
COMMAND_HELP_BANK_2("<i>things, so it will need to have money deposited into it."),
|
COMMAND_HELP_BANK_2("ðings, so it will need to have money deposited into it."),
|
||||||
COMMAND_HELP_BANK_3("<i>To learn more, use the money command."),
|
COMMAND_HELP_BANK_3("&eTo learn more, use the money command."),
|
||||||
COMMAND_HELP_PLAYERTITLES("<i>Player titles are just for fun. No rules connected to them."),
|
COMMAND_HELP_PLAYERTITLES("&ePlayer titles are just for fun. No rules connected to them."),
|
||||||
COMMAND_HELP_OWNERSHIP_1("<i>Claimed land with ownership set is further protected so"),
|
COMMAND_HELP_OWNERSHIP_1("&eClaimed land with ownership set is further protected so"),
|
||||||
COMMAND_HELP_OWNERSHIP_2("<i>that only the owner(s), faction admin, and possibly the"),
|
COMMAND_HELP_OWNERSHIP_2("ðat only the owner(s), faction admin, and possibly the"),
|
||||||
COMMAND_HELP_OWNERSHIP_3("<i>faction moderators have full access."),
|
COMMAND_HELP_OWNERSHIP_3("&efaction moderators have full access."),
|
||||||
COMMAND_HELP_RELATIONS_1("<i>Set the relation you WISH to have with another faction."),
|
COMMAND_HELP_RELATIONS_1("&eSet the relation you WISH to have with another faction."),
|
||||||
COMMAND_HELP_RELATIONS_2("<i>Your default relation with other factions will be neutral."),
|
COMMAND_HELP_RELATIONS_2("&eYour default relation with other factions will be neutral."),
|
||||||
COMMAND_HELP_RELATIONS_3("<i>If BOTH factions choose \"ally\" you will be allies."),
|
COMMAND_HELP_RELATIONS_3("&eIf BOTH factions choose \"ally\" you will be allies."),
|
||||||
COMMAND_HELP_RELATIONS_4("<i>If ONE faction chooses \"enemy\" you will be enemies."),
|
COMMAND_HELP_RELATIONS_4("&eIf ONE faction chooses \"enemy\" you will be enemies."),
|
||||||
COMMAND_HELP_RELATIONS_5("<i>You can never hurt members or allies."),
|
COMMAND_HELP_RELATIONS_5("&eYou can never hurt members or allies."),
|
||||||
COMMAND_HELP_RELATIONS_6("<i>You can not hurt neutrals in their own territory."),
|
COMMAND_HELP_RELATIONS_6("&eYou can not hurt neutrals in their own territory."),
|
||||||
COMMAND_HELP_RELATIONS_7("<i>You can always hurt enemies and players without faction."),
|
COMMAND_HELP_RELATIONS_7("&eYou can always hurt enemies and players without faction."),
|
||||||
COMMAND_HELP_RELATIONS_8(""),
|
COMMAND_HELP_RELATIONS_8(""),
|
||||||
COMMAND_HELP_RELATIONS_9("<i>Damage from enemies is reduced in your own territory."),
|
COMMAND_HELP_RELATIONS_9("&eDamage from enemies is reduced in your own territory."),
|
||||||
COMMAND_HELP_RELATIONS_10("<i>When you die you lose power. It is restored over time."),
|
COMMAND_HELP_RELATIONS_10("&eWhen you die you lose power. It is restored over time."),
|
||||||
COMMAND_HELP_RELATIONS_11("<i>The power of a faction is the sum of all member power."),
|
COMMAND_HELP_RELATIONS_11("&eThe power of a faction is the sum of all member power."),
|
||||||
COMMAND_HELP_RELATIONS_12("<i>The power of a faction determines how much land it can hold."),
|
COMMAND_HELP_RELATIONS_12("&eThe power of a faction determines how much land it can hold."),
|
||||||
COMMAND_HELP_RELATIONS_13("<i>You can claim land from factions with too little power."),
|
COMMAND_HELP_RELATIONS_13("&eYou can claim land from factions with too little power."),
|
||||||
COMMAND_HELP_PERMISSIONS_1("<i>Only faction members can build and destroy in their own"),
|
COMMAND_HELP_PERMISSIONS_1("&eOnly faction members can build and destroy in their own"),
|
||||||
COMMAND_HELP_PERMISSIONS_2("<i>territory. Usage of the following items is also restricted:"),
|
COMMAND_HELP_PERMISSIONS_2("&eterritory. Usage of the following items is also restricted:"),
|
||||||
COMMAND_HELP_PERMISSIONS_3("<i>Door, Chest, Furnace, Dispenser, Diode."),
|
COMMAND_HELP_PERMISSIONS_3("&eDoor, Chest, Furnace, Dispenser, Diode."),
|
||||||
COMMAND_HELP_PERMISSIONS_4(""),
|
COMMAND_HELP_PERMISSIONS_4(""),
|
||||||
COMMAND_HELP_PERMISSIONS_5("<i>Make sure to put pressure plates in front of doors for your"),
|
COMMAND_HELP_PERMISSIONS_5("&eMake sure to put pressure plates in front of doors for your"),
|
||||||
COMMAND_HELP_PERMISSIONS_6("<i>guest visitors. Otherwise they can't get through. You can"),
|
COMMAND_HELP_PERMISSIONS_6("&eguest visitors. Otherwise they can't get through. You can"),
|
||||||
COMMAND_HELP_PERMISSIONS_7("<i>also use this to create member only areas."),
|
COMMAND_HELP_PERMISSIONS_7("&ealso use this to create member only areas."),
|
||||||
COMMAND_HELP_PERMISSIONS_8("<i>As dispensers are protected, you can create traps without"),
|
COMMAND_HELP_PERMISSIONS_8("&eAs dispensers are protected, you can create traps without"),
|
||||||
COMMAND_HELP_PERMISSIONS_9("<i>worrying about those arrows getting stolen."),
|
COMMAND_HELP_PERMISSIONS_9("&eworrying about those arrows getting stolen."),
|
||||||
COMMAND_HELP_ADMIN_1("<c>/f claim safezone <i>claim land for the Safe Zone"),
|
COMMAND_HELP_ADMIN_1("&b/f claim safezone &eclaim land for the Safe Zone"),
|
||||||
COMMAND_HELP_ADMIN_2("<c>/f claim warzone <i>claim land for the War Zone"),
|
COMMAND_HELP_ADMIN_2("&b/f claim warzone &eclaim land for the War Zone"),
|
||||||
COMMAND_HELP_ADMIN_3("<c>/f autoclaim [safezone|warzone] <i>take a guess"),
|
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_1("Finally some commands for the server admins:"),
|
||||||
COMMAND_HELP_MOAR_2("<i>More commands for server admins:"),
|
COMMAND_HELP_MOAR_2("&eMore commands for server admins:"),
|
||||||
COMMAND_HELP_MOAR_3("<i>Even more commands for server admins:"),
|
COMMAND_HELP_MOAR_3("&eEven more commands for server admins:"),
|
||||||
COMMAND_HELP_DESCRIPTION("Display a help page"),
|
COMMAND_HELP_DESCRIPTION("Display a help page"),
|
||||||
|
|
||||||
COMMAND_HOME_DISABLED("<b>Sorry, Faction homes are disabled on this server."),
|
COMMAND_HOME_DISABLED("&cSorry, Faction homes are disabled on this server."),
|
||||||
COMMAND_HOME_TELEPORTDISABLED("<b>Sorry, the ability to teleport to Faction homes is disabled on this server."),
|
COMMAND_HOME_TELEPORTDISABLED("&cSorry, the ability to teleport to Faction homes is disabled on this server."),
|
||||||
COMMAND_HOME_NOHOME("<b>Your faction does not have a home. "),
|
COMMAND_HOME_NOHOME("&cYour faction does not have a home. "),
|
||||||
COMMAND_HOME_INENEMY("<b>You cannot teleport to your faction home while in the territory of an enemy faction."),
|
COMMAND_HOME_INENEMY("&cYou cannot teleport to your faction home while in the territory of an enemy faction."),
|
||||||
COMMAND_HOME_WRONGWORLD("<b>You cannot teleport to your faction home while in a different world."),
|
COMMAND_HOME_WRONGWORLD("&cYou cannot teleport to your faction home while in a different world."),
|
||||||
COMMAND_HOME_ENEMYNEAR("<b>You cannot teleport to your faction home while an enemy is within %s blocks of you."),
|
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_TOTELEPORT("to teleport to your faction home"),
|
||||||
COMMAND_HOME_FORTELEPORT("for teleporting to your faction home"),
|
COMMAND_HOME_FORTELEPORT("for teleporting to your faction home"),
|
||||||
COMMAND_HOME_DESCRIPTION("Teleport to the 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_FORINVITE("for inviting someone"),
|
||||||
COMMAND_INVITE_CLICKTOJOIN("Click to join!"),
|
COMMAND_INVITE_CLICKTOJOIN("Click to join!"),
|
||||||
COMMAND_INVITE_INVITEDYOU(" has invited you to join "),
|
COMMAND_INVITE_INVITEDYOU(" has invited you to join "),
|
||||||
COMMAND_INVITE_INVITED("%1$s<i> invited %2$s<i> to your faction."),
|
COMMAND_INVITE_INVITED("%1$s&e invited %2$s&e to your faction."),
|
||||||
COMMAND_INVITE_ALREADYMEMBER("%1$s<i> is already a member of %2$s"),
|
COMMAND_INVITE_ALREADYMEMBER("%1$s&e is already a member of %2$s"),
|
||||||
COMMAND_INVITE_DESCRIPTION("Invite a player to your faction"),
|
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_INVITE_BANNED("&7%1$s &cis banned from your Faction. Not sending an invite."),
|
||||||
|
|
||||||
COMMAND_JOIN_CANNOTFORCE("<b>You do not have permission to move other players into a faction."),
|
COMMAND_JOIN_CANNOTFORCE("&cYou do not have permission to move other players into a faction."),
|
||||||
COMMAND_JOIN_SYSTEMFACTION("<b>Players may only join normal factions. This is a system faction."),
|
COMMAND_JOIN_SYSTEMFACTION("&cPlayers may only join normal factions. This is a system faction."),
|
||||||
COMMAND_JOIN_ALREADYMEMBER("<b>%1$s %2$s already a member of %3$s"),
|
COMMAND_JOIN_ALREADYMEMBER("&c%1$s %2$s already a member of %3$s"),
|
||||||
COMMAND_JOIN_ATLIMIT(" <b>!<white> The faction %1$s is at the limit of %2$d members, so %3$s cannot currently join."),
|
COMMAND_JOIN_ATLIMIT(" &c!<white> The faction %1$s is at the limit of %2$d members, so %3$s cannot currently join."),
|
||||||
COMMAND_JOIN_INOTHERFACTION("<b>%1$s must leave %2$s current faction first."),
|
COMMAND_JOIN_INOTHERFACTION("&c%1$s must leave %2$s current faction first."),
|
||||||
COMMAND_JOIN_NEGATIVEPOWER("<b>%1$s cannot join a faction with a negative power level."),
|
COMMAND_JOIN_NEGATIVEPOWER("&c%1$s cannot join a faction with a negative power level."),
|
||||||
COMMAND_JOIN_REQUIRESINVITATION("<i>This faction requires invitation."),
|
COMMAND_JOIN_REQUIRESINVITATION("&eThis faction requires invitation."),
|
||||||
COMMAND_JOIN_ATTEMPTEDJOIN("%1$s<i> tried to join your faction."),
|
COMMAND_JOIN_ATTEMPTEDJOIN("%1$s&e tried to join your faction."),
|
||||||
COMMAND_JOIN_TOJOIN("to join a faction"),
|
COMMAND_JOIN_TOJOIN("to join a faction"),
|
||||||
COMMAND_JOIN_FORJOIN("for joining a faction"),
|
COMMAND_JOIN_FORJOIN("for joining a faction"),
|
||||||
COMMAND_JOIN_SUCCESS("<i>%1$s successfully joined %2$s."),
|
COMMAND_JOIN_SUCCESS("&e%1$s successfully joined %2$s."),
|
||||||
COMMAND_JOIN_MOVED("<i>%1$s moved you into the faction %2$s."),
|
COMMAND_JOIN_MOVED("&e%1$s moved you into the faction %2$s."),
|
||||||
COMMAND_JOIN_JOINED("<i>%1$s joined your faction."),
|
COMMAND_JOIN_JOINED("&e%1$s joined your faction."),
|
||||||
COMMAND_JOIN_JOINEDLOG("%1$s joined the faction %2$s."),
|
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_MOVEDLOG("%1$s moved the player %2$s into the faction %3$s."),
|
||||||
COMMAND_JOIN_DESCRIPTION("Join a faction"),
|
COMMAND_JOIN_DESCRIPTION("Join a faction"),
|
||||||
@ -285,16 +285,16 @@ public enum TL {
|
|||||||
|
|
||||||
COMMAND_KICK_CANDIDATES("Players you can kick: "),
|
COMMAND_KICK_CANDIDATES("Players you can kick: "),
|
||||||
COMMAND_KICK_CLICKTOKICK("Click to kick "),
|
COMMAND_KICK_CLICKTOKICK("Click to kick "),
|
||||||
COMMAND_KICK_SELF("<b>You cannot kick yourself."),
|
COMMAND_KICK_SELF("&cYou cannot kick yourself."),
|
||||||
COMMAND_KICK_NONE("That player is not in a faction."),
|
COMMAND_KICK_NONE("That player is not in a faction."),
|
||||||
COMMAND_KICK_NOTMEMBER("%1$s<b> is not a member of %2$s"),
|
COMMAND_KICK_NOTMEMBER("%1$s&c is not a member of %2$s"),
|
||||||
COMMAND_KICK_INSUFFICIENTRANK("<b>Your rank is too low to kick this player."),
|
COMMAND_KICK_INSUFFICIENTRANK("&cYour rank is too low to kick this player."),
|
||||||
COMMAND_KICK_NEGATIVEPOWER("<b>You cannot kick that member until their power is positive."),
|
COMMAND_KICK_NEGATIVEPOWER("&cYou cannot kick that member until their power is positive."),
|
||||||
COMMAND_KICK_TOKICK("to kick someone from the faction"),
|
COMMAND_KICK_TOKICK("to kick someone from the faction"),
|
||||||
COMMAND_KICK_FORKICK("for kicking someone from the faction"),
|
COMMAND_KICK_FORKICK("for kicking someone from the faction"),
|
||||||
COMMAND_KICK_FACTION("%1$s<i> kicked %2$s<i> from the faction! :O"), //message given to faction members
|
COMMAND_KICK_FACTION("%1$s&e kicked %2$s&e from the faction! :O"), //message given to faction members
|
||||||
COMMAND_KICK_KICKS("<i>You kicked %1$s<i> from the faction %2$s<i>!"), //kicker perspective
|
COMMAND_KICK_KICKS("&eYou kicked %1$s&e from the faction %2$s&e!"), //kicker perspective
|
||||||
COMMAND_KICK_KICKED("%1$s<i> kicked you from %2$s<i>! :O"), //kicked player 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_KICK_DESCRIPTION("Kick a player from the faction"),
|
||||||
|
|
||||||
COMMAND_LIST_FACTIONLIST("Faction List "),
|
COMMAND_LIST_FACTIONLIST("Faction List "),
|
||||||
@ -303,17 +303,17 @@ public enum TL {
|
|||||||
COMMAND_LIST_ONLINEFACTIONLESS("Online factionless: "),
|
COMMAND_LIST_ONLINEFACTIONLESS("Online factionless: "),
|
||||||
COMMAND_LIST_DESCRIPTION("See a list of the factions"),
|
COMMAND_LIST_DESCRIPTION("See a list of the factions"),
|
||||||
|
|
||||||
COMMAND_LOCK_LOCKED("<i>Factions is now locked"),
|
COMMAND_LOCK_LOCKED("&eFactions is now locked"),
|
||||||
COMMAND_LOCK_UNLOCKED("<i>Factions in now unlocked"),
|
COMMAND_LOCK_UNLOCKED("&eFactions in now unlocked"),
|
||||||
COMMAND_LOCK_DESCRIPTION("Lock all write stuff. Apparently."),
|
COMMAND_LOCK_DESCRIPTION("Lock all write stuff. Apparently."),
|
||||||
|
|
||||||
COMMAND_LOGINS_TOGGLE("<i>Set login / logout notifications for Faction members to: <a>%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_LOGINS_DESCRIPTION("Toggle(?) login / logout notifications for Faction members"),
|
||||||
|
|
||||||
COMMAND_MAP_TOSHOW("to show the map"),
|
COMMAND_MAP_TOSHOW("to show the map"),
|
||||||
COMMAND_MAP_FORSHOW("for showing the map"),
|
COMMAND_MAP_FORSHOW("for showing the map"),
|
||||||
COMMAND_MAP_UPDATE_ENABLED("<i>Map auto update <green>ENABLED."),
|
COMMAND_MAP_UPDATE_ENABLED("&eMap auto update <green>ENABLED."),
|
||||||
COMMAND_MAP_UPDATE_DISABLED("<i>Map auto update <red>DISABLED."),
|
COMMAND_MAP_UPDATE_DISABLED("&eMap auto update <red>DISABLED."),
|
||||||
COMMAND_MAP_DESCRIPTION("Show the territory map, and set optional auto update"),
|
COMMAND_MAP_DESCRIPTION("Show the territory map, and set optional auto update"),
|
||||||
|
|
||||||
COMMAND_MAPHEIGHT_DESCRIPTION("&eUpdate the lines that /f map sends"),
|
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_CANDIDATES("Players you can promote: "),
|
||||||
COMMAND_MOD_CLICKTOPROMOTE("Click to promote "),
|
COMMAND_MOD_CLICKTOPROMOTE("Click to promote "),
|
||||||
COMMAND_MOD_NOTMEMBER("%1$s<b> is not a member in your faction."),
|
COMMAND_MOD_NOTMEMBER("%1$s&c is not a member in your faction."),
|
||||||
COMMAND_MOD_NOTADMIN("<b>You are not the faction admin."),
|
COMMAND_MOD_NOTADMIN("&cYou are not the faction admin."),
|
||||||
COMMAND_MOD_SELF("<b>The target player musn't be yourself."),
|
COMMAND_MOD_SELF("&cThe target player musn't be yourself."),
|
||||||
COMMAND_MOD_TARGETISADMIN("<b>The target player is a faction admin. Demote them first."),
|
COMMAND_MOD_TARGETISADMIN("&cThe target player is a faction admin. Demote them first."),
|
||||||
COMMAND_MOD_REVOKES("<i>You have removed moderator status from %1$s<i>."),
|
COMMAND_MOD_REVOKES("&eYou have removed moderator status from %1$s&e."),
|
||||||
COMMAND_MOD_REVOKED("%1$s<i> is no longer moderator in your faction."),
|
COMMAND_MOD_REVOKED("%1$s&e is no longer moderator in your faction."),
|
||||||
COMMAND_MOD_PROMOTES("%1$s<i> was promoted to moderator in your faction."),
|
COMMAND_MOD_PROMOTES("%1$s&e was promoted to moderator in your faction."),
|
||||||
COMMAND_MOD_PROMOTED("<i>You have promoted %1$s<i> to moderator."),
|
COMMAND_MOD_PROMOTED("&eYou have promoted %1$s&e to moderator."),
|
||||||
COMMAND_MOD_DESCRIPTION("Give or revoke moderator rights"),
|
COMMAND_MOD_DESCRIPTION("Give or revoke moderator rights"),
|
||||||
|
|
||||||
COMMAND_MODIFYPOWER_ADDED("<i>Added <a>%1$f <i>power to <a>%2$s. <i>New total rounded power: <a>%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_MODIFYPOWER_DESCRIPTION("Modify the power of a faction/player"),
|
||||||
|
|
||||||
COMMAND_MONEY_LONG("<i>The faction money commands."),
|
COMMAND_MONEY_LONG("&eThe faction money commands."),
|
||||||
COMMAND_MONEY_DESCRIPTION("Faction money commands"),
|
COMMAND_MONEY_DESCRIPTION("Faction money commands"),
|
||||||
|
|
||||||
COMMAND_MONEYBALANCE_SHORT("show faction balance"),
|
COMMAND_MONEYBALANCE_SHORT("show faction balance"),
|
||||||
@ -360,32 +360,32 @@ public enum TL {
|
|||||||
COMMAND_OPEN_FOROPEN("for opening or closing the faction"),
|
COMMAND_OPEN_FOROPEN("for opening or closing the faction"),
|
||||||
COMMAND_OPEN_OPEN("open"),
|
COMMAND_OPEN_OPEN("open"),
|
||||||
COMMAND_OPEN_CLOSED("closed"),
|
COMMAND_OPEN_CLOSED("closed"),
|
||||||
COMMAND_OPEN_CHANGES("%1$s<i> changed the faction to <h>%2$s<i>."),
|
COMMAND_OPEN_CHANGES("%1$s&e changed the faction to &d%2$s&e."),
|
||||||
COMMAND_OPEN_CHANGED("<i>The faction %1$s<i> is now %2$s"),
|
COMMAND_OPEN_CHANGED("&eThe faction %1$s&e is now %2$s"),
|
||||||
COMMAND_OPEN_DESCRIPTION("Switch if invitation is required to join"),
|
COMMAND_OPEN_DESCRIPTION("Switch if invitation is required to join"),
|
||||||
|
|
||||||
COMMAND_OWNER_DISABLED("<b>Sorry, but owned areas are disabled on this server."),
|
COMMAND_OWNER_DISABLED("&cSorry, but owned areas are disabled on this server."),
|
||||||
COMMAND_OWNER_LIMIT("<b>Sorry, but you have reached the server's <h>limit of %1$d <b>owned areas per faction."),
|
COMMAND_OWNER_LIMIT("&cSorry, but you have reached the server's &dlimit of %1$d &cowned areas per faction."),
|
||||||
COMMAND_OWNER_WRONGFACTION("<b>This land is not claimed by your faction, so you can't set ownership of it."),
|
COMMAND_OWNER_WRONGFACTION("&cThis land is not claimed by your faction, so you can't set ownership of it."),
|
||||||
COMMAND_OWNER_NOTCLAIMED("<b>This land is not claimed by a faction. Ownership is not possible."),
|
COMMAND_OWNER_NOTCLAIMED("&cThis land is not claimed by a faction. Ownership is not possible."),
|
||||||
COMMAND_OWNER_NOTMEMBER("%1$s<i> is not a member of this faction."),
|
COMMAND_OWNER_NOTMEMBER("%1$s&e is not a member of this faction."),
|
||||||
COMMAND_OWNER_CLEARED("<i>You have cleared ownership for this claimed area."),
|
COMMAND_OWNER_CLEARED("&eYou have cleared ownership for this claimed area."),
|
||||||
COMMAND_OWNER_REMOVED("<i>You have removed ownership of this claimed land from %1$s<i>."),
|
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_TOSET("to set ownership of claimed land"),
|
||||||
COMMAND_OWNER_FORSET("for setting ownership of claimed land"),
|
COMMAND_OWNER_FORSET("for setting ownership of claimed land"),
|
||||||
COMMAND_OWNER_ADDED("<i>You have added %1$s<i> 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_OWNER_DESCRIPTION("Set ownership of claimed land"),
|
||||||
|
|
||||||
COMMAND_OWNERLIST_DISABLED("<b>Sorry, but owned areas are disabled on this server."),//dup->
|
COMMAND_OWNERLIST_DISABLED("&cSorry, but owned areas are disabled on this server."),//dup->
|
||||||
COMMAND_OWNERLIST_WRONGFACTION("<b>This land is not claimed by your faction."),//eq
|
COMMAND_OWNERLIST_WRONGFACTION("&cThis land is not claimed by your faction."),//eq
|
||||||
COMMAND_OWNERLIST_NOTCLAIMED("<i>This land is not claimed by any faction, thus no owners."),//eq
|
COMMAND_OWNERLIST_NOTCLAIMED("&eThis land is not claimed by any faction, thus no owners."),//eq
|
||||||
COMMAND_OWNERLIST_NONE("<i>No owners are set here; everyone in the faction has access."),
|
COMMAND_OWNERLIST_NONE("&eNo owners are set here; everyone in the faction has access."),
|
||||||
COMMAND_OWNERLIST_OWNERS("<i>Current owner(s) of this land: %1$s"),
|
COMMAND_OWNERLIST_OWNERS("&eCurrent owner(s) of this land: %1$s"),
|
||||||
COMMAND_OWNERLIST_DESCRIPTION("List owner(s) of this claimed land"),
|
COMMAND_OWNERLIST_DESCRIPTION("List owner(s) of this claimed land"),
|
||||||
|
|
||||||
COMMAND_PEACEFUL_DESCRIPTION("Set a faction to peaceful"),
|
COMMAND_PEACEFUL_DESCRIPTION("Set a faction to peaceful"),
|
||||||
COMMAND_PEACEFUL_YOURS("%1$s has %2$s your faction"),
|
COMMAND_PEACEFUL_YOURS("%1$s has %2$s your faction"),
|
||||||
COMMAND_PEACEFUL_OTHER("%s<i> has %s the faction '%s<i>'."),
|
COMMAND_PEACEFUL_OTHER("%s&e has %s the faction '%s&e'."),
|
||||||
COMMAND_PEACEFUL_GRANT("granted peaceful status to"),
|
COMMAND_PEACEFUL_GRANT("granted peaceful status to"),
|
||||||
COMMAND_PEACEFUL_REVOKE("removed peaceful status from"),
|
COMMAND_PEACEFUL_REVOKE("removed peaceful status from"),
|
||||||
|
|
||||||
@ -400,7 +400,7 @@ public enum TL {
|
|||||||
COMMAND_PERMANENT_GRANT("added permanent status to"),
|
COMMAND_PERMANENT_GRANT("added permanent status to"),
|
||||||
COMMAND_PERMANENT_REVOKE("removed permanent status from"),
|
COMMAND_PERMANENT_REVOKE("removed permanent status from"),
|
||||||
COMMAND_PERMANENT_YOURS("%1$s has %2$s your faction"),
|
COMMAND_PERMANENT_YOURS("%1$s has %2$s your faction"),
|
||||||
COMMAND_PERMANENT_OTHER("%s<i> has %s the faction '%s<i>'."),
|
COMMAND_PERMANENT_OTHER("%s&e has %s the faction '%s&e'."),
|
||||||
COMMAND_PROMOTE_TARGET("You've been %1$s to %2$s"),
|
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_SUCCESS("You successfully %1$s %2$s to %3$s"),
|
||||||
COMMAND_PROMOTE_PROMOTED("promoted"),
|
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_DESCRIPTION("Toggle faction power permanence"), //TODO: This a real word?
|
||||||
COMMAND_PERMANENTPOWER_GRANT("added permanentpower status to"),
|
COMMAND_PERMANENTPOWER_GRANT("added permanentpower status to"),
|
||||||
COMMAND_PERMANENTPOWER_REVOKE("removed permanentpower status from"),
|
COMMAND_PERMANENTPOWER_REVOKE("removed permanentpower status from"),
|
||||||
COMMAND_PERMANENTPOWER_SUCCESS("<i>You %s <h>%s<i>."),
|
COMMAND_PERMANENTPOWER_SUCCESS("&eYou %s &d%s&e."),
|
||||||
COMMAND_PERMANENTPOWER_FACTION("%s<i> %s your faction"),
|
COMMAND_PERMANENTPOWER_FACTION("%s&e %s your faction"),
|
||||||
|
|
||||||
COMMAND_PROMOTE_DESCRIPTION("/f promote <name>"),
|
COMMAND_PROMOTE_DESCRIPTION("/f promote <name>"),
|
||||||
COMMAND_PROMOTE_WRONGFACTION("%1$s is not part of your faction."),
|
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_TOSHOW("to show player power info"),
|
||||||
COMMAND_POWER_FORSHOW("for showing player power info"),
|
COMMAND_POWER_FORSHOW("for showing player power info"),
|
||||||
COMMAND_POWER_POWER("%1$s<a> - Power / Maxpower: <i>%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_BONUS(" (bonus: "),
|
||||||
COMMAND_POWER_PENALTY(" (penalty: "),
|
COMMAND_POWER_PENALTY(" (penalty: "),
|
||||||
COMMAND_POWER_DESCRIPTION("Show player power info"),
|
COMMAND_POWER_DESCRIPTION("Show player power info"),
|
||||||
|
|
||||||
COMMAND_POWERBOOST_HELP_1("<b>You must specify \"p\" or \"player\" to target a player or \"f\" or \"faction\" to target a faction."),
|
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("<b>ex. /f powerboost p SomePlayer 0.5 -or- /f powerboost f SomeFaction -5"),
|
COMMAND_POWERBOOST_HELP_2("&cex. /f powerboost p SomePlayer 0.5 -or- /f powerboost f SomeFaction -5"),
|
||||||
COMMAND_POWERBOOST_INVALIDNUM("<b>You must specify a valid numeric value for the power bonus/penalty amount."),
|
COMMAND_POWERBOOST_INVALIDNUM("&cYou must specify a valid numeric value for the power bonus/penalty amount."),
|
||||||
COMMAND_POWERBOOST_PLAYER("Player \"%1$s\""),
|
COMMAND_POWERBOOST_PLAYER("Player \"%1$s\""),
|
||||||
COMMAND_POWERBOOST_FACTION("Faction \"%1$s\""),
|
COMMAND_POWERBOOST_FACTION("Faction \"%1$s\""),
|
||||||
COMMAND_POWERBOOST_BOOST("<i>%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_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_POWERBOOST_DESCRIPTION("Apply permanent power bonus/penalty to specified player or faction"),
|
||||||
|
|
||||||
COMMAND_RELATIONS_ALLTHENOPE("<b>Nope! You can't."),
|
COMMAND_RELATIONS_ALLTHENOPE("&cNope! You can't."),
|
||||||
COMMAND_RELATIONS_MORENOPE("<b>Nope! You can't declare a relation to yourself :)"),
|
COMMAND_RELATIONS_MORENOPE("&cNope! You can't declare a relation to yourself :)"),
|
||||||
COMMAND_RELATIONS_ALREADYINRELATIONSHIP("<b>You already have that relation wish set with %1$s."),
|
COMMAND_RELATIONS_ALREADYINRELATIONSHIP("&cYou already have that relation wish set with %1$s."),
|
||||||
COMMAND_RELATIONS_TOMARRY("to change a relation wish"),
|
COMMAND_RELATIONS_TOMARRY("to change a relation wish"),
|
||||||
COMMAND_RELATIONS_FORMARRY("for changing a relation wish"),
|
COMMAND_RELATIONS_FORMARRY("for changing a relation wish"),
|
||||||
COMMAND_RELATIONS_MUTUAL("<i>Your faction is now %1$s<i> to %2$s"),
|
COMMAND_RELATIONS_MUTUAL("&eYour faction is now %1$s&e to %2$s"),
|
||||||
COMMAND_RELATIONS_PEACEFUL("<i>This will have no effect while your faction is peaceful."),
|
COMMAND_RELATIONS_PEACEFUL("&eThis will have no effect while your faction is peaceful."),
|
||||||
COMMAND_RELATIONS_PEACEFULOTHER("<i>This will have no effect while their 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_DESCRIPTION("Set relation wish to another faction"),
|
||||||
COMMAND_RELATIONS_EXCEEDS_ME("<i>Failed to set relation wish. You 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("<i>Failed to set relation wish. They 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<i> wishes to be your %2$s"),
|
COMMAND_RELATIONS_PROPOSAL_1("%1$s&e wishes to be your %2$s"),
|
||||||
COMMAND_RELATIONS_PROPOSAL_2("<i>Type <c>/%1$s %2$s %3$s<i> to accept."),
|
COMMAND_RELATIONS_PROPOSAL_2("&eType &b/%1$s %2$s %3$s&e to accept."),
|
||||||
COMMAND_RELATIONS_PROPOSAL_SENT("%1$s<i> were informed that you wish to be %2$s"),
|
COMMAND_RELATIONS_PROPOSAL_SENT("%1$s&e were informed that you wish to be %2$s"),
|
||||||
|
|
||||||
COMMAND_RELOAD_TIME("<i>Reloaded <h>all configuration files <i>from disk, took <h>%1$d ms<i>."),
|
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_RELOAD_DESCRIPTION("Reload data file(s) from disk"),
|
||||||
|
|
||||||
COMMAND_SAFEUNCLAIMALL_DESCRIPTION("Unclaim all safezone land"),
|
COMMAND_SAFEUNCLAIMALL_DESCRIPTION("Unclaim all safezone land"),
|
||||||
COMMAND_SAFEUNCLAIMALL_UNCLAIMED("<i>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_SAFEUNCLAIMALL_UNCLAIMEDLOG("%1$s unclaimed all safe zones."),
|
||||||
|
|
||||||
COMMAND_SAVEALL_SUCCESS("<i>Factions saved to disk!"),
|
COMMAND_SAVEALL_SUCCESS("&eFactions saved to disk!"),
|
||||||
COMMAND_SAVEALL_DESCRIPTION("Save all data to disk"),
|
COMMAND_SAVEALL_DESCRIPTION("Save all data to disk"),
|
||||||
|
|
||||||
COMMAND_SCOREBOARD_DESCRIPTION("Scoreboardy things"),
|
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_SUCCESS("Set default role of your faction to %1$s"),
|
||||||
COMMAND_SETDEFAULTROLE_INVALIDROLE("Couldn't find matching role for %1$s"),
|
COMMAND_SETDEFAULTROLE_INVALIDROLE("Couldn't find matching role for %1$s"),
|
||||||
|
|
||||||
COMMAND_SETFWARP_NOTCLAIMED("<i>You can only set warps in your faction territory."),
|
COMMAND_SETFWARP_NOTCLAIMED("&eYou can only set warps in your faction territory."),
|
||||||
COMMAND_SETFWARP_LIMIT("<i>Your Faction already has the max amount of warps set <a>(%1$d)."),
|
COMMAND_SETFWARP_LIMIT("&eYour Faction already has the max amount of warps set &6(%1$d)."),
|
||||||
COMMAND_SETFWARP_SET("<i>Set warp <a>%1$s and password <c>'%2$s' <i>to your location."),
|
COMMAND_SETFWARP_SET("&eSet warp &6%1$s and password &b'%2$s' &eto your location."),
|
||||||
COMMAND_SETFWARP_TOSET("to set warp"),
|
COMMAND_SETFWARP_TOSET("to set warp"),
|
||||||
COMMAND_SETFWARP_FORSET("for setting warp"),
|
COMMAND_SETFWARP_FORSET("for setting warp"),
|
||||||
COMMAND_SETFWARP_DESCRIPTION("Set a faction warp"),
|
COMMAND_SETFWARP_DESCRIPTION("Set a faction warp"),
|
||||||
|
|
||||||
COMMAND_SETHOME_DISABLED("<b>Sorry, Faction homes are disabled on this server."),
|
COMMAND_SETHOME_DISABLED("&cSorry, Faction homes are disabled on this server."),
|
||||||
COMMAND_SETHOME_NOTCLAIMED("<b>Sorry, your faction home can only be set inside your own claimed territory."),
|
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_TOSET("to set the faction home"),
|
||||||
COMMAND_SETHOME_FORSET("for setting the faction home"),
|
COMMAND_SETHOME_FORSET("for setting the faction home"),
|
||||||
COMMAND_SETHOME_SET("%1$s<i> set the home for your faction. You can now use:"),
|
COMMAND_SETHOME_SET("%1$s&e set the home for your faction. You can now use:"),
|
||||||
COMMAND_SETHOME_SETOTHER("<b>You have set the home for the %1$s<i> faction."),
|
COMMAND_SETHOME_SETOTHER("&cYou have set the home for the %1$s&e faction."),
|
||||||
COMMAND_SETHOME_DESCRIPTION("Set the faction home"),
|
COMMAND_SETHOME_DESCRIPTION("Set the faction home"),
|
||||||
|
|
||||||
COMMAND_SETMAXVAULTS_DESCRIPTION("Set max vaults for a Faction."),
|
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_NOFACTION_OTHER("That's not a faction"),
|
||||||
COMMAND_SHOW_TOSHOW("to show faction information"),
|
COMMAND_SHOW_TOSHOW("to show faction information"),
|
||||||
COMMAND_SHOW_FORSHOW("for showing faction information"),
|
COMMAND_SHOW_FORSHOW("for showing faction information"),
|
||||||
COMMAND_SHOW_DESCRIPTION("<a>Description: <i>%1$s"),
|
COMMAND_SHOW_DESCRIPTION("&6Description: &e%1$s"),
|
||||||
COMMAND_SHOW_PEACEFUL("This faction is Peaceful"),
|
COMMAND_SHOW_PEACEFUL("This faction is Peaceful"),
|
||||||
COMMAND_SHOW_PERMANENT("<a>This faction is permanent, remaining even with no members."),
|
COMMAND_SHOW_PERMANENT("&6This faction is permanent, remaining even with no members."),
|
||||||
COMMAND_SHOW_JOINING("<a>Joining: <i>%1$s "),
|
COMMAND_SHOW_JOINING("&6Joining: &e%1$s "),
|
||||||
COMMAND_SHOW_INVITATION("invitation is required"),
|
COMMAND_SHOW_INVITATION("invitation is required"),
|
||||||
COMMAND_SHOW_UNINVITED("no invitation is needed"),
|
COMMAND_SHOW_UNINVITED("no invitation is needed"),
|
||||||
COMMAND_SHOW_NOHOME("n/a"),
|
COMMAND_SHOW_NOHOME("n/a"),
|
||||||
COMMAND_SHOW_POWER("<a>Land / Power / Maxpower: <i> %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_BONUS(" (bonus: "),
|
||||||
COMMAND_SHOW_PENALTY(" (penalty: "),
|
COMMAND_SHOW_PENALTY(" (penalty: "),
|
||||||
COMMAND_SHOW_DEPRECIATED("(%1$s depreciated)"), //This is spelled correctly.
|
COMMAND_SHOW_DEPRECIATED("(%1$s depreciated)"), //This is spelled correctly.
|
||||||
COMMAND_SHOW_LANDVALUE("<a>Total land value: <i>%1$s %2$s"),
|
COMMAND_SHOW_LANDVALUE("&6Total land value: &e%1$s %2$s"),
|
||||||
COMMAND_SHOW_BANKCONTAINS("<a>Bank contains: <i>%1$s"),
|
COMMAND_SHOW_BANKCONTAINS("&6Bank contains: &e%1$s"),
|
||||||
COMMAND_SHOW_ALLIES("Allies: "),
|
COMMAND_SHOW_ALLIES("Allies: "),
|
||||||
COMMAND_SHOW_ENEMIES("Enemies: "),
|
COMMAND_SHOW_ENEMIES("Enemies: "),
|
||||||
COMMAND_SHOW_MEMBERSONLINE("Members online: "),
|
COMMAND_SHOW_MEMBERSONLINE("Members online: "),
|
||||||
COMMAND_SHOW_MEMBERSOFFLINE("Members offline: "),
|
COMMAND_SHOW_MEMBERSOFFLINE("Members offline: "),
|
||||||
COMMAND_SHOW_COMMANDDESCRIPTION("Show faction information"),
|
COMMAND_SHOW_COMMANDDESCRIPTION("Show faction information"),
|
||||||
COMMAND_SHOW_DEATHS_TIL_RAIDABLE("<i>DTR: %1$d"),
|
COMMAND_SHOW_DEATHS_TIL_RAIDABLE("&eDTR: %1$d"),
|
||||||
COMMAND_SHOW_EXEMPT("<b>This faction is exempt and cannot be seen."),
|
COMMAND_SHOW_EXEMPT("&cThis faction is exempt and cannot be seen."),
|
||||||
|
|
||||||
COMMAND_SHOWINVITES_PENDING("Players with pending invites: "),
|
COMMAND_SHOWINVITES_PENDING("Players with pending invites: "),
|
||||||
COMMAND_SHOWINVITES_CLICKTOREVOKE("Click to revoke invite for %1$s"),
|
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_STATUS_DESCRIPTION("Show the status of a player"),
|
||||||
|
|
||||||
COMMAND_STUCK_TIMEFORMAT("m 'minutes', s 'seconds.'"),
|
COMMAND_STUCK_TIMEFORMAT("m 'minutes', s 'seconds.'"),
|
||||||
COMMAND_STUCK_CANCELLED("<a>Teleport cancelled because you were damaged"),
|
COMMAND_STUCK_CANCELLED("&6Teleport cancelled because you were damaged"),
|
||||||
COMMAND_STUCK_OUTSIDE("<a>Teleport cancelled because you left <i>%1$d <a>block radius"),
|
COMMAND_STUCK_OUTSIDE("&6Teleport cancelled because you left &e%1$d &6block radius"),
|
||||||
COMMAND_STUCK_EXISTS("<a>You are already teleporting, you must wait <i>%1$s"),
|
COMMAND_STUCK_EXISTS("&6You are already teleporting, you must wait &e%1$s"),
|
||||||
COMMAND_STUCK_START("<a>Teleport will commence in <i>%s<a>. Don't take or deal damage. "),
|
COMMAND_STUCK_START("&6Teleport will commence in &e%s&6. Don't take or deal damage. "),
|
||||||
COMMAND_STUCK_TELEPORT("<a>Teleported safely to %1$d, %2$d, %3$d."),
|
COMMAND_STUCK_TELEPORT("&6Teleported safely to %1$d, %2$d, %3$d."),
|
||||||
COMMAND_STUCK_TOSTUCK("to safely teleport %1$s out"),
|
COMMAND_STUCK_TOSTUCK("to safely teleport %1$s out"),
|
||||||
COMMAND_STUCK_FORSTUCK("for %1$s initiating a safe teleport out"),
|
COMMAND_STUCK_FORSTUCK("for %1$s initiating a safe teleport out"),
|
||||||
COMMAND_STUCK_DESCRIPTION("Safely teleports you out of enemy faction"),
|
COMMAND_STUCK_DESCRIPTION("Safely teleports you out of enemy faction"),
|
||||||
|
|
||||||
COMMAND_TAG_TAKEN("<b>That tag is already taken"),
|
COMMAND_TAG_TAKEN("&cThat tag is already taken"),
|
||||||
COMMAND_TAG_TOCHANGE("to change the faction tag"),
|
COMMAND_TAG_TOCHANGE("to change the faction tag"),
|
||||||
COMMAND_TAG_FORCHANGE("for changing the faction tag"),
|
COMMAND_TAG_FORCHANGE("for changing the faction tag"),
|
||||||
COMMAND_TAG_FACTION("%1$s<i> changed your faction tag to %2$s"),
|
COMMAND_TAG_FACTION("%1$s&e changed your faction tag to %2$s"),
|
||||||
COMMAND_TAG_CHANGED("<i>The faction %1$s<i> changed their name 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_TAG_DESCRIPTION("Change the faction tag"),
|
||||||
|
|
||||||
COMMAND_TITLE_TOCHANGE("to change a players title"),
|
COMMAND_TITLE_TOCHANGE("to change a players title"),
|
||||||
COMMAND_TITLE_FORCHANGE("for changing a players title"),
|
COMMAND_TITLE_FORCHANGE("for changing a players title"),
|
||||||
COMMAND_TITLE_CHANGED("%1$s<i> 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_TITLE_DESCRIPTION("Set or remove a players title"),
|
||||||
|
|
||||||
COMMAND_TOGGLEALLIANCECHAT_DESCRIPTION("Toggles whether or not you will see alliance chat"),
|
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_UNBANNED("&e%1$s &cunbanned &7%2$s"),
|
||||||
COMMAND_UNBAN_TARGET("&aYou were unbanned from &r%s"),
|
COMMAND_UNBAN_TARGET("&aYou were unbanned from &r%s"),
|
||||||
|
|
||||||
COMMAND_UNCLAIM_SAFEZONE_SUCCESS("<i>Safe zone was unclaimed."),
|
COMMAND_UNCLAIM_SAFEZONE_SUCCESS("&eSafe zone was unclaimed."),
|
||||||
COMMAND_UNCLAIM_SAFEZONE_NOPERM("<b>This is a safe zone. You lack permissions to unclaim."),
|
COMMAND_UNCLAIM_SAFEZONE_NOPERM("&cThis is a safe zone. You lack permissions to unclaim."),
|
||||||
COMMAND_UNCLAIM_WARZONE_SUCCESS("<i>War zone was unclaimed."),
|
COMMAND_UNCLAIM_WARZONE_SUCCESS("&eWar zone was unclaimed."),
|
||||||
COMMAND_UNCLAIM_WARZONE_NOPERM("<b>This is a war zone. You lack permissions to unclaim."),
|
COMMAND_UNCLAIM_WARZONE_NOPERM("&cThis is a war zone. You lack permissions to unclaim."),
|
||||||
COMMAND_UNCLAIM_UNCLAIMED("%1$s<i> unclaimed some of your land."),
|
COMMAND_UNCLAIM_UNCLAIMED("%1$s&e unclaimed some of your land."),
|
||||||
COMMAND_UNCLAIM_UNCLAIMS("<i>You unclaimed this 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_LOG("%1$s unclaimed land at (%2$s) from the faction: %3$s"),
|
||||||
COMMAND_UNCLAIM_WRONGFACTION("<b>You don't own this land."),
|
COMMAND_UNCLAIM_WRONGFACTION("&cYou don't own this land."),
|
||||||
COMMAND_UNCLAIM_TOUNCLAIM("to unclaim this land"),
|
COMMAND_UNCLAIM_TOUNCLAIM("to unclaim this land"),
|
||||||
COMMAND_UNCLAIM_FORUNCLAIM("for unclaiming this land"),
|
COMMAND_UNCLAIM_FORUNCLAIM("for unclaiming this land"),
|
||||||
COMMAND_UNCLAIM_FACTIONUNCLAIMED("%1$s<i> unclaimed some land."),
|
COMMAND_UNCLAIM_FACTIONUNCLAIMED("%1$s&e unclaimed some land."),
|
||||||
COMMAND_UNCLAIM_DESCRIPTION("Unclaim the land where you are standing"),
|
COMMAND_UNCLAIM_DESCRIPTION("Unclaim the land where you are standing"),
|
||||||
|
|
||||||
COMMAND_UNCLAIMALL_TOUNCLAIM("to unclaim all faction land"),
|
COMMAND_UNCLAIMALL_TOUNCLAIM("to unclaim all faction land"),
|
||||||
COMMAND_UNCLAIMALL_FORUNCLAIM("for unclaiming all faction land"),
|
COMMAND_UNCLAIMALL_FORUNCLAIM("for unclaiming all faction land"),
|
||||||
COMMAND_UNCLAIMALL_UNCLAIMED("%1$s<i> 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_LOG("%1$s unclaimed everything for the faction: %2$s"),
|
||||||
COMMAND_UNCLAIMALL_DESCRIPTION("Unclaim all of your factions land"),
|
COMMAND_UNCLAIMALL_DESCRIPTION("Unclaim all of your factions land"),
|
||||||
|
|
||||||
COMMAND_VERSION_VERSION("<i>You are running %1$s"),
|
COMMAND_VERSION_VERSION("&eYou are running %1$s"),
|
||||||
COMMAND_VERSION_DESCRIPTION("Show plugin and translation version information"),
|
COMMAND_VERSION_DESCRIPTION("Show plugin and translation version information"),
|
||||||
|
|
||||||
COMMAND_WARUNCLAIMALL_DESCRIPTION("Unclaim all warzone land"),
|
COMMAND_WARUNCLAIMALL_DESCRIPTION("Unclaim all warzone land"),
|
||||||
COMMAND_WARUNCLAIMALL_SUCCESS("<i>You unclaimed ALL war zone land."),
|
COMMAND_WARUNCLAIMALL_SUCCESS("&eYou unclaimed ALL war zone land."),
|
||||||
COMMAND_WARUNCLAIMALL_LOG("%1$s unclaimed all war zones."),
|
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
|
* Leaving - This is accessed through a command, and so it MAY need a COMMAND_* slug :s
|
||||||
*/
|
*/
|
||||||
LEAVE_PASSADMIN("<b>You must give the admin role to someone else first."),
|
LEAVE_PASSADMIN("&cYou must give the admin role to someone else first."),
|
||||||
LEAVE_NEGATIVEPOWER("<b>You cannot leave until your power is positive."),
|
LEAVE_NEGATIVEPOWER("&cYou cannot leave until your power is positive."),
|
||||||
LEAVE_TOLEAVE("to leave your faction."),
|
LEAVE_TOLEAVE("to leave your faction."),
|
||||||
LEAVE_FORLEAVE("for leaving your faction."),
|
LEAVE_FORLEAVE("for leaving your faction."),
|
||||||
LEAVE_LEFT("%s<i> left faction %s<i>."),
|
LEAVE_LEFT("%s&e left faction %s&e."),
|
||||||
LEAVE_DISBANDED("<i>%s<i> was disbanded."),
|
LEAVE_DISBANDED("&e%s&e was disbanded."),
|
||||||
LEAVE_DISBANDEDLOG("The faction %s (%s) was disbanded due to the last player (%s) leaving."),
|
LEAVE_DISBANDEDLOG("The faction %s (%s) was disbanded due to the last player (%s) leaving."),
|
||||||
LEAVE_DESCRIPTION("Leave your faction"),
|
LEAVE_DESCRIPTION("Leave your faction"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Claiming - Same as above basically. No COMMAND_* because it's not in a command class, but...
|
* Claiming - Same as above basically. No COMMAND_* because it's not in a command class, but...
|
||||||
*/
|
*/
|
||||||
CLAIM_PROTECTED("<b>This land is protected"),
|
CLAIM_PROTECTED("&cThis land is protected"),
|
||||||
CLAIM_DISABLED("<b>Sorry, this world has land claiming disabled."),
|
CLAIM_DISABLED("&cSorry, this world has land claiming disabled."),
|
||||||
CLAIM_CANTCLAIM("<b>You can't claim land for <h>%s<b>."),
|
CLAIM_CANTCLAIM("&cYou can't claim land for &d%s&c."),
|
||||||
CLAIM_ALREADYOWN("%s<i> already own this land."),
|
CLAIM_ALREADYOWN("%s&e already own this land."),
|
||||||
CLAIM_MUSTBE("<b>You must be <h>%s<b> to claim land."),
|
CLAIM_MUSTBE("&cYou must be &d%s&c to claim land."),
|
||||||
CLAIM_MEMBERS("Factions must have at least <h>%s<b> members to claim land."),
|
CLAIM_MEMBERS("Factions must have at least &d%s&c members to claim land."),
|
||||||
CLAIM_SAFEZONE("<b>You can not claim a Safe Zone."),
|
CLAIM_SAFEZONE("&cYou can not claim a Safe Zone."),
|
||||||
CLAIM_WARZONE("<b>You can not claim a War Zone."),
|
CLAIM_WARZONE("&cYou can not claim a War Zone."),
|
||||||
CLAIM_POWER("<b>You can't claim more land! You need more power!"),
|
CLAIM_POWER("&cYou can't claim more land! You need more power!"),
|
||||||
CLAIM_LIMIT("<b>Limit reached. You can't claim more land!"),
|
CLAIM_LIMIT("&cLimit reached. You can't claim more land!"),
|
||||||
CLAIM_ALLY("<b>You can't claim the land of your allies."),
|
CLAIM_ALLY("&cYou can't claim the land of your allies."),
|
||||||
CLAIM_CONTIGIOUS("<b>You can only claim additional land which is connected to your first claim or controlled by another faction!"),
|
CLAIM_CONTIGIOUS("&cYou can only claim additional land which is connected to your first claim or controlled by another faction!"),
|
||||||
CLAIM_FACTIONCONTIGUOUS("<b>You can only claim additional land which is connected to your first claim!"),
|
CLAIM_FACTIONCONTIGUOUS("&cYou can only claim additional land which is connected to your first claim!"),
|
||||||
CLAIM_PEACEFUL("%s<i> owns this land. Your faction is peaceful, so you cannot claim land from other factions."),
|
CLAIM_PEACEFUL("%s&e owns this land. Your faction is peaceful, so you cannot claim land from other factions."),
|
||||||
CLAIM_PEACEFULTARGET("%s<i> owns this land, and is a peaceful faction. You cannot claim land from them."),
|
CLAIM_PEACEFULTARGET("%s&e owns this land, and is a peaceful faction. You cannot claim land from them."),
|
||||||
CLAIM_THISISSPARTA("%s<i> owns this land and is strong enough to keep it."),
|
CLAIM_THISISSPARTA("%s&e owns this land and is strong enough to keep it."),
|
||||||
CLAIM_BORDER("<b>You must start claiming land at the border of the territory."),
|
CLAIM_BORDER("&cYou must start claiming land at the border of the territory."),
|
||||||
CLAIM_TOCLAIM("to claim this land"),
|
CLAIM_TOCLAIM("to claim this land"),
|
||||||
CLAIM_FORCLAIM("for claiming this land"),
|
CLAIM_FORCLAIM("for claiming this land"),
|
||||||
CLAIM_TOOVERCLAIM("to overclaim this land"),
|
CLAIM_TOOVERCLAIM("to overclaim this land"),
|
||||||
CLAIM_FOROVERCLAIM("for over claiming this land"),
|
CLAIM_FOROVERCLAIM("for over claiming this land"),
|
||||||
CLAIM_CLAIMED("<h>%s<i> claimed land for <h>%s<i> from <h>%s<i>."),
|
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_CLAIMEDLOG("%s claimed land at (%s) for the faction: %s"),
|
||||||
CLAIM_OVERCLAIM_DISABLED("<i>Over claiming is disabled on this server."),
|
CLAIM_OVERCLAIM_DISABLED("&eOver claiming is disabled on this server."),
|
||||||
CLAIM_TOOCLOSETOOTHERFACTION("<i>Your claim is too close to another Faction. Buffer required is %d"),
|
CLAIM_TOOCLOSETOOTHERFACTION("&eYour claim is too close to another Faction. Buffer required is %d"),
|
||||||
CLAIM_OUTSIDEWORLDBORDER("<i>Your claim is outside the border."),
|
CLAIM_OUTSIDEWORLDBORDER("&eYour claim is outside the border."),
|
||||||
CLAIM_OUTSIDEBORDERBUFFER("<i>Your claim is outside the border. %d chunks away world edge required."),
|
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_CLICK_TO_CLAIM("Click to try to claim &2(%1$d, %2$d)"),
|
||||||
CLAIM_YOUAREHERE("You are here"),
|
CLAIM_YOUAREHERE("You are here"),
|
||||||
|
|
||||||
@ -637,12 +637,12 @@ public enum TL {
|
|||||||
*/
|
*/
|
||||||
GENERIC_YOU("you"),
|
GENERIC_YOU("you"),
|
||||||
GENERIC_YOURFACTION("your faction"),
|
GENERIC_YOURFACTION("your faction"),
|
||||||
GENERIC_NOPERMISSION("<b>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_DOTHAT("do that"), //Ugh nuke this from high orbit
|
||||||
GENERIC_NOPLAYERMATCH("<b>No player match found for \"<p>%1$s<b>\"."),
|
GENERIC_NOPLAYERMATCH("&cNo player match found for \"&3%1$s&c\"."),
|
||||||
GENERIC_NOPLAYERFOUND("<b>No player \"<p>%1$s<b>\" could not be found."),
|
GENERIC_NOPLAYERFOUND("&cNo player \"&3%1$s&c\" could not be found."),
|
||||||
GENERIC_ARGS_TOOFEW("<b>Too few arguments. <i>Use like this:"),
|
GENERIC_ARGS_TOOFEW("&cToo few arguments. &eUse like this:"),
|
||||||
GENERIC_ARGS_TOOMANY("<b>Strange argument \"<p>%1$s<b>\". <i>Use the command like this:"),
|
GENERIC_ARGS_TOOMANY("&cStrange argument \"&3%1$s&c\". &eUse the command like this:"),
|
||||||
GENERIC_DEFAULTDESCRIPTION("Default faction description :("),
|
GENERIC_DEFAULTDESCRIPTION("Default faction description :("),
|
||||||
GENERIC_OWNERS("Owner(s): %1$s"),
|
GENERIC_OWNERS("Owner(s): %1$s"),
|
||||||
GENERIC_PUBLICLAND("Public faction land."),
|
GENERIC_PUBLICLAND("Public faction land."),
|
||||||
@ -652,16 +652,16 @@ public enum TL {
|
|||||||
GENERIC_ENABLED("enabled"),
|
GENERIC_ENABLED("enabled"),
|
||||||
GENERIC_INFINITY("∞"),
|
GENERIC_INFINITY("∞"),
|
||||||
GENERIC_CONSOLEONLY("This command cannot be run as a player."),
|
GENERIC_CONSOLEONLY("This command cannot be run as a player."),
|
||||||
GENERIC_PLAYERONLY("<b>This command can only be used by ingame players."),
|
GENERIC_PLAYERONLY("&cThis command can only be used by ingame players."),
|
||||||
GENERIC_ASKYOURLEADER("<i> Ask your leader to:"),
|
GENERIC_ASKYOURLEADER("&e Ask your leader to:"),
|
||||||
GENERIC_YOUSHOULD("<i>You should:"),
|
GENERIC_YOUSHOULD("&eYou should:"),
|
||||||
GENERIC_YOUMAYWANT("<i>You may want to: "),
|
GENERIC_YOUMAYWANT("&eYou may want to: "),
|
||||||
GENERIC_TRANSLATION_VERSION("Translation: %1$s(%2$s,%3$s) State: %4$s"),
|
GENERIC_TRANSLATION_VERSION("Translation: %1$s(%2$s,%3$s) State: %4$s"),
|
||||||
GENERIC_TRANSLATION_CONTRIBUTORS("Translation contributors: %1$s"),
|
GENERIC_TRANSLATION_CONTRIBUTORS("Translation contributors: %1$s"),
|
||||||
GENERIC_TRANSLATION_RESPONSIBLE("Responsible for translation: %1$s"),
|
GENERIC_TRANSLATION_RESPONSIBLE("Responsible for translation: %1$s"),
|
||||||
GENERIC_FACTIONTAG_TOOSHORT("<i>The faction tag can't be shorter than <h>%1$s<i> chars."),
|
GENERIC_FACTIONTAG_TOOSHORT("&eThe faction tag can't be shorter than &d%1$s&e chars."),
|
||||||
GENERIC_FACTIONTAG_TOOLONG("<i>The faction tag can't be longer than <h>%s<i> chars."),
|
GENERIC_FACTIONTAG_TOOLONG("&eThe faction tag can't be longer than &d%s&e chars."),
|
||||||
GENERIC_FACTIONTAG_ALPHANUMERIC("<i>Faction tag must be alphanumeric. \"<h>%s<i>\" is not allowed."),
|
GENERIC_FACTIONTAG_ALPHANUMERIC("&eFaction tag must be alphanumeric. \"&d%s&e\" is not allowed."),
|
||||||
GENERIC_PLACEHOLDER("<This is a placeholder for a message you should not see>"),
|
GENERIC_PLACEHOLDER("<This is a placeholder for a message you should not see>"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -721,44 +721,44 @@ public enum TL {
|
|||||||
/**
|
/**
|
||||||
* In the player and entity listeners
|
* In the player and entity listeners
|
||||||
*/
|
*/
|
||||||
PLAYER_CANTHURT("<i>You may not harm other players in %s"),
|
PLAYER_CANTHURT("&eYou may not harm other players in %s"),
|
||||||
PLAYER_SAFEAUTO("<i>This land is now a safe zone."),
|
PLAYER_SAFEAUTO("&eThis land is now a safe zone."),
|
||||||
PLAYER_WARAUTO("<i>This land is now a war zone."),
|
PLAYER_WARAUTO("&eThis land is now a war zone."),
|
||||||
PLAYER_OUCH("<b>Ouch, that is starting to hurt. You should give it a rest."),
|
PLAYER_OUCH("&cOuch, that is starting to hurt. You should give it a rest."),
|
||||||
PLAYER_USE_WILDERNESS("<b>You can't use <h>%s<b> in the wilderness."),
|
PLAYER_USE_WILDERNESS("&cYou can't use &d%s&c in the wilderness."),
|
||||||
PLAYER_USE_SAFEZONE("<b>You can't use <h>%s<b> in a safe zone."),
|
PLAYER_USE_SAFEZONE("&cYou can't use &d%s&c in a safe zone."),
|
||||||
PLAYER_USE_WARZONE("<b>You can't use <h>%s<b> in a war zone."),
|
PLAYER_USE_WARZONE("&cYou can't use &d%s&c in a war zone."),
|
||||||
PLAYER_USE_TERRITORY("<b>You can't <h>%s<b> in the territory of <h>%s<b>."),
|
PLAYER_USE_TERRITORY("&cYou can't &d%s&c in the territory of &d%s&c."),
|
||||||
PLAYER_USE_OWNED("<b>You can't use <h>%s<b> in this territory, it is owned by: %s<b>."),
|
PLAYER_USE_OWNED("&cYou can't use &d%s&c in this territory, it is owned by: %s&c."),
|
||||||
PLAYER_COMMAND_WARZONE("<b>You can't use the command '%s' in warzone."),
|
PLAYER_COMMAND_WARZONE("&cYou can't use the command '%s' in warzone."),
|
||||||
PLAYER_COMMAND_NEUTRAL("<b>You can't use the command '%s' in neutral territory."),
|
PLAYER_COMMAND_NEUTRAL("&cYou can't use the command '%s' in neutral territory."),
|
||||||
PLAYER_COMMAND_ENEMY("<b>You can't use the command '%s' in enemy territory."),
|
PLAYER_COMMAND_ENEMY("&cYou can't use the command '%s' in enemy territory."),
|
||||||
PLAYER_COMMAND_PERMANENT("<b>You can't use the command '%s' because you are in a permanent faction."),
|
PLAYER_COMMAND_PERMANENT("&cYou can't use the command '%s' because you are in a permanent faction."),
|
||||||
PLAYER_COMMAND_ALLY("<b>You can't use the command '%s' in ally territory."),
|
PLAYER_COMMAND_ALLY("&cYou can't use the command '%s' in ally territory."),
|
||||||
PLAYER_COMMAND_WILDERNESS("<b>You can't use the command '%s' in the wilderness."),
|
PLAYER_COMMAND_WILDERNESS("&cYou can't use the command '%s' in the wilderness."),
|
||||||
|
|
||||||
PLAYER_POWER_NOLOSS_PEACEFUL("<i>You didn't lose any power since you are in a peaceful faction."),
|
PLAYER_POWER_NOLOSS_PEACEFUL("&eYou didn't lose any power since you are in a peaceful faction."),
|
||||||
PLAYER_POWER_NOLOSS_WORLD("<i>You didn't lose any power due to the world you died in."),
|
PLAYER_POWER_NOLOSS_WORLD("&eYou didn't lose any power due to the world you died in."),
|
||||||
PLAYER_POWER_NOLOSS_WILDERNESS("<i>You didn't lose any power since you were in the wilderness."),
|
PLAYER_POWER_NOLOSS_WILDERNESS("&eYou didn't lose any power since you were in the wilderness."),
|
||||||
PLAYER_POWER_NOLOSS_WARZONE("<i>You didn't lose any power since you were in a war zone."),
|
PLAYER_POWER_NOLOSS_WARZONE("&eYou didn't lose any power since you were in a war zone."),
|
||||||
PLAYER_POWER_LOSS_WARZONE("<b>The world you are in has power loss normally disabled, but you still lost power since you were in a war zone.\n<i>Your power is now <h>%d / %d"),
|
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("<i>Your power is now <h>%d / %d"),
|
PLAYER_POWER_NOW("&eYour power is now &d%d / %d"),
|
||||||
|
|
||||||
PLAYER_PVP_LOGIN("<i>You can't hurt other players for %d seconds after logging in."),
|
PLAYER_PVP_LOGIN("&eYou can't hurt other players for %d seconds after logging in."),
|
||||||
PLAYER_PVP_REQUIREFACTION("<i>You can't hurt other players until you join a faction."),
|
PLAYER_PVP_REQUIREFACTION("&eYou can't hurt other players until you join a faction."),
|
||||||
PLAYER_PVP_FACTIONLESS("<i>You can't hurt players who are not currently in a faction."),
|
PLAYER_PVP_FACTIONLESS("&eYou can't hurt players who are not currently in a faction."),
|
||||||
PLAYER_PVP_PEACEFUL("<i>Peaceful players cannot participate in combat."),
|
PLAYER_PVP_PEACEFUL("&ePeaceful players cannot participate in combat."),
|
||||||
PLAYER_PVP_NEUTRAL("<i>You can't hurt neutral factions. Declare them as an enemy."),
|
PLAYER_PVP_NEUTRAL("&eYou can't hurt neutral factions. Declare them as an enemy."),
|
||||||
PLAYER_PVP_CANTHURT("<i>You can't hurt %s<i>."),
|
PLAYER_PVP_CANTHURT("&eYou can't hurt %s&e."),
|
||||||
|
|
||||||
PLAYER_PVP_NEUTRALFAIL("<i>You can't hurt %s<i> in their own territory unless you declare them as an enemy."),
|
PLAYER_PVP_NEUTRALFAIL("&eYou can't hurt %s&e in their own territory unless you declare them as an enemy."),
|
||||||
PLAYER_PVP_TRIED("%s<i> tried to hurt you."),
|
PLAYER_PVP_TRIED("%s&e tried to hurt you."),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Strings lying around in other bits of the plugins
|
* Strings lying around in other bits of the plugins
|
||||||
*/
|
*/
|
||||||
NOPAGES("<i>Sorry. No Pages available."),
|
NOPAGES("&eSorry. No Pages available."),
|
||||||
INVALIDPAGE("<i>Invalid page. Must be between 1 and %1$d"),
|
INVALIDPAGE("&eInvalid page. Must be between 1 and %1$d"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The ones here before I started messing around with this
|
* The ones here before I started messing around with this
|
||||||
@ -771,7 +771,7 @@ public enum TL {
|
|||||||
SAFEZONE("safezone", "&6Safezone"),
|
SAFEZONE("safezone", "&6Safezone"),
|
||||||
SAFEZONE_DESCRIPTION("safezone-description", "Free from pvp and monsters."),
|
SAFEZONE_DESCRIPTION("safezone-description", "Free from pvp and monsters."),
|
||||||
TOGGLE_SB("toggle-sb", "You now have scoreboards set to {value}"),
|
TOGGLE_SB("toggle-sb", "You now have scoreboards set to {value}"),
|
||||||
FACTION_LEAVE("faction-leave", "<a>Leaving %1$s, <a>Entering %2$s"),
|
FACTION_LEAVE("faction-leave", "&6Leaving %1$s, &6Entering %2$s"),
|
||||||
FACTION_ENTER_TITLE("faction-enter-title", ""),
|
FACTION_ENTER_TITLE("faction-enter-title", ""),
|
||||||
FACTION_ENTER_SUBTITLE("faction-enter-subtitle", "%s"),
|
FACTION_ENTER_SUBTITLE("faction-enter-subtitle", "%s"),
|
||||||
FACTIONS_ANNOUNCEMENT_TOP("faction-announcement-top", "&d--Unread Faction Announcements--"),
|
FACTIONS_ANNOUNCEMENT_TOP("faction-announcement-top", "&d--Unread Faction Announcements--"),
|
||||||
|
Loading…
Reference in New Issue
Block a user