Sobky

ParkourLite - Locale - EN.yml

Apr 25th, 2022
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 23.29 KB | None | 0 0
  1. Prefix: "&2&lParkour &6\u2771"
  2. Errors:
  3.   ConsoleError: "&cCommand can be performed only via Player!"
  4.   NoPermissions: "&cYou are not permitted to use this command!"
  5.   WrongCommandUsage:
  6.     Unexpected: "&cAn unexpected error has occurred!\n&6\u25CF &7Please check the console for more info."
  7.     Implementation: "&cIt seems that method &2{method} &chas wrong parameters.\n&6\u25CF &7Please check the implementation."
  8.     Unsupported: "&cWrong usage of command!\n&6\u25CF &7Unsupported command sequence"
  9.     Hint:
  10.       Common: "&cWrong usage of command!\n&6\u25CF &7&lHINT &6\u00BB &2{replacement}"
  11.       Tab: "&cWrong usage of command!\n&6\u25CF &7&lHINT &6\u00BB &2{replacement}\n&6\u25CF &7&lHINT &6\u00BB &2Use Tab to complete command sequence"
  12.   PrimitiveDataType:
  13.     Integer: "&cCannot parse value &2{value} &cto number!"
  14.     Double: "&cCannot parse value &2{value} &cto decimal number!"
  15.     Range: "&cValue &2{value} &cis out of range!\n&6\u25CF &7Allowed range &6\u00BB &2<{min}; {max}>"
  16.   Player:
  17.     Missing: "&cRequired information is missing!\n&6\u25CF &7Please, try to re-log\n&6\u25CF &7We apologize for the inconvenience"
  18.     Map:
  19.       NotAssigned: "&cCannot find map your are playing!"
  20.       Data:
  21.         Missing: "&cCannot find personal data of map &2{map_name}&c!"
  22.   ProtocolException: "&cAn unexpected error occurred!\n&6\u25CF &7Please contact staff"
  23.   GlobalLocation:
  24.     SpawnPoint:
  25.       Missing: "&cGlobal SpawnPoint is missing, yet!\n&6\u25CF &7Please contact staff to resolve this problem!"
  26.   CommandUsage: "&cUsing commands while you are in the map or event is not allowed!"
  27.   Map:
  28.     Global:
  29.       NotExist: "&cMap &2{map_name} &cdoes not exist!"
  30.       Capacity: "&cNot enough space in map &2{map_name}&c!"
  31.       Location:
  32.         Missing: "&cThere is required to keep map &2{map_name} &cunder maintenance!\n&6\u25CF &7At least one of LocationPoints are missing"
  33.     Player:
  34.       Swap: "&cAn unexpected situation occurred!\n&6\u25CF &7Please, try to re-log\n&6\u25CF &7We apologize for the inconvenience"
  35.       Already:
  36.         In: "&cYou are already here!"
  37.       Rank: "&cCannot join map &2{map_name}&c!\n&6\u25CF &7Required Rank &6\u00BB &2{required_rank} &7(&2{rank_points} {declension_rank_point}&7)"
  38.       Fall: "&cYou have fallen down!\n&6\u25CF &7You have been moved to last saved position."
  39.       Suspicious:
  40.         Air: "&cA suspicious behaviour was detected while playing this map!\n&6\u25CF &7Too much time in the air!"
  41.     Create:
  42.       Pattern: "&cValue &2{value} &ccontains not allowed chars!\n&6\u25CF &7Allowed chars &6\u00BB &2{pattern}\n  &6\u25CF &7Any Letters or Digits or Underscore\n  &6\u25CF &7Max length 32 characters"
  43.       Already:
  44.         Exist: "&cMap &2{map_name} &calready exists!"
  45.       Exception:
  46.         File: "&cAn error at creating Map file occurred!\n&6\u25CF &7{error}"
  47.         Protocol: "&cAn error at creating Map occurred!\n&6\u25CF &7{error}"
  48.     Maintenance:
  49.       Required: "&cMap &2{map_name} &cis not under maintenance!\n&6\u25CF &7To customize map, maintenance is required."
  50.       Active: "&cMap &2{map_name} &cis under maintenance!"
  51.       Under:
  52.         Already: "&cMap &2{map_name} &cis already under maintenance!"
  53.         Not: "&cMap &2{map_name} &cis not under maintenance!"
  54.       SettingUp: "&cCannot join map &2{map_name} &cwhile it is setting up!"
  55.       Leave: "&cDue to setting map &2{map_name} under maintenance, you were moved out from this map."
  56.     Point:
  57.       CheckPoint:
  58.         OutOfRange: "&cMap &2{map_name} &cdoes not contain CheckPoint &2#{order}&c!"
  59.         Unexpected: "&cAn unexpected error occurred at map &2{map_name}!\n&6\u25CF &7CheckPoint &2#{order} &7was not found!"
  60.     List:
  61.       MapDifficulty:
  62.         None: "&cThis Difficulty is not allowed to use here!"
  63.       MapCategory:
  64.         None: "&cThis Category is not allowed to use here!"
  65.       Order: "&cCannot find Category or Difficulty under &2{value}&c!"
  66.   Reload:
  67.     Options: "&cA critical error occurred! Check options file! Disabling plugin..."
  68.   Stats:
  69.     Request:
  70.       Target:
  71.         Offline: "&cPlayer &2{player} &cis not online!\n&6\u25CF &7Cannot display his stats, yet."
  72.         Format:
  73.           UUID: "&cInvalid &2UUID&7!"
  74.           Nick: "&cInvalid &2Nick&7!"
  75.     Map:
  76.       None: "&c\u25CF &7No stats, yet!"
  77.     Component:
  78.       NotFound: "&cComponent of type &2{type} &cwas not found!"
  79.       None: "&c\u25CF &7No stats, yet!"
  80. Success:
  81.   GlobalLocation:
  82.     SpawnPoint:
  83.       Create: "&7Global SpawnPoint was successfully saved!"
  84.   Map:
  85.     Create: "&7Map &2{map_name} &7was successfully created!\n&6\u25CF &7Now, you need to customize basic settings."
  86.     Delete: "&7Map &2{map_name} &7was successfully removed!"
  87.     Point:
  88.       Start: "&7Start of map &2{map_name} &7saved!"
  89.       Finish: "&7Finish of map &2{map_name} &7saved!"
  90.       CheckPoint:
  91.         New: "&7CheckPoint &2#{order} &7of map &2{map_name} &7saved!"
  92.         Update: "&7CheckPoint &2#{order} &7of map &2{map_name} &7updated!"
  93.         Remove: "&7CheckPoint &2#{order} &7of map &2{map_name} &7removed!"
  94.       Action:
  95.         Leave: "&7LeavePoint of map &2{map_name} &7saved!"
  96.         Finish: "&7AfterFinishPoint of map &2{map_name} &7saved!"
  97.       Figure:
  98.         Link: "&7ArmorStand successfully linked with map &2{map_name}&7!"
  99.         Unlink: "&7Figure successfully unlinked from map &2{map_name}&7!"
  100.     Player:
  101.       Leave:
  102.         Self: "&7You left the map &2{map_name}&7!"
  103.         Target: "&7Player left the map &2{map_name}&7!"
  104.       Finish: "&7You have done map &2{map_name}&7!\n&6\u25CF &7Your time &6\u00BB &2{time}"
  105.       BeatTime:
  106.         Personal: "&3&lCongratulation!\n&6\u25CF &7You overcame your personal record!"
  107.         Map: "&3&lCongratulation!\n&6\u25CF &7You overcame record in map &2{map_name}&7!"
  108.     Sign:
  109.       Create: "&7Sign of map &2{map_name} &7created!"
  110.       Destroy: "&7Sign of map &2{map_name} &7destroyed!"
  111.     Maintenance:
  112.       Enable: "&7Map &2{map_name} &7is currently under maintenance!"
  113.       Disable: "&7Map &2{map_name} &7is no longer under maintenance!"
  114.   ScoreBoard:
  115.     Exploring:
  116.       Shown: "&7Board was shown!"
  117.       Hidden: "&7Board was hidden!"
  118.   Reload:
  119.     All: "&7Whole plugin successfully reloaded!"
  120.     Locale: "&7Localization and it's dependencies successfully reloaded!"
  121.     Options: "&7Options and it's dependencies successfully reloaded!"
  122.     Map: "&7Map &2{map_name} &7and it's dependencies successfully reloaded!"
  123.   Help:
  124.     Player:
  125.      - "&2&lParkour &6\u2771 &7Basic commands"
  126.       - "&6\u25CF &7Info &6\u00BB &2/Parkour Info"
  127.       - "&6\u25CF &7List of Maps &6\u00BB &2/Parkour List [Category/Difficulty]"
  128.       - "&6\u25CF &7Join the Map &6\u00BB &2/Parkour Join <MapName>"
  129.       - "&6\u25CF &7Leave the Map &6\u00BB &2/Parkour Leave"
  130.       - "&6\u25CF &7Stats &6\u00BB &2/Parkour Stats <Personal/Map/Summary> <Type>"
  131.     Admin:
  132.      - "&2&lParkour &6\u2771 &7Admin commands"
  133.       - "&6\u25CF &7Admin Info &6\u00BB &2/Parkour Info Admin"
  134.       - "&6\u25CF &7Map SetUp Commands &6\u00BB &2/Parkour Map Help"
  135.       - "&6\u25CF &7Set SpawnPoint &6\u00BB &2/Parkour GlobalLocation SetSpawnPoint"
  136.       - "&6\u25CF &7Reload &6\u00BB &2/Parkour Reload <[All]/Locale/Options/Map>"
  137.       - "&6\u25CF &7Maintenance &6\u00BB &2/Parkour Maintenance <Enable/Disable> <MapName>"
  138.     Map:
  139.      - "&2&lParkour &6\u2771 &7Map commands"
  140.       - "&6\u25CF &7Create Map &6\u00BB &2/Parkour Map Create <MapName>"
  141.       - "&6\u25CF &7Delete Map &6\u00BB &2/Parkour Map Delete <MapName>"
  142.       - "&6\u25CF &7Set Spawn &6\u00BB &2/Parkour Map SetSpawnPoint <MapName>"
  143.       - "&6\u25CF &7Update CheckPoint &6\u00BB &2/Parkour Map UpdateCheckPoint <MapName> <Order>"
  144.       - "&6\u25CF &7Set Finish &6\u00BB &2/Parkour Map SetFinishPoint <MapName>"
  145.       - "&6\u25CF &7Set ActionLeave &6\u00BB &2/Parkour Map SetLeaveActionPoint <MapName>"
  146.       - "&6\u25CF &7Set ActionFinish &6\u00BB &2/Parkour Map SetFinishActionPoint <MapName>"
  147.   Stats:
  148.     Request:
  149.       Target:
  150.         Search: "&7Searching the player..."
  151.         Remove:
  152.           All:
  153.             Head: "&7Removing &2All Stats &7of the player &2{player}&7..."
  154.             Callback:
  155.               Rank: "&7Rank was reset."
  156.               Map: "&7Map stats were removed."
  157.               CheckPoint: "&7CheckPoint stats were removed."
  158.           Rank:
  159.             Head: "&7Resetting &2Rank &7of the player &2{player}&7..."
  160.             Callback:
  161.               Rank: "&7Rank was reset."
  162.               Target: "&7Your &2Rank &7was reset!"
  163.           Map:
  164.             Head: "&7Removing &2Stats &7of the player &2{player} &7from the map &2{map_name}&7..."
  165.             Callback:
  166.               Map: "&7Map stats were removed."
  167.               CheckPoint: "&7CheckPoint stats were removed."
  168.       Map:
  169.         Remove:
  170.           Head: "&7Removing &2All Stats &7of the map &2{map_name}&7..."
  171.           Callback:
  172.             Map: "&7Map stats were removed."
  173.             CheckPoint: "&7CheckPoint stats were removed."
  174.  
  175.     Personal:
  176.       Self:
  177.        - "&2&lParkour Stats &6\u2771 &7Personal"
  178.         - "&6\u25CF &7Rank &6\u00BB &2{rank} &6| &2{rank_point}&6/&2{req_rank_point} &7RankPoints"
  179.         - "&6\u25CF &7Daily Challenge &6\u00BB &2{map_day} &7{decl_map_day}&6/&2{map_all} &7{decl_map_all}"
  180.         - "&6\u25CF &7Favourite map &6\u00BB &2{favourite_map} &6| &2{favourite_time}"
  181.         - "&6\u25CF &7Personal record &6\u00BB &2{personal_best_map} &6| &2{personal_best_time}"
  182.       Map:
  183.        - "&2&lParkour Stats &6\u2771 &7Map Personal"
  184.         - "&6\u25CF &7Map &6\u00BB &2{map_name}"
  185.         - "&6\u25CF &7Best &6\u00BB &2{best_time} &6| &2{best_date}"
  186.         - "&6\u25CF &7Worst &6\u00BB &2{worst_time} &6| &2{worst_date}"
  187.         - "&6\u25CF &7Last completion &6\u00BB &2{last_completion_date}"
  188.         - "&6\u25CF &7Total completions &6\u00BB &2{completion_count}"
  189.         - "&6\u25CF &7Total falls &6\u00BB &2{fall_count}"
  190.     Target:
  191.       Self:
  192.        - "&2&lParkour Stats &6\u2771 &7Of &2{player}"
  193.         - "&6\u25CF &7Rank &6\u00BB &2{rank} &6| &2{rank_point}&6/&2{req_rank_point} &7RankPoints"
  194.         - "&6\u25CF &7Daily Challenge &6\u00BB &2{map_day} &7{decl_map_day}&6/&2{map_all} &7{decl_map_all}"
  195.         - "&6\u25CF &7Favourite map &6\u00BB &2{favourite_map} &6| &2{favourite_time}"
  196.         - "&6\u25CF &7Personal record &6\u00BB &2{personal_best_map} &6| &2{personal_best_time}"
  197.       Rank:
  198.        - "&2&lParkour Stats &6\u2771 &7Of &2{player}"
  199.         - "&6\u25CF &7Rank &6\u00BB &2{rank} &6| &2{rank_point}&6/&2{req_rank_point} &7RankPoints"
  200.       Map:
  201.        - "&2&lParkour Stats &6\u2771 &7Of &2{player}"
  202.         - "&6\u25CF &7Map &6\u00BB &2{map_name}"
  203.         - "&6\u25CF &7Best &6\u00BB &2{best_time} &6| &2{best_date}"
  204.         - "&6\u25CF &7Worst &6\u00BB &2{worst_time} &6| &2{worst_date}"
  205.         - "&6\u25CF &7Last completion &6\u00BB &2{last_completion_date}"
  206.         - "&6\u25CF &7Total completions &6\u00BB &2{completion_count}"
  207.         - "&6\u25CF &7Total falls &6\u00BB &2{fall_count}"
  208.     Map:
  209.       Header: "&2&lParkour Stats &6\u2771 &7Of map &2{map_name}"
  210.       Line: "&6{order}{suffix} &7{who} &6\u00BB &2{time}"
  211.       PersonalSuffix: " &e(You)"
  212.       Delimiter: "&7\u22EE"
  213.     Summary:
  214.       TheHighestRank:
  215.         Header: "&2&lParkour Stats &6\u2771 &7The highest rank"
  216.         Line: "&2{order}{suffix} &7{who} &6\u00BB &2{rank} &6| &2{rank_point} {declension_rank_point}"
  217.   Predicate:
  218.     Truth: "&aYes"
  219.     Lie: "&cNo"
  220. BroadCast:
  221.   Finish: "&7Player &2{player} &7has done map &2{map_name}&7!"
  222.   BeatTime: "&7Player &2{player} &7overcame record in map &2{map_name}&7!"
  223.   NewRank: "&7Player &2{player} &7has reached new rank &2{rank}&7!"
  224. ActionBar:
  225.   MapTimer: "&2\u00BB &6&l{time} &2\u00AB"
  226. Sign:
  227.   Join:
  228.     OPEN:
  229.       1: "&2&lParkour"
  230.       2: "&0{map_name}"
  231.       3: "&8[&3{online}&8/&3{max}&8]"
  232.       4: "&2Click to join!"
  233.     MAINTENANCE:
  234.       1: "&2&lParkour"
  235.       2: "&4{map_name}"
  236.       3: "&8[&3-&8/&3-&8]"
  237.       4: "&c&lMaintenance"
  238. ScoreBoard:
  239.   ExploringBoard:
  240.     HeadName: "&6&lParkour - Global"
  241.     Lines:
  242.       Static:
  243.         15: "&2&lRank"
  244.         12: "&d"
  245.         11: "&6&lDaily challenge"
  246.         9: "&c"
  247.         8: "&2&lFavourite map"
  248.         4: "&b"
  249.         3: "&6&lPersonal record"
  250.       Dynamic:
  251.         14:
  252.           ENTRY: "&1&2"
  253.           CONTENT: "&2\u25CF &7{rank}"
  254.         13:
  255.           ENTRY: "&2&3"
  256.           CONTENT: "&2\u25CF &7{rank_point}&2/&7{req_rank_point} RP"
  257.         10:
  258.           ENTRY: "&3&4"
  259.           CONTENT: "&6\u25CF &7{map_day} {decl_map_day}&6/&7{map_all} {decl_map_all}"
  260.         7:
  261.           ENTRY: "&4&5"
  262.           CONTENT: "&2\u25CF &7{favourite_map}"
  263.         6:
  264.           ENTRY: "&5&6"
  265.           CONTENT: "&2\u25CF &7{favourite_time}"
  266.         5:
  267.           ENTRY: "&6&7"
  268.           CONTENT: "&2\u25CF &7{favourite_count} {decl_count}"
  269.         2:
  270.           ENTRY: "&7&8"
  271.           CONTENT: "&6\u25CF &7{personal_best_map}"
  272.         1:
  273.           ENTRY: "&8&9"
  274.           CONTENT: "&6\u25CF &7{personal_best_time}"
  275.     DefaultValue:
  276.       Chars: "&c\u25CF &cError"
  277.       Rank: "Max"
  278.       Map: "None"
  279.       Time: "None"
  280.       Count: "0"
  281.   PlayingBoard:
  282.     HeadName: "&6&lParkour"
  283.     Lines:
  284.       Static:
  285.         15: "&2&lMap"
  286.         13: "&d"
  287.         12: "&6&lMap Leader"
  288.         9: "&c"
  289.         8: "&2&lYour Record"
  290.         6: "&b"
  291.         5: "&6&lCheckPoints"
  292.         3: "&a"
  293.         2: "&2&lFalls"
  294.       Dynamic:
  295.         14:
  296.           ENTRY: "&a&b"
  297.           CONTENT: "&2\u25CF &7{map_name}"
  298.         11:
  299.           ENTRY: "&b&c"
  300.           CONTENT: "&6\u25CF &7{leader_name}"
  301.         10:
  302.           ENTRY: "&c&d"
  303.           CONTENT: "&6\u25CF &7{leader_time}"
  304.         7:
  305.           ENTRY: "&d&e"
  306.           CONTENT: "&2\u25CF &7{personal_time}"
  307.         4:
  308.           ENTRY: "&e&f"
  309.           CONTENT: "&6\u25CF &7{chp_reached}&6/&7{chp_all}"
  310.         1:
  311.           ENTRY: "&f&a"
  312.           CONTENT: "&2\u25CF &7{fall_count}"
  313.     DefaultValue:
  314.       Chars: "&c\u25CF &cError"
  315.       Leader: "Nobody"
  316.       Time: "None"
  317. Title:
  318.   Map:
  319.     Join:
  320.       Title: "&2&lParkour"
  321.       SubTitle: "&7You joined the map &2{map_name}&7!"
  322.     CheckPoint:
  323.       Title: "&2&lCheckPoint"
  324.       SubTitle: "&7Your new rescue point!"
  325.     Finish:
  326.       Title: "&2&lParkour"
  327.       SubTitle: "&7You have done map &2{map_name}&7!"
  328.     Rank:
  329.       Title: "&e&lCongratulation"
  330.       SubTitle: "&7New rank &2{rank}&7!"
  331.   Bungee:
  332.     Join:
  333.       Title: "&2&lParkour"
  334.       SubTitle: "&7Welcome to Parkour Lobby!"
  335. Hologram:
  336.   Map:
  337.     Start:
  338.      - "&6&lStart"
  339.     CheckPoint:
  340.      - "&6&lCheckPoint &2&l#{order}"
  341.     Finish:
  342.      - "&6&lFinish"
  343.     JoinByStep:
  344.       OPEN:
  345.        - "&2&l{map_name}"
  346.         - ""
  347.         - "&6&lStart"
  348.         - "&7Required rank &6\u00BB &3{rank}"
  349.       MAINTENANCE:
  350.        - "&2&l{map_name}"
  351.         - ""
  352.         - "&c&lMaintenance"
  353. Stats:
  354.   DefaultValue:
  355.     None: "- - -"
  356.     Count: "0"
  357.     Order: "X"
  358.     Time: "00:00:000"
  359. Declension:
  360.   Position:
  361.     FIRST: "\u02e2\u1d57"
  362.     SECOND: "\u207f\u1d48"
  363.     THIRD: "\u02b3\u1d48"
  364.     OTHER: "\u1d57\u02B0"
  365.   RankPoint:
  366.     ONE: "RankPoint"
  367.     FROM_TWO_TO_FOUR: "RankPoints"
  368.     ZERO_AND_MORE_THAN_FIVE: "RankPoints"
  369.   Map:
  370.     ONE: "Map"
  371.     FROM_TWO_TO_FOUR: "Maps"
  372.     ZERO_AND_MORE_THAN_FIVE: "Maps"
  373.   Completion:
  374.     ONE: "Pass"
  375.     FROM_TWO_TO_FOUR: "Passes"
  376.     ZERO_AND_MORE_THAN_FIVE: "Passes"
  377. CustomValue:
  378.   MapDifficulty:
  379.     NONE: "None"
  380.     EXTRA_EASY: "Extra Easy"
  381.     EASY: "Easy"
  382.     MEDIUM: "Medium"
  383.     HARD: "Hard"
  384.     EXTRA_HARD: "Extra Hard"
  385.   MapCategory:
  386.     NONE: "None"
  387.     SUMMER: "Summer"
  388.     WINTER: "Winter"
  389.     LAVA: "Lava"
  390.     WATER: "Water"
  391.     AIR: "Air"
  392.     JUNGLE: "Jungle"
  393.     DESERT: "Desert"
  394.     FOREST: "Forest"
  395.     MINE: "Mine"
  396.     SPEED: "Speed"
  397.     ALL: "All"
  398.   Rank:
  399.     NONE: "None"
  400.     FLEA: "Flea"
  401.     FROG_HOPPER: "FrogHopper"
  402.     GRASS_HOPPER: "GrassHopper"
  403.     SPIDER: "Spider"
  404.     KANGAROO_RAT: "KangarooRat"
  405.     FROG: "Frog"
  406.     SQUIRREL: "Squirrel"
  407.     RABBIT: "Rabbit"
  408.     HARE: "Hare"
  409.     LEMUR: "Lemur"
  410.     CAT: "Cat"
  411.     MONKEY: "Monkey"
  412.     IMPALA: "Impala"
  413.     KLIPSPRINGER: "Klipspringer"
  414.     MOUNTAIN_GOAT: "MountainGoat"
  415.     KANGAROO: "Kangaroo"
  416.     MASTER: "Master"
  417.     JUMPING_PRINCE: "JumpingPrice"
  418.     JUMPING_KING: "JumpingKing"
  419. HotBar:
  420.   EXPLORING:
  421.     List:
  422.       HeadName: "&6&lList of Maps &7(Right click)"
  423.       Lore: [ ]
  424.     Lobby:
  425.       HeadName: "&6&lBack to Lobby &7(Right click)"
  426.       Lore: [ ]
  427.     Board:
  428.       Shown:
  429.         HeadName: "&6&lHide ExploringBoard &7(Right click)"
  430.         Lore: [ ]
  431.       Hidden:
  432.         HeadName: "&6&lShow ExploringBoard &7(Right click)"
  433.         Lore: [ ]
  434.   PLAYING:
  435.     Respawn:
  436.       HeadName: "&6&lRespawn &7(Right click)"
  437.       Lore: [ ]
  438.     List:
  439.       HeadName: "&6&lList of Maps &7(Right click)"
  440.       Lore: [ ]
  441.     Restart:
  442.       HeadName: "&6&lStart again &7(Right click)"
  443.       Lore: [ ]
  444.     Target:
  445.       Shown:
  446.         HeadName: "&6&lHide players &7(Right click)"
  447.         Lore: [ ]
  448.       Hidden:
  449.         HeadName: "&6&lShow players &7(Right click)"
  450.         Lore: [ ]
  451.     Leave:
  452.       HeadName: "&6&lLeave Map &7(Right click)"
  453.       Lore: [ ]
  454. GUI:
  455.   Common:
  456.     Item:
  457.       Back:
  458.         HeadName: "&2&lBack"
  459.         Lore: [ ]
  460.       Pagination:
  461.         NO_PREV_PAGE:
  462.           HeadName: "&6&lNo previous Page"
  463.           Lore: [ ]
  464.         NO_NEXT_PAGE:
  465.           HeadName: "&6&lNo next Page"
  466.           Lore: [ ]
  467.         FIRST_PAGE:
  468.           HeadName: "&6&lFirst Page &2&l#1"
  469.           Lore: [ ]
  470.         PREV_PAGE:
  471.           HeadName: "&6&lPrevious Page &2&l#{page}"
  472.           Lore: [ ]
  473.         NEXT_PAGE:
  474.           HeadName: "&6&lNext Page &2&l#{page}"
  475.           Lore: [ ]
  476.         LAST_PAGE:
  477.           HeadName: "&6&lLast Page &2&l#{page}"
  478.           Lore: [ ]
  479.   Overview:
  480.     MapListGUI:
  481.       InventoryName: "&1&lList of Maps"
  482.       Leader:
  483.         Line: "  &2{order}{suffix} &7{who} &6\u00BB &3{time}"
  484.         PersonalSuffix: " &e(You)"
  485.         Delimiter: "  &7\u22EE"
  486.         None: "&cNo leader, yet."
  487.       Item:
  488.         Status:
  489.           NOT_COMPLETED:
  490.             HeadName: "&2&lMap: &6&l{map_name}"
  491.             Lore:
  492.              - "&6\u25CF &7Difficulty &6\u00BB &3{map_difficulty}"
  493.               - ""
  494.               - "&6\u25CF &7Category &6\u00BB &3{map_category}"
  495.               - ""
  496.               - "&6\u25CF &7Required rank &6\u00BB &3{required_rank}"
  497.               - ""
  498.               - "&6\u25CF &7Capacity &6\u00BB &3{online}&7/&3{max}"
  499.               - ""
  500.               - "&6\u25CF &7LeaderBoard"
  501.               - "{__leader__}"
  502.               - ""
  503.               - "&6\u25CF &7Click to join the map!"
  504.           TRYING_TO_COMPLETE:
  505.             HeadName: "&2&lMap: &6&l{map_name}"
  506.             Lore:
  507.              - "&6\u25CF &7Difficulty &6\u00BB &3{map_difficulty}"
  508.               - ""
  509.               - "&6\u25CF &7Category &6\u00BB &3{map_category}"
  510.               - ""
  511.               - "&6\u25CF &7Required rank &6\u00BB &3{required_rank}"
  512.               - ""
  513.               - "&6\u25CF &7Capacity &6\u00BB &3{online}&7/&3{max}"
  514.               - ""
  515.               - "&6\u25CF &7LeaderBoard"
  516.               - "{__leader__}"
  517.               - ""
  518.               - "&6\u25CF &cAlready in this map!"
  519.           ALREADY_COMPLETED:
  520.             HeadName: "&2&lMap: &6&l{map_name}"
  521.             Lore:
  522.              - "&6\u25CF &7Difficulty &6\u00BB &3{map_difficulty}"
  523.               - ""
  524.               - "&6\u25CF &7Category &6\u00BB &3{map_category}"
  525.               - ""
  526.               - "&6\u25CF &7Required rank &6\u00BB &3{required_rank}"
  527.               - ""
  528.               - "&6\u25CF &7Capacity &6\u00BB &3{online}&7/&3{max}"
  529.               - ""
  530.               - "&6\u25CF &7LeaderBoard"
  531.               - "{__leader__}"
  532.               - ""
  533.               - "&6\u25CF &c&lNOTE &6\u00BB &7You have already"
  534.               - "&7completed this map. Rewards"
  535.               - "&7won't be high as before."
  536.               - ""
  537.               - "&6\u25CF &7Click to join the map!"
  538.         Info:
  539.           HeadName: "&2&lBasic information"
  540.           Lore:
  541.            - "&6\u25CF &7Here you can see all available maps"
  542.             - ""
  543.             - "&6\u25CF &7{sort_order} &6\u00BB &3{sort_value}"
  544.             - ""
  545.             - "&6\u25CF &7How to play"
  546.             - "  &2\u2022 &7The goal is to reach &bFinish"
  547.             - "  &7in the shortest time"
  548.             - "  &2\u2022 &7During the journey, you can"
  549.             - "  &7reach &bCheckPoints &7or"
  550.             - "  &7find &bMagicBlocks"
  551.             - "  &2\u2022 &7When you fell, you will be"
  552.             - "  &7moved to last saved &bCheckPoint &7or"
  553.             - "  &bStart"
  554.             - "  &2\u2022 &6Good luck :)"
  555.             - ""
  556.             - "&6\u25CF &7You can see LeaderBoard of the"
  557.             - "&7fastest players at each map item"
  558.           SortOrder:
  559.             MapDifficulty: "Difficulty"
  560.             MapCategory: "Category"
  561.     MapCategoryGUI:
  562.       InventoryName: "&1&lMap Categories"
  563.     MapDifficultyGUI:
  564.       InventoryName: "&1&lMap Difficulties"
  565.   CustomValue:
  566.     MapCategory:
  567.       Item:
  568.         NONE:
  569.           HeadName: "&2&lNone"
  570.           Lore:
  571.            - "&6\u25CF &3Left click &7to choose this one"
  572.         SUMMER:
  573.           HeadName: "&2&lSummer"
  574.           Lore:
  575.            - "&6\u25CF &3Left click &7to choose this one"
  576.         WINTER:
  577.           HeadName: "&2&lWinter"
  578.           Lore:
  579.            - "&6\u25CF &3Left click &7to choose this one"
  580.         LAVA:
  581.           HeadName: "&2&lLava"
  582.           Lore:
  583.            - "&6\u25CF &3Left click &7to choose this one"
  584.         WATER:
  585.           HeadName: "&2&lWater"
  586.           Lore:
  587.            - "&6\u25CF &3Left click &7to choose this one"
  588.         AIR:
  589.           HeadName: "&2&lAir"
  590.           Lore:
  591.            - "&6\u25CF &3Left click &7to choose this one"
  592.         JUNGLE:
  593.           HeadName: "&2&lJungle"
  594.           Lore:
  595.            - "&6\u25CF &3Left click &7to choose this one"
  596.         DESERT:
  597.           HeadName: "&2&lDesert"
  598.           Lore:
  599.            - "&6\u25CF &3Left click &7to choose this one"
  600.         FOREST:
  601.           HeadName: "&2&lForest"
  602.           Lore:
  603.            - "&6\u25CF &3Left click &7to choose this one"
  604.         MINE:
  605.           HeadName: "&2&lMine"
  606.           Lore:
  607.            - "&6\u25CF &3Left click &7to choose this one"
  608.         SPEED:
  609.           HeadName: "&2&lSpeed"
  610.           Lore:
  611.            - "&6\u25CF &3Left click &7to choose this one"
  612.         ALL:
  613.           HeadName: "&2&lAll"
  614.           Lore:
  615.            - "&6\u25CF &3Left click &7to choose this one"
  616.     MapDifficulty:
  617.       Item:
  618.         NONE:
  619.           HeadName: "&2&lNone"
  620.           Lore:
  621.            - "&6\u25CF &3Left click &7to choose this one"
  622.         EXTRA_EASY:
  623.           HeadName: "&2&lExtra Easy"
  624.           Lore:
  625.            - "&6\u25CF &3Left click &7to choose this one"
  626.         EASY:
  627.           HeadName: "&2&lEasy"
  628.           Lore:
  629.            - "&6\u25CF &3Left click &7to choose this one"
  630.         MEDIUM:
  631.           HeadName: "&2&lMedium"
  632.           Lore:
  633.            - "&6\u25CF &3Left click &7to choose this one"
  634.         HARD:
  635.           HeadName: "&2&lHard"
  636.           Lore:
  637.            - "&6\u25CF &3Left click &7to choose this one"
  638.         EXTRA_HARD:
  639.           HeadName: "&2&lExtra Hard"
  640.           Lore:
  641.            - "&6\u25CF &3Left click &7to choose this one"
Add Comment
Please, Sign In to add comment