Properly add prefixes to messages

This commit is contained in:
N0tMyFaultOG 2020-07-13 13:01:13 +02:00
parent 564efd77f7
commit f93714a44e

View File

@ -1,281 +1,281 @@
{
"confirm.expired_confirm": "<gray>Confirmation has expired, please run the command again!</gray>",
"confirm.failed_confirm": "<gray>You have no pending actions to confirm!</gray>",
"confirm.requires_confirm": "<gray>Are you sure you wish to execute: </gray><gold><command></orange><gray>?</gray>\n<red>This cannot be undone! If you are sure: </red><gray>/plot confirm</gray>",
"confirm.expired_confirm": "<prefix><red>Confirmation has expired, please run the command again!</red>",
"confirm.failed_confirm": "<prefix><red>You have no pending actions to confirm!</red>",
"confirm.requires_confirm": "<prefix><gray>Are you sure you wish to execute: </gray><gold><command></orange><gray>?</gray>\n<red>This cannot be undone! If you are sure: </red><gray>/plot confirm</gray>",
"move.move_success": "<dark_aqua>Successfully moved plot.</dark_aqua>",
"move.move_merged": "<gray>Merged plots may not be moved. Please unmerge the plot before performing the move.</gray>",
"move.copy_success": "<dark_aqua>Successfully copied plot.</dark_aqua>",
"move.reqiores_unowned": "<gray>The location specified is already occupied.</gray>",
"move.move_success": "<prefix><dark_aqua>Successfully moved plot.</dark_aqua>",
"move.move_merged": "<prefix><gray>Merged plots may not be moved. Please unmerge the plot before performing the move.</gray>",
"move.copy_success": "<prefix><dark_aqua>Successfully copied plot.</dark_aqua>",
"move.reqiores_unowned": "<prefix><gray>The location specified is already occupied.</gray>",
"debug.requires_unmerged": "<gray>The plot cannot be merged.</gray>",
"debug.degub_header": " <gold>Debug Information</orange>\n",
"debug.requires_unmerged": "<prefix><red>The plot cannot be merged.</red>",
"debug.degub_header": "<prefix> <gold>Debug Information</orange>\n",
"debug.debug_section": "<gray>>></gray> <gold><bold>&l<val></bold></gold>",
"debug.debug_line": "<gray>>></gray> <gold><var></gold><gray>:</gray><gold> <val></gold>\n",
"debug.plot_debug": "<gray>[<gold>Plot </gold><gray>Debug] (</gray><gold><plot></gold><gray>): <message></gray>",
"set.set_attribute": "<dark_aqua>Successfully set <attribute> to <value></dark_aqua>",
"set.set_attribute": "<prefix><dark_aqua>Successfully set <attribute> to <value>.</dark_aqua>",
"web.generating_link": "<gold>Processing plot...</gold>",
"web.generating_link_failed": "<red>Failed to generate download link!</red>",
"web.save_failed": "<gray>Failed to save.</gray>",
"web.load_null": "<gray>Please use </gray><dark_aqua>/plot load </dark_aqua><gray>to get a list of schematics.</gray>",
"web.load_failed": "<gray>Failed to load schematic.</gray>",
"web.load_list": "<gray>To load a schematic, use </gray><gold>/plot load #</gold><gray>.</gray>",
"web.save_success": "<gold>Successfully saved!</gold>",
"web.generating_link": "<prefix><gold>Processing plot...</gold>",
"web.generating_link_failed": "<prefix><red>Failed to generate download link!</red>",
"web.save_failed": "<prefix><red>Failed to save.</red>",
"web.load_null": "<prefix><gray>Please use </gray><dark_aqua>/plot load </dark_aqua><gray>to get a list of schematics.</gray>",
"web.load_failed": "<prefix><red>Failed to load schematic.</red>",
"web.load_list": "<prefix><gray>To load a schematic, use </gray><gold>/plot load #</gold><gray>.</gray>",
"web.save_success": "<prefix><gold>Successfully saved!</gold>",
"compass.compass_target": "<dark_aqua>Successfully targeted plot with your compass.</dark_aqua>",
"compass.compass_target": "<prefix><dark_aqua>Successfully targeted plot with your compass.</dark_aqua>",
"cluster.cluster_available_args": "<gold>The following sub commands are available: </gold><dark_aqua>list</dark_aqua><gray>, </gray><dark_aqua>create</dark_aqua><gray>, </gray><dark_aqua>delete</dark_aqua><gray>, </gray><dark_aqua>resize</dark_aqua><gray>, </gray><dark_aqua>invite</dark_aqua><gray>, </gray><dark_aqua>kick</dark_aqua><gray>, </gray><dark_aqua>leave</dark_aqua><gray>, </gray><dark_aqua>members</dark_aqua><gray>, </gray><dark_aqua>info</dark_aqua><gray>, </gray><dark_aqua>tp</dark_aqua><gray>, </gray><dark_aqua>sethome</dark_aqua>",
"cluster.cluster_list_heading": "<gray>There are </gray><gold><amount></gold><gray> clusters in this world.</gray>",
"cluster.cluster_list_element": "<gray> - </gray><gold><cluster></gold>\n",
"cluster.cluster_intersection": "<gray>The proposed area overlaps with: <cluster></gray>",
"cluster.cluster_outside": "<gray>The proposed area is outside the plot area: <area></gray>",
"cluster.cluster_added": "<dark_aqua>Successfully created the cluster.</dark_aqua>",
"cluster.cluster_deleted": "<dark_aqua>Successfully deleted the cluster.</ark_aqua>",
"cluster.cluster_resized": "<dark_aqua>Successfully resized the cluster.</dark_aqua>",
"cluter.cluster_added_user": "<dark_aqua>Successfully added user to the cluster.</dark_aqua>",
"cluster.cannot_kick_player": "<red>You cannot kick that player.</red>",
"cluster.cluster_invited": "<gold>You have been invited to the following cluster: </gold><gray><cluster>.</gray>",
"cluster.cluster_removed": "<gold>You have been removed from cluster: </gold><gray><cluster>.</gray>",
"cluster.cluster_kicked_user": "<dark_aqua>Successfully kicked the user from the cluster.</dark_aqua>",
"cluster.invalid_cluster_name": "<red>Invalid cluster name: </red><gold><cluster></gold>",
"cluster.cluster_not_added": "<gray>That player was not added to the plot cluster.</gray>",
"cluster.cluster_cannot_leave": "<red>You must delete or transfer ownership before leaving the cluster.</red>",
"cluster.cluster_added_helper": "<dark_aqua>Successfully added a helper to the cluster.</dark_aqua>",
"cluster.cluster_removed_helper": "<dark_aqua>Successfully removed a helper from the cluster.</dark_aqua>",
"cluster.cluster_regenerated": "<dark_aqua>Successfully started cluster regeneration.</dark_aqua>",
"cluster.cluster_teleporting": "<dark_aqua>Teleporting...</dark_aqua>",
"cluster.cluster_info": "<gold>Current cluster: </gold><gray><id></gray>\n<gold>Name: </gold><gray><name></gray>\n<gold>Owner: </gold><gray><owner></gray>\n<gold>Size: </gold><gray><size></gray>\n<gold>Rights: </gold><gray><rights></gray>",
"cluster.cluster_available_args": "<prefix><gold>The following sub commands are available: </gold><dark_aqua>list</dark_aqua><gray>, </gray><dark_aqua>create</dark_aqua><gray>, </gray><dark_aqua>delete</dark_aqua><gray>, </gray><dark_aqua>resize</dark_aqua><gray>, </gray><dark_aqua>invite</dark_aqua><gray>, </gray><dark_aqua>kick</dark_aqua><gray>, </gray><dark_aqua>leave</dark_aqua><gray>, </gray><dark_aqua>members</dark_aqua><gray>, </gray><dark_aqua>info</dark_aqua><gray>, </gray><dark_aqua>tp</dark_aqua><gray>, </gray><dark_aqua>sethome</dark_aqua>",
"cluster.cluster_list_heading": "<prefix><gray>There are </gray><gold><amount></gold><gray> clusters in this world.</gray>",
"cluster.cluster_list_element": "<prefix><gray> - </gray><gold><cluster></gold>\n",
"cluster.cluster_intersection": "<prefix><gray>The proposed area overlaps with: <cluster></gray>",
"cluster.cluster_outside": "<prefix><gray>The proposed area is outside the plot area: <area></gray>",
"cluster.cluster_added": "<prefix><dark_aqua>Successfully created the cluster.</dark_aqua>",
"cluster.cluster_deleted": "<prefix><dark_aqua>Successfully deleted the cluster.</ark_aqua>",
"cluster.cluster_resized": "<prefix><dark_aqua>Successfully resized the cluster.</dark_aqua>",
"cluter.cluster_added_user": "<prefix><dark_aqua>Successfully added user to the cluster.</dark_aqua>",
"cluster.cannot_kick_player": "<prefix><red>You cannot kick that player.</red>",
"cluster.cluster_invited": "<prefix><gold>You have been invited to the following cluster: </gold><gray><cluster>.</gray>",
"cluster.cluster_removed": "<prefix><gold>You have been removed from cluster: </gold><gray><cluster>.</gray>",
"cluster.cluster_kicked_user": "<prefix><dark_aqua>Successfully kicked the user from the cluster.</dark_aqua>",
"cluster.invalid_cluster_name": "<prefix><red>Invalid cluster name: </red><gold><cluster></gold>",
"cluster.cluster_not_added": "<prefix><gray>That player was not added to the plot cluster.</gray>",
"cluster.cluster_cannot_leave": "<prefix><red>You must delete or transfer ownership before leaving the cluster.</red>",
"cluster.cluster_added_helper": "<prefix><dark_aqua>Successfully added a helper to the cluster.</dark_aqua>",
"cluster.cluster_removed_helper": "<prefix><dark_aqua>Successfully removed a helper from the cluster.</dark_aqua>",
"cluster.cluster_regenerated": "<prefix><dark_aqua>Successfully started cluster regeneration.</dark_aqua>",
"cluster.cluster_teleporting": "<prefix><dark_aqua>Teleporting...</dark_aqua>",
"cluster.cluster_info": "<prefix><gold>Current cluster: </gold><gray><id></gray>\n<gold>Name: </gold><gray><name></gray>\n<gold>Owner: </gold><gray><owner></gray>\n<gold>Size: </gold><gray><size></gray>\n<gold>Rights: </gold><gray><rights></gray>",
"border.border": "<gray>You are outside the current map border.</gray>",
"border.border": "<prefix><gray>You are outside the current map border.</gray>",
"worldedit.worldedit_bypass": "<gray><italic>To bypass your restrictions use </gray><dark_aqua>/plot wea</dark_aqua></italic>",
"worldedit.worldedit_bypassed": "<gray>Currently bypassing WorldEdit restriction.</gray>",
"worldedit.worldedit_bypass": "<prefix><gray><italic>To bypass your restrictions use </gray><dark_aqua>/plot wea</dark_aqua></italic>",
"worldedit.worldedit_bypassed": "<prefix><gray>Currently bypassing WorldEdit restriction.</gray>",
"gamemode.gamemode_was_bypassed": "<gold>You bypassed the gamemode (</gold><gray>{gamemode}</gray><gold>) <gold>set for </gold><gray>{plot}</gray>",
"gamemode.gamemode_was_bypassed": "<prefix><gold>You bypassed the gamemode (</gold><gray>{gamemode}</gray><gold>) <gold>set for </gold><gray>{plot}</gray>",
"height.height_limit": "<gold>This plot area has a height limit of </gold><gray>{limit}.</gray>",
"height.height_limit": "<prefix><gold>This plot area has a height limit of </gold><gray>{limit}.</gray>",
"notification.notify_enter": "<gray><player> entered your plot (</gray><gold><plot></gold><gray>).</gray>",
"notification.notify_leave": "<gray><player> left your plot (</gray><gold><plot></gold><gray>).</gray>",
"notification.notify_enter": "<prefix><gray><player> entered your plot (</gray><gold><plot></gold><gray>).</gray>",
"notification.notify_leave": "<prefix><gray><player> left your plot (</gray><gold><plot></gold><gray>).</gray>",
"swap.swap_overlap": "<gray>The proposed areas are not allowed to overlap.</gray>",
"swap.swap_success": "<dark_aqua>Successfully swapped plots.</dark_aqua>",
"swap.swap_merged": "<red>Merged plots may not be swapped. Please unmerge the plots before performing the swap.</red>",
"swap.swap_overlap": "<prefix><red>The proposed areas are not allowed to overlap.</red>",
"swap.swap_success": "<prefix><dark_aqua>Successfully swapped plots.</dark_aqua>",
"swap.swap_merged": "<prefix><red>Merged plots may not be swapped. Please unmerge the plots before performing the swap.</red>",
"comment.inbox_notification": "<dark_aqua><amount> </dark_aqua><gray>unread messages. Use /plot inbox.</gray>",
"comment.not_valid_inbox_index": "<gray>No comment at index <number>.</gray>",
"comment.inbox_notification": "<prefix><dark_aqua><amount> </dark_aqua><gray>unread messages. Use /plot inbox.</gray>",
"comment.not_valid_inbox_index": "<prefix><gray>No comment at index <number>.</gray>",
"comment.inbox_item": "<gray> - </gray><dark_aqua><value></dark_aqua>",
"comment.comment_syntax": "<gray>Use /plot comment [X;Z] <<list>> <comment></gray>",
"comment.invalid_inbox": "<gray>That is not a valid inbox.</gray>\n<gold>Accepted values: <list></gold>",
"comment.no_perm_inbox": "<red>You do not have permission for that inbox.</red>",
"comment.no_perm_inbox_modify": "<red>You do not have permission to modify that inbox.</red>",
"comment.no_plot_inbox": "<red>You must stand in or supply a plot argument</red>",
"comment.comment_removed_success": "<dark_aqua>Successfully deleted comment/s:n</dark_aqua><gray> - </gray><dark_gray><value></dark_gray>",
"comment.comment_removed_failure": "<red>Failed to delete comment!</red>",
"comment.comment_added": "<dark_aqua>A comment has been left.</dark_aqua>",
"comment.inbox_empty": "<gray>No comments.</gray>",
"comment.comment_syntax": "<prefix><gray>Use /plot comment [X;Z] <<list>> <comment></gray>",
"comment.invalid_inbox": "<prefix><gray>That is not a valid inbox.</gray>\n<gold>Accepted values: <list></gold>",
"comment.no_perm_inbox": "<prefix><red>You do not have permission for that inbox.</red>",
"comment.no_perm_inbox_modify": "<prefix><red>You do not have permission to modify that inbox.</red>",
"comment.no_plot_inbox": "<prefix><red>You must stand in or supply a plot argument</red>",
"comment.comment_removed_success": "<prefix><dark_aqua>Successfully deleted comment/s:n</dark_aqua><gray> - </gray><dark_gray><value></dark_gray>",
"comment.comment_removed_failure": "<prefix><red>Failed to delete comment!</red>",
"comment.comment_added": "<prefix><dark_aqua>A comment has been left.</dark_aqua>",
"comment.inbox_empty": "<prefix><gray>No comments.</gray>",
"console.not_console": "<red>For safety reasons, this command can only be executed by console.</red>",
"console.is_console": "<red>This command can only be executed by a player.</red>",
"console.not_console": "<prefix><red>For safety reasons, this command can only be executed by console.</red>",
"console.is_console": "<prefix><red>This command can only be executed by a player.</red>",
"clipboard.paste_failed": "<red>Failed to paste the selection. Reason: </red><gray><reason></gray>",
"clipboard.paste_failed": "<prefix><red>Failed to paste the selection. Reason: </red><gray><reason></gray>",
"toggle.toggle_enabled": "<gray>Enabled setting: </gray><dark_aqua><setting></dark_aqua>",
"toggle.toggle_disabled": "<gray>Disabled setting: </gray><dark_aqua><setting></dark_aqua>",
"toggle.toggle_enabled": "<prefix><gray>Enabled setting: </gray><dark_aqua><setting></dark_aqua>",
"toggle.toggle_disabled": "<prefix><gray>Disabled setting: </gray><dark_aqua><setting></dark_aqua>",
"blockedcmds.command_blocked": "<red>That command is not allowed in this plot.</red>",
"blockedcmds.command_blocked": "<prefix><red>That command is not allowed in this plot.</red>",
"done.done_already_done": "<gray>This plot is already marked as done.</gray>",
"done.done_not_done": "<gray>This plot is not marked as done.</gray>",
"done.done_insufficient_complexity": "<red>This plot is too simple. Please add more detail before using this command.</red>",
"done.done_success": "<gold>Successfully marked this plot as done.</gold>",
"done.done_removed": "<gray>You may now continue building in this plot.</gray>",
"done.done_already_done": "<prefix><gray>This plot is already marked as done.</gray>",
"done.done_not_done": "<prefix><gray>This plot is not marked as done.</gray>",
"done.done_insufficient_complexity": "<prefix><red>This plot is too simple. Please add more detail before using this command.</red>",
"done.done_success": "<prefix><gold>Successfully marked this plot as done.</gold>",
"done.done_removed": "<prefix><gray>You may now continue building in this plot.</gray>",
"ratings.ratings_purged": "<gray>Purged ratings for this plot.</gray>",
"ratings.rating_not_valid": "<red>You need to specify a number between 1 and 10.</red>",
"ratings.rating_already_exists": "<gray>You have already rated plot <plot>.</gray>",
"ratings.rating_applied": "<dark_aqua>You successfully rated plot <gray><plot></gray>.</dark_aqua>",
"ratings.rating_disliked": "<dark_aqua>You successfully disliked plot <gray><plot></gray>.</dark_aqua>",
"ratings.rating_liked": "<dark_aqua>You successfully liked plot <gray><plot></gray>.</dark_aqua>",
"ratings.rating_not_your_own": "<red>You cannot rate your own plot.</red>",
"ratings.rating_not_done": "<red>You can only rate finished plots.</red>",
"ratings.rating_not_owned": "<red>You cannot rate a plot that is not claimed by anyone.</red>",
"ratings.ratings_purged": "<prefix><gray>Purged ratings for this plot.</gray>",
"ratings.rating_not_valid": "<prefix><red>You need to specify a number between 1 and 10.</red>",
"ratings.rating_already_exists": "<prefix><gray>You have already rated plot <plot>.</gray>",
"ratings.rating_applied": "<prefix><dark_aqua>You successfully rated plot <gray><plot></gray>.</dark_aqua>",
"ratings.rating_disliked": "<prefix><dark_aqua>You successfully disliked plot <gray><plot></gray>.</dark_aqua>",
"ratings.rating_liked": "<prefix><dark_aqua>You successfully liked plot <gray><plot></gray>.</dark_aqua>",
"ratings.rating_not_your_own": "<prefix><red>You cannot rate your own plot.</red>",
"ratings.rating_not_done": "<prefix><red>You can only rate finished plots.</red>",
"ratings.rating_not_owned": "<prefix><red>You cannot rate a plot that is not claimed by anyone.</red>",
"tutorial.rate_this": "<gray>Rate this plot!</gray>",
"tutorial.comment_this": "<gray>Leave some feedback on this plot: <plot>.</gray>",
"tutorial.rate_this": "<prefix><gray>Rate this plot!</gray>",
"tutorial.comment_this": "<prefix><gray>Leave some feedback on this plot: <plot>.</gray>",
"economy.econ_disabled": "<red>Economy is not enabled.</red>",
"economy.cannot_afford_plot": "<red>You cannot afford to buy this plot. It costs <gold><money></gold>.</red>",
"economy.not_for_sale": "<red>This plot is not for sale.</red>",
"economy.cannot_buy_own": "<red>You cannot buy your own plot.</red>",
"economy.plot_sold": "<dark_aqua>Your plot; <gold><plot></gold>, has been sold to <gold><player></gold> for <gold><price></gold>.</dark_aqua>",
"economy.cannot_afford_merge": "<red>You cannot afford to merge the plots. It costs <gold><money></gold>.</red>",
"economy.added_balance": "<gold><money> </gold><gray>has been added to your balance.</gray>",
"economy.removed_balance": "<gold><money> </gold><gray>has been taken from your balance.</gray>",
"economy.removed_granted_plot": "<gray>You used <usedGrants> plot grant(s), you've got </gray><gold><remainingGrants></gold> <gray>left.</gray>",
"economy.econ_disabled": "<prefix><red>Economy is not enabled.</red>",
"economy.cannot_afford_plot": "<prefix><red>You cannot afford to buy this plot. It costs <gold><money></gold>.</red>",
"economy.not_for_sale": "<prefix><red>This plot is not for sale.</red>",
"economy.cannot_buy_own": "<prefix><red>You cannot buy your own plot.</red>",
"economy.plot_sold": "<prefix><dark_aqua>Your plot; <gold><plot></gold>, has been sold to <gold><player></gold> for <gold><price></gold>.</dark_aqua>",
"economy.cannot_afford_merge": "<prefix><red>You cannot afford to merge the plots. It costs <gold><money></gold>.</red>",
"economy.added_balance": "<prefix><gold><money> </gold><gray>has been added to your balance.</gray>",
"economy.removed_balance": "<prefix><gold><money> </gold><gray>has been taken from your balance.</gray>",
"economy.removed_granted_plot": "<prefix><gray>You used <usedGrants> plot grant(s), you've got </gray><gold><remainingGrants></gold> <gray>left.</gray>",
"setup.setup_not_started": "<gold>No setup started. Use </gold><gray>/plot setup</gray> <gold>to start a setup process.</gold>",
"setup.setup_init": "<gold>Usage: </gold><gray>/plot setup </gray><value>",
"setup.setup_not_started": "<prefix><gold>No setup started. Use </gold><gray>/plot setup</gray> <gold>to start a setup process.</gold>",
"setup.setup_init": "<prefix><gold>Usage: </gold><gray>/plot setup </gray><value>",
"setup.setup_step": "<gold><dark_gray>[</dark_gray>Step <step><dark_gray>]</dark_gray> <description> <gray>-</gray> Expecting: <gray><type></gray> Default: <gray><value></gray></gold>",
"setup.setup_invalid_arg": "<gray><value> is not a valid argument for step <step>. To cancel setup use: </gray><gold>/plot setup cancel.</gold>",
"setup.setup_valid_arg": "<gray>Value </gray><gold><description></gold> <gray>set to <value>.</gray>",
"setup.setup_finished": "<dark_aqua>You should have been teleported to the created world. Otherwise you will need to set the generator manually using the bukkit.yml or your chosen world management plugin.</dark_aqua>",
"setup.setup_world_taken": "<red><value> is already a world. Choose a different name.</red>",
"setup.setup_cancelled": "<red>Cancelled setup.</red>",
"setup.setup_world_name": "<gold>What do you want your world to be called?</gold>",
"setup.setup_world_name_error": "<red>You need to choose a world name!</red>",
"setup.setup_world_generator_error": "<red>You must choose a generator!</red>",
"setup.setup_world_type": "<gold>What world type do you want?</gold>\n<dark_gray> - </dark_gray><dark_green>normal</dark_green><dark_gray> - </dark_gray><gray>Standard plot generation</gray>\n<dark_gray> - $6augmented<dark_gray> - </dark_gray><gray>Plot generation with terrain</gray>\n<dark_gray> - </dark_gray><dark_green>partial</dark_green><dark_gray> - </dark_gray><gray>Vanilla with clusters of plots</gray>",
"setup.setup_world_type_error": "<red>You must choose a world type!</red>",
"setup.setup_wrong_generator": "<red>The specified generator does not identify as BukkitPlotGenerator</red><dark_gray> - </dark_gray><dark_green>You may need to manually configure the other plugin.</dark_green>",
"setup.setup_world_name_format": "<red>Non [a-z0-9_.-] character in the world name:</red><gold> ",
"setup.setup_world_apply_plotsquared": "<red>The world you specified already exists. After restarting, new terrain will use </red><gold>PlotSquared</gold><red>, however you may need to reset the world for it to generate correctly!</red>",
"setup.setup_partial_area": "<gold>What terrain would you like in plots?</gold>\n<dark_gray> - </dark_gray><dark_green>NONE</dark_green><dark_gray> - </dark_gray><gray>No terrain at all</gray>\n<dark_gray> - </dark_gray><dark_green>ORE</dark_greem><dark_gray> - </dark_gray><gray>Just some ore veins and trees</gray>\n<dark_gray> - </dark_gray><dark_green>ROAD</dark_green><dark_gray> - </dark_green><gray>Terrain separated by roads</gray>\n<dark_gray> - </dark_gray><dark_green>ALL</dark_green><dark_gray> - </dark_gray><gray>Entirely vanilla generation</gray>",
"setup.setup_partial_area_error": "<red>You must choose the terrain!</red>",
"setup.setup_area_name": "<gold>What would you like this area called?</gold>",
"setup.setup_area_non_alphanumerical": "<red>The area id must be alphanumerical!</red>",
"setup.setup_area_invalid_id": "<red>You must choose an area id that is not in use!</red>",
"setup.setup_area_min_plot_id": "<gold>What should be the minimum Plot ID?</gold>",
"setup.setup_area_min_plot_id_error": "<red>You must choose a valid minimum Plot ID!</red>",
"setup.setup_area_max_plot_id": "<gold>What should be the maximum Plot ID?</gold>",
"setup.setup_area_max_plot_id_error": "<red>You must choose a valid maximum Plot ID!</red>",
"setup.setup_area_plot_id_greater_than_minimum": "<red>The maximum Plot ID must be greater than the minimum!</red>",
"setup.setup_invalid_arg": "<prefix><gray><value> is not a valid argument for step <step>. To cancel setup use: </gray><gold>/plot setup cancel.</gold>",
"setup.setup_valid_arg": "<prefix><gray>Value </gray><gold><description></gold> <gray>set to <value>.</gray>",
"setup.setup_finished": "<prefix><dark_aqua>You should have been teleported to the created world. Otherwise you will need to set the generator manually using the bukkit.yml or your chosen world management plugin.</dark_aqua>",
"setup.setup_world_taken": "<prefix><red><value> is already a world. Choose a different name.</red>",
"setup.setup_cancelled": "<prefix><red>Cancelled setup.</red>",
"setup.setup_world_name": "<prefix><gold>What do you want your world to be called?</gold>",
"setup.setup_world_name_error": "<prefix><red>You need to choose a world name!</red>",
"setup.setup_world_generator_error": "<prefix><red>You must choose a generator!</red>",
"setup.setup_world_type": "<prefix><gold>What world type do you want?</gold>\n<dark_gray> - </dark_gray><dark_green>normal</dark_green><dark_gray> - </dark_gray><gray>Standard plot generation</gray>\n<dark_gray> - $6augmented<dark_gray> - </dark_gray><gray>Plot generation with terrain</gray>\n<dark_gray> - </dark_gray><dark_green>partial</dark_green><dark_gray> - </dark_gray><gray>Vanilla with clusters of plots</gray>",
"setup.setup_world_type_error": "<prefix><red>You must choose a world type!</red>",
"setup.setup_wrong_generator": "<prefix><red>The specified generator does not identify as BukkitPlotGenerator</red><dark_gray> - </dark_gray><dark_green>You may need to manually configure the other plugin.</dark_green>",
"setup.setup_world_name_format": "<prefix><red>Non [a-z0-9_.-] character in the world name:</red><gold> ",
"setup.setup_world_apply_plotsquared": "<prefix><red>The world you specified already exists. After restarting, new terrain will use </red><gold>PlotSquared</gold><red>, however you may need to reset the world for it to generate correctly!</red>",
"setup.setup_partial_area": "<prefix><gold>What terrain would you like in plots?</gold>\n<dark_gray> - </dark_gray><dark_green>NONE</dark_green><dark_gray> - </dark_gray><gray>No terrain at all</gray>\n<dark_gray> - </dark_gray><dark_green>ORE</dark_greem><dark_gray> - </dark_gray><gray>Just some ore veins and trees</gray>\n<dark_gray> - </dark_gray><dark_green>ROAD</dark_green><dark_gray> - </dark_green><gray>Terrain separated by roads</gray>\n<dark_gray> - </dark_gray><dark_green>ALL</dark_green><dark_gray> - </dark_gray><gray>Entirely vanilla generation</gray>",
"setup.setup_partial_area_error": "<prefix><red>You must choose the terrain!</red>",
"setup.setup_area_name": "<prefix><gold>What would you like this area called?</gold>",
"setup.setup_area_non_alphanumerical": "<prefix><red>The area ID must be alphanumerical!</red>",
"setup.setup_area_invalid_id": "<prefix><red>You must choose an area id that is not in use!</red>",
"setup.setup_area_min_plot_id": "<prefix><gold>What should be the minimum Plot ID?</gold>",
"setup.setup_area_min_plot_id_error": "<prefix><red>You must choose a valid minimum Plot ID!</red>",
"setup.setup_area_max_plot_id": "<prefix><gold>What should be the maximum Plot ID?</gold>",
"setup.setup_area_max_plot_id_error": "<prefix><red>You must choose a valid maximum Plot ID!</red>",
"setup.setup_area_plot_id_greater_than_minimum": "<prefix><red>The maximum Plot ID must be greater than the minimum!</red>",
"plotareatype.plot_area_type_normal": "<gray>Standard plot generation</gray>",
"plotareatype.plot_area_type_augmented": "<gray>Plot generation with vanilla terrain</gray>",
"plotareatype.plot_area_type_partial": "<gray>Vanilla with clusters of plots</gray>",
"schematics.schematic_too_large": "<red>The plot is too large for this action!</red>",
"schematics.schematic_missing_arg": "<gray>You need to specify an argument. Possible values: </gray><gold>save</gold><gray>, </gray><gold>paste </gold><gray>, </gray><gold>exportall</gold><gray>, </gray><gold>list</gold>",
"schematics.schematic_invalid": "<red>That is not a valid schematic. Reason: </red><gray><reason>.</gray>",
"schematics.schematic_paste_merged": "<red>Schematics cannot be pasted onto merged plots. Please unmerge the plot before performing the paste.</red>",
"schematics.schematic_paste_failed": "<red>Failed to paste the schematic.</red>",
"schematics.schematic_paste_success": "<dark_aqua>The schematic pasted successfully.</dark_aqua>",
"schematics.schematic_list": "<dark_aqua>Saved Schematics: </dark_aqua><gold><list></gold>",
"schematics.schematic_road_created": "<gold>Saved new road schematic. To test the schematic, fly to a few other plots and run /plot debugroadregen.</gold>",
"schematics.mca_file_size": "<gold>Note: The `.mca` files are 512x512.</gold>",
"schematics.schematic_exportall_started": "<gold>Starting export...</gold>",
"schematics.schematic_exportall_world_args": "<gold>Need world argument. Use </gold><dark_gray>/plot sch exportall area</dark_gray>",
"schematics.schematic_exportall_finished": "<gold>Finished mass export.</gold>",
"schematics.schematic_exportall_single_finished": "<gold>Finished export.</gold>",
"schematic.schematic_exportall_world": "<red>Invalid world. Use </red><dark_aqua>/plot sch exportall <area></dark_aqua><red>.</red>",
"schematics.schematic_too_large": "<prefix><red>The plot is too large for this action!</red>",
"schematics.schematic_missing_arg": "<prefix><gray>You need to specify an argument. Possible values: </gray><gold>save</gold><gray>, </gray><gold>paste </gold><gray>, </gray><gold>exportall</gold><gray>, </gray><gold>list</gold>",
"schematics.schematic_invalid": "<prefix><red>That is not a valid schematic. Reason: </red><gray><reason>.</gray>",
"schematics.schematic_paste_merged": "<prefix><red>Schematics cannot be pasted onto merged plots. Please unmerge the plot before performing the paste.</red>",
"schematics.schematic_paste_failed": "<prefix><red>Failed to paste the schematic.</red>",
"schematics.schematic_paste_success": "<prefix><dark_aqua>The schematic pasted successfully.</dark_aqua>",
"schematics.schematic_list": "<prefix><dark_aqua>Saved Schematics: </dark_aqua><gold><list></gold>",
"schematics.schematic_road_created": "<prefix><gold>Saved new road schematic. To test the schematic, fly to a few other plots and run /plot debugroadregen.</gold>",
"schematics.mca_file_size": "<prefix><gold>Note: The `.mca` files are 512x512.</gold>",
"schematics.schematic_exportall_started": "<prefix><gold>Starting export...</gold>",
"schematics.schematic_exportall_world_args": "<prefix><gold>Need world argument. Use </gold><dark_gray>/plot sch exportall area</dark_gray>",
"schematics.schematic_exportall_finished": "<prefix><gold>Finished mass export.</gold>",
"schematics.schematic_exportall_single_finished": "<prefix><gold>Finished export.</gold>",
"schematic.schematic_exportall_world": "<prefix><red>Invalid world. Use </red><dark_aqua>/plot sch exportall <area></dark_aqua><red>.</red>",
"error.task_in_process": "<gold>Task is already running.</gold>",
"error.task_in_process": "<prefix><gold>Task is already running.</gold>",
"titles.title_entered_plot": "<gold>Plot: <world>;<x>;<z></gold>",
"titles.title_entered_plot_sub": "<dark_aqua>Owned by <owner></dark_aqua>",
"titles.prefix_greeting": "<gold><id></gold><gray>></gray>",
"titles.prefix_farewell": "<gold><id></gold><gray>></gray>",
"core.prefix": "<dark_gray>[</dark_gray><gold>P2</gold><dark_gray>]</dark_gray>",
"core.enabled": "<gold><value> is now enabled.</gold>",
"core.prefix": "<dark_gray>[</dark_gray><gold>P2</gold><dark_gray>] </dark_gray>",
"core.enabled": "<prefix><gold><value> is now enabled.</gold>",
"reload.reloaded_configs": "<gold>Translations and world settings have been reloaded.</gold>",
"reload.reload_failed": "<red>Failed to reload file configurations.</red>",
"reload.reloaded_configs": "<prefix><gold>Translations and world settings have been reloaded successfully.</gold>",
"reload.reload_failed": "<prefix><red>Failed to reload file configurations.</red>",
"desc.desc_set": "<gray>Plot description set.</gray>",
"desc.desc_unset": "<gray>Plot description unset.</gray>",
"desc.desc_set": "<prefix><gray>Plot description set.</gray>",
"desc.desc_unset": "<prefix><gray>Plot description unset.</gray>",
"alias.alias_set_to": "<gray>Plot alias set to </gray><gold><alias></gold><gray>.</gray>",
"alias.alias_removed": "<gray>Plot alias removed.</gray>",
"alias.alias_too_long": "<red>The alias must have less than 50 characters in length.</red>",
"alias.alias_is_taken": "<red>That alias is already taken.</red>",
"alias.alias_set_to": "<prefix><gray>Plot alias set to </gray><gold><alias></gold><gray>.</gray>",
"alias.alias_removed": "<prefix><gray>Plot alias removed.</gray>",
"alias.alias_too_long": "<prefix><red>The alias must have less than 50 characters in length.</red>",
"alias.alias_is_taken": "<prefix><red>That alias is already taken.</red>",
"position.position_set": "<gold>Home position set to your current location.</gold>",
"position.position_unset": "<gold>Home position reset to the default location.</gold>",
"position.home_argument": "<gray>Use /plot set home [none]</gray>",
"position.position_set": "<prefix><gold>Home position set to your current location.</gold>",
"position.position_unset": "<prefix><gold>Home position reset to the default location.</gold>",
"position.home_argument": "<prefix><gray>Use /plot set home [none]</gray>",
"permission.no_schematic_permission": "<red>You don't have the permission required to use schematic </red><gold><value></gold><red>.</red>",
"permission.no_permission": "<red>You are lacking the permission node: <gold><node></gold>.</red>",
"permission.no_permission_event": "<red>You are lacking the permission node: <gold><node></gold>.</red>",
"permission.no_plot_perms": "<red>You must be the plot owner to perform this action.</red>",
"permission.cant_claim_more_plots": "<red>You can't claim more plots.</red>",
"permission.cant_claim_more_clusters": "<red>You can't claim more clusters.</red>",
"permission.cant_transfer_more_plots": "<red>You can't send more plots to that user.</red>",
"permission.cant_claim_more_plots_num": "<red>You can't claim more than <gold><amount> </gold>plots at once.</red>",
"permission.no_schematic_permission": "<prefix><red>You don't have the permission required to use schematic </red><gold><value></gold><red>.</red>",
"permission.no_permission": "<prefix><red>You are lacking the permission node: <gold><node></gold>.</red>",
"permission.no_permission_event": "<prefix><red>You are lacking the permission node: <gold><node></gold>.</red>",
"permission.no_plot_perms": "<prefix><red>You must be the plot owner to perform this action.</red>",
"permission.cant_claim_more_plots": "<prefix><red>You can't claim more plots.</red>",
"permission.cant_claim_more_clusters": "<prefix><red>You can't claim more clusters.</red>",
"permission.cant_transfer_more_plots": "<prefix><red>You can't send more plots to that user.</red>",
"permission.cant_claim_more_plots_num": "<prefix><red>You can't claim more than <gold><amount> </gold>plots at once.</red>",
"merge.merge_request_confirm": "<gray>Merge request from </gray><gold><player></gold><gray>.</gray>",
"merge.merge_not_valid": "<gray>This merge request is no longer valid.</gray>",
"merge.merge_accepted": "<gray>The merge request has been accepted.</gray>",
"merge.success_merge": "<dark_aqua>Plots have been merged!</dark_aqua>",
"merge.merge_requested": "<gray>Successfully sent a merge request.</gray>",
"merge.no_available_automerge": "<red>You do not own any adjacent plots in the specified direction or are not allowed to merge to the required size.</red>",
"merge.unlink_impossible": "<gray>You can only unlink a mega-plot.",
"merge.unmerge_cancelled": "<gray>Unlink has been cancelled.</gray>",
"merge.unlink_success": "<dark_aqua>Successfully unlinked plots.</dark_aqua>",
"merge.merge_request_confirm": "<prefix><gray>Merge request from </gray><gold><player></gold><gray>.</gray>",
"merge.merge_not_valid": "<prefix><gray>This merge request is no longer valid.</gray>",
"merge.merge_accepted": "<prefix><gray>The merge request has been accepted.</gray>",
"merge.success_merge": "<prefix><dark_aqua>Plots have been merged!</dark_aqua>",
"merge.merge_requested": "<prefix><gray>Successfully sent a merge request.</gray>",
"merge.no_available_automerge": "<prefix><red>You do not own any adjacent plots in the specified direction or are not allowed to merge to the required size.</red>",
"merge.unlink_impossible": "<prefix><gray>You can only unlink a mega-plot.",
"merge.unmerge_cancelled": "<prefix><gray>Unlink has been cancelled.</gray>",
"merge.unlink_success": "<prefix><dark_aqua>Successfully unlinked plots.</dark_aqua>",
"commandconfig.not_valid_subcommand": "<gray>That is not a valid subcommand.</gray>",
"commandconfig.did_you_mean": "<gray>Did you mean: <gold><value></gold></gray>",
"commandconfig.subcommand_set_options_header": "<gray>Possible Values: ",
"commandconfig.command_syntax": "<gold>Usage: <gray><value></gray></gold>",
"commandconfig.flag_tutorial_usage": "<gold>Have an admin set the flag: <gray><flag></gray></gold>",
"commandconfig.not_valid_subcommand": "<prefix><gray>That is not a valid subcommand.</gray>",
"commandconfig.did_you_mean": "<prefix><gray>Did you mean: <gold><value></gold></gray>",
"commandconfig.subcommand_set_options_header": "<prefix><gray>Possible Values: ",
"commandconfig.command_syntax": "<prefix><gold>Usage: <gray><value></gray></gold>",
"commandconfig.flag_tutorial_usage": "<prefix><gold>Have an admin set the flag: <gray><flag></gray></gold>",
"invalid.component_illegal_block": "<red>You are not allowed to generate a component containing the block <gray><value></gray></red>",
"invalid.not_valid_block": "<red>That's not a valid block: <gray><value></gray></red>",
"invalid.not_allowed_block": "<red>That block is not allowed: <gray><value></gray></red>",
"invalid.not_valid_number": "<red>That's not a valid number within the range: </red><gray><value></gray>",
"invalid.not_valid_plot_id": "<red>That's not a valid plot ID.</red>",
"invalid.found_no_plots": "<red>Found no plots with your search query.</red>",
"invalid.number_not_in_range": "<red>That's not a valid number within the range: <gray>(<min>, <max>)</gray></red>",
"invalid.number_not_positive": "<red>That's not a positive number: <gray><value></gray></red>",
"invalid.not_a_number": "<red><gray><value></gray> is not a valid number.</red>",
"invalid.component_illegal_block": "<prefix><red>You are not allowed to generate a component containing the block <gray><value></gray></red>",
"invalid.not_valid_block": "<prefix><red>That's not a valid block: <gray><value></gray></red>",
"invalid.not_allowed_block": "<prefix><red>That block is not allowed: <gray><value></gray></red>",
"invalid.not_valid_number": "<prefix><red>That's not a valid number within the range: </red><gray><value></gray>",
"invalid.not_valid_plot_id": "<prefix><red>That's not a valid plot ID.</red>",
"invalid.found_no_plots": "<prefix><red>Found no plots with your search query.</red>",
"invalid.number_not_in_range": "<prefix><red>That's not a valid number within the range: <gray>(<min>, <max>)</gray></red>",
"invalid.number_not_positive": "<prefix><red>That's not a positive number: <gray><value></gray></red>",
"invalid.not_a_number": "<prefix><red><gray><value></gray> is not a valid number.</red>",
"errors.invalid_player": "<red>Player not found: <gray><value></gray>.</red>",
"errors.invalid_player_offline": "<red>The player must be online: <gray><player></gray>.</red>",
"errors.invalid_command_flag": "<red>Invalid command flag: </red><value></gray>",
"errors.error": "<red>An error occurred: </gray><value></gray></red>",
"errors.command_went_wrong": "<red>Something went wrong when executing that command...</red>",
"errors.no_free_plots": "<red>There are no free plots available.</red>",
"errors.not_in_plot": "<red>You're not in a plot.</red>",
"errors.not_in_cluster": "<red>You must be within a plot cluster to perform that action.</red>",
"errors.not_in_plot_world": "<red>You're not in a plot area.</red>",
"errors.plotworld_incompatible": "<red>The two worlds must be compatible.</red>",
"errors.not_valid_world": "<red>That is not a valid world (case sensitive).</red>",
"errors.not_valid_plot_world": "<red><value> is not a valid plot area (case sensitive).</red>",
"errors.no_plots": "<gray>You don't have any plots.</gray>",
"errors.player_no_plots": "<gray>That player does not own any plots.</gray>",
"errors.wait_for_timer": "<gray>A set block timer is bound to either the current plot or you. Please wait for it to finish.</gray>",
"errors.tile_entity_cap_reached": "<red>The total number of tile entities in this chunk may not exceed <gold><amount></gold>.</red>",
"errors.invalid_player": "<prefix><red>Player not found: <gray><value></gray>.</red>",
"errors.invalid_player_offline": "<prefix><red>The player must be online: <gray><player></gray>.</red>",
"errors.invalid_command_flag": "<prefix><red>Invalid command flag: </red><value></gray>",
"errors.error": "<prefix><red>An error occurred: </gray><value></gray></red>",
"errors.command_went_wrong": "<prefix><red>Something went wrong when executing that command...</red>",
"errors.no_free_plots": "<prefix><red>There are no free plots available.</red>",
"errors.not_in_plot": "<prefix><red>You're not in a plot.</red>",
"errors.not_in_cluster": "<prefix><red>You must be within a plot cluster to perform that action.</red>",
"errors.not_in_plot_world": "<prefix><red>You're not in a plot area.</red>",
"errors.plotworld_incompatible": "<prefix><red>The two worlds must be compatible.</red>",
"errors.not_valid_world": "<prefix><red>That is not a valid world (case sensitive).</red>",
"errors.not_valid_plot_world": "<prefix><red><value> is not a valid plot area (case sensitive).</red>",
"errors.no_plots": "<prefix><gray>You don't have any plots.</gray>",
"errors.player_no_plots": "<prefix><gray>That player does not own any plots.</gray>",
"errors.wait_for_timer": "<prefix><gray>A set block timer is bound to either the current plot or you. Please wait for it to finish.</gray>",
"errors.tile_entity_cap_reached": "<prefix><red>The total number of tile entities in this chunk may not exceed <gold><amount></gold>.</red>",
"debugpaste.debug_report_created": "<gold>Uploaded a full debug to: <gray><url></gray>",
"debugpaste.debug_report_created": "<prefix><gold>Uploaded a full debug to: <gray><url></gray>",
"purge.purge_success": "<dark_aqua>Successfully purged <amount> plots.</dark_aqua>",
"purge.purge_success": "<prefix><dark_aqua>Successfully purged <amount> plots.</dark_aqua>",
"players.fetching_player": "<gold>PlotSquared is attempting to find the specified player from your argument(s). This may take a while.</gold>",
"players.fetching_players_timeout": "<red>The specified users did not exist in the cache and will be fetched in the background. Please wait a couple of minutes.</red>",
"players.fetching_player": "<prefix><gold>PlotSquared is attempting to find the specified player from your argument(s). This may take a while.</gold>",
"players.fetching_players_timeout": "<prefix><red>The specified users did not exist in the cache and will be fetched in the background. Please wait a couple of minutes.</red>",
"trim.trim_in_progress": "<red>A world trim task is already in progress!</red>",
"trim.trim_in_progress": "<prefix><red>A world trim task is already in progress!</red>",
"blocklist.block_list_separator": "<gold>,</gold><gray> ",
"biome.need_biome": "<red>You need to specify a valid biome.</red>",
"biome.biome_set_to": "<gold>Plot biome set to </gold><gray>",
"biome.need_biome": "<prefix><red>You need to specify a valid biome.</red>",
"biome.biome_set_to": "<prefix><gold>Plot biome set to </gold><gray>",
"teleport.teleported_to_plot": "<gold>You have been teleported.</gold>",
"teleport.teleported_to_road": "<gold>You got teleported to the road.</gold>",
"teleport.teleport_in_seconds": "<gold>Teleporting in <amount> seconds. Do not move...</gold>",
"teleport.teleport_failed": "<red>Teleportation cancelled due to movement or damage.</red>",
"teleport.teleported_to_plot": "<prefix><gold>You have been teleported.</gold>",
"teleport.teleported_to_road": "<prefix><gold>You got teleported to the road.</gold>",
"teleport.teleport_in_seconds": "<prefix><gold>Teleporting in <amount> seconds. Do not move...</gold>",
"teleport.teleport_failed": "<prefix><red>Teleportation cancelled due to movement or damage.</red>",
"setblock.set_block_action_finished": "<gold>The last setblock action is now finished.</gold>",
"setblock.set_block_action_finished": "<prefix><gold>The last setblock action is now finished.</gold>",
"unsafe.debugallowunsafe_on": "<gray>Unsafe actions enabled.</gray>",
"unsafe.debugallowunsafe_off": "<gray>Unsafe actions disabled.</gray>",
"unsafe.debugallowunsafe_on": "<prefix><gray>Unsafe actions enabled.</gray>",
"unsafe.debugallowunsafe_off": "<prefix><gray>Unsafe actions disabled.</gray>",
"need.need_block": "<red>You've got to specify a block.</red>",
"need.need_block": "<prefix><red>You've got to specify a block.</red>",
"near.plot_near": "<gold>Players: <gray><list></gray></gold>",
"near.plot_near": "<prefix><gold>Players: <gray><list></gray></gold>",
"info.none": "<gray>None</gray>",
"info.now": "<gray>Now</gray>",
"info.unknown": "<gray>Unknown</gray>",
"info.server": "<gray>Server</gray>",
"info.everyone": "<gray>Everyone</gray>",
"info.plot_unowned": "<gray>The current plot must have an owner to perform this action.</gray>",
"info.plot_info_unclaimed": "<gray>Plot <gold><plot></gold> is not yet claimed.</gray>",
"info.plot_unowned": "<prefix><gray>The current plot must have an owner to perform this action.</gray>",
"info.plot_info_unclaimed": "<prefix><gray>Plot <gold><plot></gold> is not yet claimed.</gray>",
"info.plot_info_header": "<dark_gray><strikethrough>---------<reset> <gold>INFO </gold><dark_gray><strikethrough>---------</dark_gray>",
"info.plot_info_hidden": "<gray>You cannot view the information about this plot.</gray>",
"info.plot_info_hidden": "<prefix><gray>You cannot view the information about this plot.</gray>",
"info.plot_info_format": "<gold>ID: <gray><id></gray>\nArea: <gray><area></gray>\nAlias:<gray><alias></gray>\nOwner:<gray><owner></gray>\nBiome: <gray><biome></gray>\nCan Build: <gray><build></gray>\nRating: <gray><rating></gray>\nSeen: <gray><seen></gray>\nTrusted:<gray><trusted></gray>\nMembers:<gray><members></gray>\nDenied:<gray><denied></gray>\nFlags:<gray><flags></gray>\nDescription: <gray><desc></gray></gold>",
"info.plot_info_footer": "<dark_gray><strikethrough>---------<reset> <gold>INFO </gold><dark_gray><strikethrough>---------<reset>",
"info.plot_info_trusted": "<gold>Trusted:</gold><gray><trusted></gray>",
@ -292,50 +292,50 @@
"info.plot_info_seen": "<gold>Seen:</gold><gray> <seen></gray>",
"info.plot_user_list": "<gray><user></gray>",
"info.plot_flag_list": "<gray><flag>: <value></gray>",
"info.plot_no_description": "<gray>No description set.</gray>",
"info.info_syntax_console": "<gray>/plot info X;Z</gray>",
"info.plot_no_description": "<prefix><gray>No description set.</gray>",
"info.info_syntax_console": "<prefix><gray>/plot info X;Z</gray>",
"info.plot_caps_header": "<dark_gray><strikethrough>---------<reset> <gold>CAPS </gold><dark_gray><strikethrough>---------<reset>",
"infoplot_caps_format": "<gray>- Cap Type: </gray><gold><cap> </gold><gray>| Status: </gray><gold><current></gold><gray>/</gray><gold><limit> </gold><gray>(</gray><gold><percentage>%</gold><gray>)</gray>",
"infoplot_caps_format": "<prefix><gray>- Cap Type: </gray><gold><cap> </gold><gray>| Status: </gray><gold><current></gold><gray>/</gray><gold><limit> </gold><gray>(</gray><gold><percentage>%</gold><gray>)</gray>",
"working.generating_component": "<gold>Started generating component from your settings.</gold>",
"working.clearing_done": "<dark_aqua>Clear completed! Took <amount>ms.</dark_aqua>",
"working.deleting_done": "<dark_aqua>Delete completed! Took <amount>ms.</dark_aqua>",
"working.plot_not_claimed": "<gray>Plot not claimed.</gray>",
"working.plot_is_claimed": "<gray>This plot is already claimed.</gray>",
"working.claimed": "<dark_aqua>You successfully claimed the plot.</dark_aqua>",
"working.generating_component": "<prefix><gold>Started generating component from your settings.</gold>",
"working.clearing_done": "<prefix><dark_aqua>Clear completed! Took <amount>ms.</dark_aqua>",
"working.deleting_done": "<prefix><dark_aqua>Delete completed! Took <amount>ms.</dark_aqua>",
"working.plot_not_claimed": "<prefix><gray>Plot not claimed.</gray>",
"working.plot_is_claimed": "<prefix><gray>This plot is already claimed.</gray>",
"working.claimed": "<prefix><dark_aqua>You successfully claimed the plot.</dark_aqua>",
"list.comment_list_header_paged": "<gray>(Page </gray><gold><cur></gold><gray>/</gray><gold><max></gold><gray>) </gray><gold>List of <amount> comments</gold>",
"list.clickable": "<gray> (interactive)</gray>",
"list.area_list_header_paged": "<gray>(Page </gray><gold><cur></gold><gray>/</gray><gold><max></gold><gray>) </gray><gold>List of <amount> areas</gold>",
"list.plot_list_header_paged": "<gray>(Page </gray><gold><cur></gold><gray>/</gray><gold><max></gray><gray>) </gray><gold>List of <amount> plots</gold>",
"list.plot_list_header": "<gold>List of <word> plots.</gold>",
"list.plot_list_header": "<prefix><gold>List of <word> plots.</gold>",
"chat.plot_chat_spy_format": "<gray>[<gold>Plot Spy</gold>] [<gold><plot_id></gold>] <gold><sender></gold>: <gold><msg></gold></gray>",
"chat.plot_chat_format": "<gray>[<gold>Plot Chat</gold>] [<gold><plot_id></gold>] <gold><sender></gold>: <gold><msg></gold></gray>",
"chat.plot_chat_forced": "<gray>This world forces everyone to use plot chat.</gray>",
"chat.plot_chat_forced": "<prefix><gray>This world forces everyone to use plot chat.</gray>",
"deny.denied_added": "<dark_aqua>You successfully denied the player from this plot.</dark_aqua>",
"deny.you_got_denied": "<dark_aqua>You are denied from the plot you were previously on, and got teleported to spawn.</dark_aqua>.",
"deny.cant_remove_owner": "<red>You can't remove the plot owner.</red>",
"deny.denied_added": "<prefix><dark_aqua>You successfully denied the player from this plot.</dark_aqua>",
"deny.you_got_denied": "<prefix><dark_aqua>You are denied from the plot you were previously on, and got teleported to spawn.</dark_aqua>.",
"deny.cant_remove_owner": "<prefix><red>You can't remove the plot owner.</red>",
"kick.you_got_kicked": "<dark_aqua>You got kicked!</dark_aqua>",
"kick.you_got_kicked": "<prefix><red>You got kicked from the plot!</red>",
"trusted.trusted_added": "<dark_aqua>You successfully trusted a user to the plot.</dark_aqua>",
"trusted.plot_removed_user": "<gold>Plot <plot> of which you were added to has been deleted due to owner inactivity.</gold>",
"trusted.trusted_added": "<prefix><dark_aqua>You successfully trusted a user to the plot.</dark_aqua>",
"trusted.plot_removed_user": "<prefix><red>Plot <plot> of which you were added to has been deleted due to owner inactivity.</red>",
"member.removed_players": "<gray>Removed <amount> player(s) from this plot.</gray>",
"member.plot_left": "<gray><player> left the plot.</gray>",
"member.already_owner": "<gray>That user is already the plot owner: <player></gray>",
"member.already_added": "<gray>That user is already added to that category: <player></gray>",
"member.member_added": "<dark_aqua>That user can now build while the plot owner is online.</dark_aqua>",
"members.plot_max_members": "<red>You are not allowed to add any more players to this plot.</red>",
"members.not_added_trusted": "<red>You must be added or trusted to the plot to run that command.</red>",
"member.removed_players": "<prefix><gray>Removed <amount> player(s) from this plot.</gray>",
"member.plot_left": "<prefix><gray><player> left the plot.</gray>",
"member.already_owner": "<prefix><gray>That user is already the plot owner: <player></gray>",
"member.already_added": "<prefix><gray>That user is already added to that category: <player></gray>",
"member.member_added": "<prefix><dark_aqua>That user can now build while the plot owner is online.</dark_aqua>",
"members.plot_max_members": "<prefix><red>You are not allowed to add any more players to this plot.</red>",
"members.not_added_trusted": "<prefix><red>You must be added or trusted to the plot to run that command.</red>",
"owner.set_owner": "<dark_aqua>You successfully set the plot owner.</dark_aqua>",
"owner.set_owner_cancelled": "<red>The set owner action was cancelled.</red>",
"owner.set_owner_missing_player": "<red>You need to specify a new owner. Correct usage is: </red><gray>/plot setowner <owner></gray>",
"owner.now_owner": "<dark_aqua>You are now the plot owner of <plot></dark_aqua>",
"owner.set_owner": "<prefix><dark_aqua>You successfully set the plot owner.</dark_aqua>",
"owner.set_owner_cancelled": "<prefix><red>The set owner action was cancelled.</red>",
"owner.set_owner_missing_player": "<prefix><red>You need to specify a new owner. Correct usage is: </red><gray>/plot setowner <owner></gray>",
"owner.now_owner": "<prefix><dark_aqua>You are now the plot owner of <plot></dark_aqua>",
"signs.owner_sign_line_1": "<gold>ID: </gold><gray><id></gray>",
"signs.owner_sign_line_2": "<gold>Owner:</gold>",
@ -347,8 +347,8 @@
"help.help_footer": "<dark_gray><strikethrough>---------<reset> <gold>PlotSquared Help </gold><dark_gray><strikethrough>---------<reset>",
"help.help_info_item": "<gold>/plot help <gray><category> </gray><dark_gray>- </dark_gray><gray><category_desc></gray>",
"help.help_item": "<gold><usage> <gray>[</gray><gold><alias></gray>]</gray>\n <dark_gray>- </dark_gray><gray><desc></gray>\n",
"help.help_display_all_commands": "<gray>Display all commands.</gray>",
"help.direction": "<gold>Current direction: <dir></gold>",
"help.help_display_all_commands": "<prefix><gray>Display all commands.</gray>",
"help.direction": "<prefix><gold>Current direction: <dir></gold>",
"category.command_category_claiming": "<gray>Claiming</gray>",
"category.command_category_teleport": "<gray>Teleport</gray>",
@ -360,60 +360,60 @@
"category.command_category_debug": "<gray>Debug</gray>",
"category.command_category_administration": "<gray>Admin</gray>",
"grants.granted_plots": "<gold>Result: <gray><amount> </gray>grants left.</gold>",
"grants.granted_plots": "<prefix><gold>Result: <gray><amount> </gray>grants left.</gold>",
"events.event_denied": "<gold><value> </gold><gray>Cancelled by external plugin.</gray>",
"events.event_denied": "<prefix><gold><value> </gold><gray>Cancelled by external plugin.</gray>",
"backups.backup_usage": "<gold>Usage: </gold><gray>/plot backup save/list/load</gray>",
"backups.backup_impossible": "<gray>Backups are not enabled for this plot: <plot>.</gray>",
"backups.backup_save_success": "<gold>The backup was created successfully.</gold>",
"backups.backup_save_failed": "<red>The backup could not be created: </red><gray><reason></gray>",
"backups.backup_load_success": "<gold>The backup was restored successfully.</gold>",
"backups.backup_load_failure": "<red>The backup could not be restored: </red><gray><reason></gray>",
"backups.backup_load_usage": "<gold>Usage: </gold><gray>/plot backup load [#]</gray>",
"backups.backup_list_header": "<gold>Available backups for plot <gray><plot></gray></gold>",
"backups.backup_list_entry": "<dark_gray>- </dark_gray><gold>#<number> </gold><gray><value></gray>",
"backups.backup_list_failed": "<red>Backup listing failed: </red><gray><reason></gray>",
"backups.backup_automatic_started": "<gold>Backing up the plot...</gold>",
"backups.backup_automatic_finished": "<gold>The automatic backup process finished successfully!</gold>",
"backups.backup_automatic_failure": "<red>The automatic backup process failed. Your pending action has been canceled. Reason: </red><gray><reason></gray>",
"backups.backup_usage": "<prefix><gold>Usage: </gold><gray>/plot backup save/list/load</gray>",
"backups.backup_impossible": "<prefix><gray>Backups are not enabled for this plot: <plot>.</gray>",
"backups.backup_save_success": "<prefix><gold>The backup was created successfully.</gold>",
"backups.backup_save_failed": "<prefix><red>The backup could not be created: </red><gray><reason></gray>",
"backups.backup_load_success": "<prefix><gold>The backup was restored successfully.</gold>",
"backups.backup_load_failure": "<prefix><red>The backup could not be restored: </red><gray><reason></gray>",
"backups.backup_load_usage": "<prefix><gold>Usage: </gold><gray>/plot backup load [#]</gray>",
"backups.backup_list_header": "<prefix><gold>Available backups for plot <gray><plot></gray></gold>",
"backups.backup_list_entry": "<prefix><dark_gray>- </dark_gray><gold>#<number> </gold><gray><value></gray>",
"backups.backup_list_failed": "<prefix><red>Backup listing failed: </red><gray><reason></gray>",
"backups.backup_automatic_started": "<prefix><gold>Backing up the plot...</gold>",
"backups.backup_automatic_finished": "<prefix><gold>The automatic backup process finished successfully!</gold>",
"backups.backup_automatic_failure": "<prefix><red>The automatic backup process failed. Your pending action has been canceled. Reason: </red><gray><reason></gray>",
"preset.preset_cannot_afford": "<red>You cannot afford that preset.</red>",
"preset.preset_invalid": "<red>Could not generate a pattern from that preset.</red>",
"preset.preset_lore_cost": "<gray>Cost: </gray><gold><cost></gold>",
"preset-preset_lore_component": "<gray>Component: </gray><gold><component></gold>",
"preset.preset_cannot_afford": "<prefix><red>You cannot afford that preset.</red>",
"preset.preset_invalid": "<prefix><red>Could not generate a pattern from that preset.</red>",
"preset.preset_lore_cost": "<prefix><gray>Cost: </gray><gold><cost></gold>",
"preset-preset_lore_component": "<prefix><gray>Component: </gray><gold><component></gold>",
"generic.generic_other": "<gray>other</gray>",
"generic.generic_merged": "<gray>merged</gray>",
"generic.generic_unowned": "<gray>unowned</gray>",
"generic.generic_invalid_choice": "<gray>invalid choice</gray>",
"generic.generic_other": "<prefix><gray>other</gray>",
"generic.generic_merged": "<prefix><gray>merged</gray>",
"generic.generic_unowned": "<prefix><gray>unowned</gray>",
"generic.generic_invalid_choice": "<prefix><gray>invalid choice</gray>",
"single.single_area_missing_selection": "<red>Error! You need to select a square region.</red>",
"single.single_area_not_square": "<red>Error! Your selection needs to be a square.</red>",
"single.single_area_overlapping": "<red>Error! Your selection overlaps with an existing plot area.</red>",
"single.single_area_needs_name": "<red>Error! Please specify a plot name: /plot area single <name></red>",
"single.single_area_name_taken": "<red>Error! The plot name is already taken.</red>",
"single.single_area_failed_to_save": "<red>Error! Failed to save the area schematic.</red>",
"single.single_area_could_not_make_directories": "<red>Error! Failed to create the schematic directory.</red>",
"single.single_area_created": "<gold>The area was created successfully!</gold>",
"single.single_area_missing_selection": "<prefix><red>Error! You need to select a square region.</red>",
"single.single_area_not_square": "<prefix><red>Error! Your selection needs to be a square.</red>",
"single.single_area_overlapping": "<prefix><red>Error! Your selection overlaps with an existing plot area.</red>",
"single.single_area_needs_name": "<prefix><red>Error! Please specify a plot name: /plot area single <name></red>",
"single.single_area_name_taken": "<prefix><red>Error! The plot name is already taken.</red>",
"single.single_area_failed_to_save": "<prefix><red>Error! Failed to save the area schematic.</red>",
"single.single_area_could_not_make_directories": "<prefix><red>Error! Failed to create the schematic directory.</red>",
"single.single_area_created": "<prefix><gold>The area was created successfully!</gold>",
"legacyconfig.legacy_config_found": "<green>A legacy configuration file was detected. Conversion will be attempted.</green>",
"legacyconfig.legacy_config_backup": "<gold>A copy of worlds.yml has been saved in the file worlds.yml.old</gold>.",
"legacyconfig.legacy_config_replaced": "<gray>> %s has been replaced with %s</gray>",
"legacyconfig.legacy_config_done": "<green>The conversion has finished. PlotSquared will now be disabled and the new configuration file will be used at next startup. Please review the new worlds.yml file. Please note that schematics will not be converted, as we are now using WorldEdit to handle schematics. You need to re-generate the schematics.</green>",
"legacyconfig.legacy_config_conversion_failed": "<red>Failed to convert the legacy configuration file. See stack trace for information.</red>",
"legacyconfig.legacy_config_found": "<prefix><green>A legacy configuration file was detected. Conversion will be attempted.</green>",
"legacyconfig.legacy_config_backup": "<prefix><gold>A copy of worlds.yml has been saved in the file worlds.yml.old</gold>.",
"legacyconfig.legacy_config_replaced": "<prefix><gray>> %s has been replaced with %s</gray>",
"legacyconfig.legacy_config_done": "<prefix><green>The conversion has finished. PlotSquared will now be disabled and the new configuration file will be used at next startup. Please review the new worlds.yml file. Please note that schematics will not be converted, as we are now using WorldEdit to handle schematics. You need to re-generate the schematics.</green>",
"legacyconfig.legacy_config_conversion_failed": "<prefix><red>Failed to convert the legacy configuration file. See stack trace for information.</red>",
"flag.flag_key": "<gray>Key: <key></gray>",
"flag.flag_desc": "<gray>Desc: <value></gray>",
"flag.not_valid_flag": "<red>That is not a valid flag.</red>",
"flag.not_valid_flag_suggested": "<gray>That is not a valid flag. Did you mean: </gray><gold><value></gold>",
"flag.not_valid_value": "<red>Flag values must be alphanumerical.</red>",
"flag.flag_not_removed": "<red>The flag could not be removed.</red>",
"flag.flag_not_added": "<red>The flag could not be added.</red>",
"flag.flag_removed": "<dark_aqua>Successfully removed flag.</dark_aqua>",
"flag.flag_partially_removed": "<dark_aqua>Successfully removed flag value(s).</dark_aqua>",
"flag.flag_added": "<dark_aqua>Successfully added flag.</dark_aqua>",
"flag.flag_list_see_info": "<gray>Click to view information about the flag.</gray>",
"flag.not_valid_flag_suggested": "<prefix><gray>That is not a valid flag. Did you mean: </gray><gold><value></gold>",
"flag.not_valid_value": "<prefix><red>Flag values must be alphanumerical.</red>",
"flag.flag_not_removed": "<prefix><red>The flag could not be removed.</red>",
"flag.flag_not_added": "<prefix><red>The flag could not be added.</red>",
"flag.flag_removed": "<prefix><dark_aqua>Successfully removed flag.</dark_aqua>",
"flag.flag_partially_removed": "<prefix><dark_aqua>Successfully removed flag value(s).</dark_aqua>",
"flag.flag_added": "<prefix><dark_aqua>Successfully added flag.</dark_aqua>",
"flag.flag_list_see_info": "<prefix><gray>Click to view information about the flag.</gray>",
"flag.flag_parse_error": "<red>Failed to parse flag </red><gray><flag_name><red>, value </red><gray><flag_value></gray><red>: <error></red>",
"flag.flag_info_header": "<dark_gray><strikethrough>---------<reset> <gold>PlotSquared Flags </gold><dark_gray><strikethrough>---------<reset>",
"flag.flag_info_footer": "<dark_gray><strikethrough>---------<reset> <gold>PlotSquared Flags </gold><dark_gray><strikethrough>---------<reset>",
@ -519,19 +519,19 @@
"flags.flag_description_keep_inventory": "<gray>Prevents players from dropping their items when they die inside of the plot.</gray>",
"flags.flag_description_prevent_creative_copy": "<gray>Prevents people from copying item NBT data in the plot unless they're added as members.</gray>",
"flags.flag_error_boolean": "<red>Flag value must be a boolean (true|false)</red>",
"flags.flag_error_enum": "<red>Must be one of: <list></red>",
"flags.flag_error_gamemode": "<red>Flag value must be a gamemode: 'survival', 'creative', 'adventure' or 'spectator.</red>",
"flags.flag_error_integer": "<red>Flag value must be a whole number.</red>",
"flags.flag_error_integer_list": "<red>Flag value must be an integer list.</red>",
"flags.flag_error_internal": "<red>Value(s) must be numeric. /plot set flag <flag> <interval> [amount].</red>",
"flags.flag_error_keep": "<red>Flag value must be a timestamp or a boolean.</red>",
"flags.flag_error_long": "<red>Flag value must be a whole number (large numbers allowed).</red>",
"flags.flag_error_plotblocklist": "<red>Flag value must be a block list.</red>",
"flags.flag_error_invalid_block": "<red>The provided value is not a valid block or block category.</red>",
"flags.flag_error_double": "<red>Flag value must be a decimal number.</red>",
"flags.flag_error_string": "<red>Flag value must be alphanumeric. Some special characters are allowed.</red>",
"flags.flag_error_stringlist": "<red>Flag value must be a string list.</red>",
"flags.flag_error_weather": "<red>Flag must be a weather: 'rain' or 'sun'.</red>",
"flags.flag_error_music": "<red>Flag value must be a valid music disc ID.</red>"
"flags.flag_error_boolean": "<prefix><red>Flag value must be a boolean (true|false)</red>",
"flags.flag_error_enum": "<prefix><red>Must be one of: <list></red>",
"flags.flag_error_gamemode": "<prefix><red>Flag value must be a gamemode: 'survival', 'creative', 'adventure' or 'spectator.</red>",
"flags.flag_error_integer": "<prefix><red>Flag value must be a whole number.</red>",
"flags.flag_error_integer_list": "<prefix><red>Flag value must be an integer list.</red>",
"flags.flag_error_internal": "<prefix><red>Value(s) must be numeric. /plot set flag <flag> <interval> [amount].</red>",
"flags.flag_error_keep": "<prefix><red>Flag value must be a timestamp or a boolean.</red>",
"flags.flag_error_long": "<prefix><red>Flag value must be a whole number (large numbers allowed).</red>",
"flags.flag_error_plotblocklist": "<prefix><red>Flag value must be a block list.</red>",
"flags.flag_error_invalid_block": "<prefix><red>The provided value is not a valid block or block category.</red>",
"flags.flag_error_double": "<prefix><red>Flag value must be a decimal number.</red>",
"flags.flag_error_string": "<prefix><red>Flag value must be alphanumeric. Some special characters are allowed.</red>",
"flags.flag_error_stringlist": "<prefix><red>Flag value must be a string list.</red>",
"flags.flag_error_weather": "<prefix><red>Flag must be a weather: 'rain' or 'sun'.</red>",
"flags.flag_error_music": "<prefix><red>Flag value must be a valid music disc ID.</red>"
}