Facebook
From Botched Finch, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 248
  1. FACTION_CREATED: "&e{player}&c has created a new faction named &e{faction}&c."
  2.  
  3. SYSTEM_CREATED: "&e{player}&c has created a new system faction named &e{faction}&c."
  4.  
  5. FACTION_DISBANDED: "&e{player}&c has disbanded the faction named &e{faction}&c."
  6.  
  7. FACTION_TAG_EXISTS: "&cA faction with that tag already exists."
  8.  
  9. FACTION_TAG_EXCEED_LENGTH: "&eThe faction tag can't be longer than &d{length} characters."
  10.  
  11. FACTION_TAG_MUST_EXCEED_LENGTH: "&eThe faction tag must be longer than &d{length} characters."
  12.  
  13. FACTION_TAG_INVALID: "&eThe faction tag must be alphanumeric."
  14.  
  15. FACTION_INVALID_ARGS: "&cStrange argument '&3{cmd}&c'. Type &b/f help&c for a list of commands." # ' will be converted to "
  16.  
  17. FACTION_INVALID_ECONOMY_AMOUNT: "&cYou must specify a valid amound!"
  18.  
  19. FACTION_NOT_ENOUGH_ECONOMY: "&cYou don't have that much money!"
  20.  
  21. SYSTEM_SET_DEATHBAN: "&7{faction}&e is now {deathban}&e!"
  22.  
  23. FACTION_NOT_ENOUGH_BALANCE_ECONOMY: "&cYour faction does not have that much money!"
  24.  
  25. FACTION_BROKE_ECONOMY: "&cYour faction has no money!"
  26.  
  27. FACTION_MONEY_DEPOSITED: "&7{player} &ehas deposited &a${amount}&e into the faction balance!"
  28.  
  29. FACTION_MONEY_WITHDRAWN: "&7{player} &ehas withdrawn &a${amount}&e from the faction balance!"
  30.  
  31. FACTION_SET_HOME: "&7{player}&e has set the faction home to &7X: {x}&6, &7Y: {y}&6, &7Z: {z}&e!"
  32.  
  33. FACTION_NOT_FROZEN: "&cThat faction is not frozen!"
  34.  
  35. FACTION_THAWED: "&eYour faction has been thawed by &a{player}&e!"
  36.  
  37. FACTION_THAWED_PLAYER: "&eYou have thawed &7{faction}&e!"
  38.  
  39. FACTION_HOME_NOT_SET: "&cYour faction does not have a home!"
  40.  
  41. FACTION_TELEPORT_CANCELLED: "&cTeleport cancelled!"
  42.  
  43. FACTION_INVALID_COLOR: "Please specify a valid color!"
  44.  
  45. FACTION_INVALID_DTR: "Pleace spiecify valid DTR amount!"
  46.  
  47. FACTION_DTR_SET: "&eYour faction's DTR has been set to &7{DTR}&e by &a{player}&e!"
  48.  
  49. FACTION_UNClAIM_ALL: "&7{player}&e has unclaimed all your faction land!"
  50.  
  51. FACTION_NO_CLAIMS: "&cYour faction does not have any claims!"
  52.  
  53. FACTION_DTR_SET_PLAYER: "&eYou have set &7{faction}&e's DTR to &7{DTR}&e!"
  54.  
  55. FACTION_TOO_MANY_ARGS:
  56.  
  57.   DISBAND: "&cToo many arguments. &eUse like this: &b/f disband"
  58.  
  59.   CHAT: "&cToo many arguments. &eUse like this: &b/f c <faction/ally/public>"
  60.  
  61. FACTION_TOO_FEW_ARGS:
  62.  
  63.   JOIN: "&cToo few arguments. &eUse like this: &b/f join &3<faction/player>"
  64.  
  65.   INVITE: "&cToo few arguments. &eUse like this: &b/f invite &3<player>"
  66.  
  67.   CREATE: "&cToo few arguments. &eUse like this: &b/f create &3<faction tag>"
  68.  
  69.   ALLY: "&cToo few arguments. &eUse like this: &b/f ally &3<faction>"
  70.  
  71.   ENEMY: "&cToo few arguments. &eUse like this: &b/f enemy &3<faction>"
  72.  
  73.   KICK: "&cToo few arguments. &eUse like this: &b/f kick &3<player>"
  74.  
  75.   DEPOSIT: "&cToo few arguments. &eUse like this: &b/f deposit &3<amount>"
  76.  
  77.   WITHDRAW: "&cToo few arguments. &eUse like this: &b/f withdraw &3<amount>"
  78.  
  79.   LEADER: "&cToo few arguments. &eUse like this: &b/f leader &3<player>"
  80.  
  81.   OFFICER: "&cToo few arguments. &eUse like this: &b/f officer &3<player>"
  82.  
  83.   MESSAGE: "&cToo few arguments. &eUse like this: &b/f msg &3<message>"
  84.  
  85.   DEMOTE: "&cToo few arguments. &eUse like this: &b/f demote &3<player>"
  86.  
  87.   RENAME: "&cToo few arguments. &eUse like this: &b/f rename &3<new_name>"
  88.  
  89.   UNINVITE: "&cToo few arguments. &eUse like this: &b/f uninvite &3<player>"
  90.  
  91.   CREATE_SYSTEM: "&cToo few arguments. &eUse like this: &b/f createsystem &3<system tag>"
  92.  
  93.   DISBAND_FACTION: "&cToo few arguments. &eUse like this: &b/f disband &3<faction>"
  94.  
  95.   RENAME_FACTION: "&cToo few arguments. &eUse like this: &b/f renamesystem <faction> &3<faction tag>"
  96.  
  97.   CLAIM_FACTION: "&cToo few arguments. &eUse like this: &b/f claimfaction &3<faction>"
  98.  
  99.   COLOR: "&cToo few arguments. &eUse like this: &b/f color &3<system> <color>"
  100.  
  101.   DEATHBAN: "&cToo few arguments. &eUse like this: &b/f deathban &3<system> <true/false>"
  102.  
  103.   FACTION_SET_HOME: "&cToo few arguments. &eUse like this: &b/f setfactionhome &3<faction>"
  104.  
  105.   THAW: "&cToo few arguments. &eUse like this: &b/f thaw &3<faction>"
  106.  
  107.   FREEZE: "&cToo few arguments. &eUse like this: &b/f freeze &3<faction> <time>"
  108.  
  109.   SETDTR: "&cToo few arguments. &eUse like this: &b/f setdtr &3<faction> <amount>"
  110.  
  111. FACTION_CHAT_FORMAT:
  112.  
  113.   ALLY: "&d{player} &5» &d{message}"
  114.  
  115.   FACTION: "&a{player} &2» &a{message}"
  116.  
  117. FACTION_TOO_MANY_ALLIES: "&cYour faction has met the ally limit!"
  118.  
  119. FACTION_TELEPORT:
  120.  
  121.   STUCK: "&cYou will be teleported to safety in 60 seconds.."
  122.  
  123.   HOME: "&cYou will be teleported to your faction home in 10 seconds."
  124.  
  125. FACTION_CHAT_CHANGED:
  126.  
  127.   PUBLIC: "&eYou are now talking in public chat."
  128.  
  129.   ALLY: "&eYou are now talking in &dally&e chat."
  130.  
  131.   FACTION: "&eYou are now talking in &afaction&e chat."
  132.  
  133. FACTION_LIST_EMPTY: "&cThere are no factions to display on this page!"
  134.  
  135. FACTION_LIST_INFO: "&f{position}. &6{name} &8- &eOnline: [{online}/{total}] &8- &eDTR: &7[{dtr}/{maxdtr}]"
  136.  
  137. FACTION_LIST_HEADER: "&8&m------------&r &6Faction List &8&m------------"
  138.  
  139. FACTION_LIST_FOOTER: "&8&m------------&r &6Page {page} &8&m----------------"
  140.  
  141. FACTION_NOT_INSIDE_CLAIM: "&cYou must be inside a faction claim!"
  142.  
  143. FACTION_LAND_UNCLAIMED: "&7{player}&e has unclaimed land from your faction!"
  144.  
  145. FACTION_MAP_DISPLAYED: "&ePillars are now being displayed."
  146.  
  147. FACTION_MAP_NO_DISPLAY: "&ePillars are no longer being displayed."
  148.  
  149. FACTION_MAP_DISPLAYED_FACTION: "&7{faction}&e being displayed with &6{block}&e."
  150.  
  151. FACTION_MAP_NO_NEARBY: "&cThere are no nearby faction claims to display."
  152.  
  153. FACTION_CANNOT_DEMOTE: "&cYou cannot demote yourself!"
  154.  
  155. FACTION_FRIENDLY_DAMAGE: "&eYou cannot hurt &a{player}&e!"
  156.  
  157. FACTION_ALLY_DAMAGE: "&eYou cannot hurt &d{player}&e!"
  158.  
  159. FACTION_TOO_MANY_PLAYERS: "&cThat faction has too many players!"
  160.  
  161. FACTION_LEAVE_FROZEN: "&cYou cannot leave a frozen faction!"
  162.  
  163. FACTION_KICK_FROZEN: "&cYou cannot kick players when your faction is frozen!"
  164.  
  165. SAVED:
  166.  
  167.   PLAYER: "&cSuccessfully saved {amount} player factions."
  168.  
  169.   SYSTEM: "&cSuccessfully saved {amount} system factions."
  170.  
  171. FACTION_CLAIM_MESSAGES:
  172.  
  173.   ENTERING:
  174.  
  175.     ALLY: "&eNow Entering &a{faction}&e (&cDeathban&e)"
  176.  
  177.     FRIENDLY: "&eNow Entering &a{faction}&e (&cDeathban&e)"
  178.  
  179.     ENEMY: "&eNow Entering &c{faction}&e (&cDeathban&e)"
  180.  
  181.     SYSTEM: "&eNow Entering %S{faction}&e (&c{deathban}&e)" #%S represents system color. You can set the color of each system faction in game.
  182.  
  183.   LEAVING:
  184.  
  185.     ALLY: "&eNow Leaving &a{faction}&e (&cDeathban&e)"
  186.  
  187.     FRIENDLY: "&eNow Leaving &a{faction}&e (&cDeathban&e)"
  188.  
  189.     ENEMY: "&eNow Leaving &c{faction}&e (&cDeathban&e)"
  190.  
  191.     SYSTEM: "&eNow Leaving %S{faction}&e (&c{deathban}&e)" #%S represents system color. You can set the color of each system faction in game.
  192.  
  193. FACTION_HELP:
  194.  
  195.     4:
  196.  
  197.       - "&8&m-----------------------------------------------------"
  198.  
  199.       - "&6Faction Help &e(Page 4/4)"
  200.  
  201.       - "&a/f withdraw > &7Withdraws money from the faction balance."
  202.  
  203.       - "&6You are currently on &fPage 4/4."
  204.  
  205.       - "&6To view other pages, use &e/f help <page#>."
  206.  
  207.       - "&8&m-----------------------------------------------------"
  208.  
  209.     3:
  210.  
  211.       - "&8&m-----------------------------------------------------"
  212.  
  213.       - "&6Faction Help &e(Page 3/4)"
  214.  
  215.       - "&a/f rename > &7Change the name of your faction."
  216.  
  217.       - "&a/f promote > &7Promotes a player to a captain."
  218.  
  219.       - "&a/f sethome > &7Sets the faction home location."
  220.  
  221.       - "&a/f show > &7Get details about a faction."
  222.  
  223.       -  "&a/f unclaim > &7Unclaims land from your faction."
  224.  
  225.       - "&a/f uninvite > &7Revoke an invitation to a player."
  226.  
  227.       - "&6You are currently on &fPage 3/4."
  228.  
  229.       - "&6To view other pages, use &e/f help <page#>."
  230.  
  231.       - "&8&m-----------------------------------------------------"
  232.  
  233.     2:
  234.  
  235.       - "&8&m-----------------------------------------------------"
  236.  
  237.       - "&6Faction Help &e(Page 2/4)"
  238.  
  239.       - "&a/f disband > &7Disband your faction."
  240.  
  241.       - "&a/f home > &7Teleport to the faction home."
  242.  
  243.       - "&a/f invite > &7Invite a player to the faction."
  244.  
  245.       - "&a/f kick > &7Kick a player from the faction."
  246.  
  247.       - "&a/f leader > &7Sets the new leader for your faction."
  248.  
  249.       - "&a/f leave > &7Leave your current faction."
  250.  
  251.       - "&a/f list > &7See a list of all factions."
  252.  
  253.       - "&a/f map > &7View all claims around your location."
  254.  
  255.       - "&a/f msg > &7Sends a message to your faction."
  256.  
  257.       - "&6You are currently on &fPage 2/4."
  258.  
  259.       - "&6To view other pages, use &e/f help <page#>."
  260.  
  261.       - "&8&m-----------------------------------------------------"
  262.  
  263.     1:
  264.  
  265.       - "&8&m-----------------------------------------------------"
  266.  
  267.       - "&6Faction Help &e(Page 1/4)"
  268.  
  269.       - "&a/f accept > &7Accept a join request from an existing faction."
  270.  
  271.       - "&a/f chat > &7Toggle faction chat only mode on or off."
  272.  
  273.       - "&a/f claim > &7Claim land in the Wilderness."
  274.  
  275.       - "&a/f create > &7Create a faction."
  276.  
  277.       - "&a/f demote > &7Demotes a player to a member."
  278.  
  279.       - "&a/f deposit > &7Deposits money to the faction balance."
  280.  
  281.       - "&6You are currently on &fPage 1/4."
  282.  
  283.       - "&6To view other pages, use &e/f help <page#>"
  284.  
  285.       - "&8&m-----------------------------------------------------"
  286.  
  287. WAND_MESSAGES:
  288.  
  289.   CLEAR: "&cRight-click the wand again to clear your selection!"
  290.  
  291.   CLEARED: "&aYou have successfully cleared your wand selection!"
  292.  
  293.   INVALID_SELECTION: "&cYou do not have a valid selection!"
  294.  
  295.   FIRST_POINT: "&eYou have set the &afirst&e point to &7(X:&e {x} &7Z:&e {z}&7)"
  296.  
  297.   SECOND_POINT: "&eYou have set the &asecond&e point to &7(X:&e {x} &7Z:&e {z}&7)"
  298.  
  299.   OVERCLAIM: "&cYou cannot claim over claimed faction land!"
  300.  
  301.   TOO_CLOSE: "&cYour claim is too close to another faction claim!"
  302.  
  303.   TOO_FAR: "&cYou must claim closer to previous claims!"
  304.  
  305.   OTHER: "&cYou cannot claim here!"
  306.  
  307.   TOO_SMALL: "&cYour claim is too small!"
  308.  
  309.   COST_TOO_MUCH: "&eThis claim will cost &c${amount}&e!"
  310.  
  311.   COST_ENOUGH: "&eThis claim will cost &a${amount}&e!"
  312.  
  313.   INVALID_FUNDS: "&cYour faction does not have enough money to purchase this claim!"
  314.  
  315.   BROADCAST: "&7{player} &ehas claimed land for your faction!"
  316.  
  317. PLAYER_EVENTS:
  318.  
  319.   DEATH: "&c{player}&e has died! DTR&7:{dtr}/{maxdtr}"
  320.  
  321.   JOIN: "&eFaction member &a{player}&e has logged on!"
  322.  
  323.   QUIT: "&eFaction member &a{player}&e has logged quit!"