Sobky

EggHunt - Locale - EN.yml

Mar 2nd, 2023 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.55 KB | Gaming | 0 0
  1. Prefix: "&2&lEggHunt &6\u2771"
  2.  
  3. Errors:
  4.   Reload:
  5.     Options: "&cA critical error occurred! Check options file! Disabling plugin..."
  6.   Inventory:
  7.     Full: "&cThere is not enough space in your inventory!\n&6\u25CF &7Please make space to claim rewards!"
  8.   State:
  9.     SetUp:
  10.       Active: "&cAlready in SettingUp mode!"
  11.       Required: "&cYou are not in SettingUp mode!"
  12.   EasterEggRepository:
  13.     EasterEgg:
  14.       Undefined: "Undefined"
  15.       Key:
  16.         Pattern: "&cEasterEgg &9{value} &ccontains not allowed chars!\n&6\u25CF &7Allowed chars &6\u00BB &9{pattern}\n &2\u2022 &7Any Letters or Digits or Underscore\n &2\u2022 &7Max length 32 characters"
  17.         Exists: "&cEasterEgg already exists!"
  18.   EasterEgg:
  19.     NotExist: "&cEasterEgg &9{easter_egg_key} &cdoes not exist!"
  20.     Reward:
  21.       Lack: "&cLack of Rewards for this EasterEgg!\n&6\u25CF &7Please contact staff to resolve this problem."
  22.       Probability: "&cIncorrect setup of rewards!\n&6\u25CF &7Cannot select random reward"
  23.     Hint:
  24.       Requirement: "&cYou do not meet requirements to see hints!"
  25.       None: "&cNone hints!"
  26.     Requirement:
  27.       Count: "&cNot enough Easter Eggs in repository!"
  28.       RarityCount: "&cNot enough &9{rarity} &cEaster Eggs in repository!"
  29.   Statistic:
  30.     Request:
  31.       Target:
  32.         Format:
  33.           UUID: "&cInvalid &9UUID&7!"
  34.           Nick: "&cInvalid &9Nick&7!"
  35.  
  36. Success:
  37.   Help:
  38.     Player:
  39.      - "&2&lEggHunt &6\u2771 &7Basic commands"
  40.       - "&6\u25CF &7Album &6\u00BB &9/egghunt"
  41.       - "&6\u25CF &7Info &6\u00BB &9/egghunt Info"
  42.     Admin:
  43.      - "&2&lEggHunt &6\u2771 &7Admin commands"
  44.       - "&6\u25CF &7Admin Info &6\u00BB &9/egghunt Info Admin"
  45.       - "&6\u25CF &7Reload &6\u00BB &9/egghunt reload <[All]/Locale/Options>"
  46.       - "&6\u25CF &7Settings &6\u00BB &9/egghunt settings"
  47.       - "&6\u25CF &7SetUp Mode &6\u00BB &9/egghunt setup"
  48.       - "&6\u25CF &7Statistics &6\u00BB &9/egghunt statistics remove <All/Player>"
  49.   Reload:
  50.     All: "&7Whole plugin successfully reloaded!"
  51.     Locale: "&7Localization and it's dependencies successfully reloaded!"
  52.     Options: "&7Options and it's dependencies successfully reloaded!"
  53.   State:
  54.     SetUp:
  55.       Enter: "&7You have &aentered &7SetUp mode!"
  56.       Exit: "&7You have &cleft &7SetUp mode!"
  57.   Toggle:
  58.     Requirement:
  59.       Mandatory: "&7Requirements of Easter Eggs are &cmandatory&7!"
  60.       Optional: "&7Requirements of Easter Eggs are &aignored&7!"
  61.   EasterEgg:
  62.     Claiming:
  63.       Header: "&7You have just found &9{easter_egg_rarity} &7EasterEgg &9{easter_egg_name}&7! &7(&9{easter_egg_count_found}&7/&9{easter_egg_count_total}&7)"
  64.       Line: "&6\u25CF &7Claiming reward &6\u00BB &9{reward_name}"
  65.     Hint:
  66.       Header: "&7Here are hints, where to find EasterEgg &9{easter_egg_name}!"
  67.       Pattern: "&6\u25CF &7{hint}"
  68.   Album:
  69.     Opening: "&7Preparing your album..."
  70.   Statistic:
  71.     Request:
  72.       Target:
  73.         Search: "&7Searching the player..."
  74.       Remove:
  75.         All:
  76.           Head: "&7Removing all statistics of the whole plugin..."
  77.           Callback: "&7All statistics were removed."
  78.         Player:
  79.           Head: "&7Removing &9EggHunt &7statistics of player &9{player}&7..."
  80.           Callback: "&7Statistics of player &9{player} &7were removed."
  81.           EasterEgg:
  82.             Head: "&7Removing &9EggHunt &7statistics from Easter Egg &9{easter_egg_name} &7of player &9{player}&7..."
  83.             Callback: "&7Statistics from Easter Egg &9{easter_egg_name} &7of player &9{player} &7were removed."
  84.  
  85. CustomValue:
  86.   EasterEggRarity:
  87.     NONE: "None"
  88.     COMMON: "Common"
  89.     EPIC: "Epic"
  90.     LEGENDARY: "Legendary"
  91.  
  92. DefaultValue:
  93.   EasterEgg:
  94.     None: "None"
  95.  
  96. Hologram:
  97.   EasterEgg:
  98.    - "&6&l{easter_egg_name}"
  99.     - ""
  100.     - "&7Click to collect!"
  101.  
  102. BossBar:
  103.   Album:
  104.     Progress: "&7&lNew &9&lEasterEgg &7&lfound! &6\u00BB &9&l{egg_count_found}&7/&9&l{egg_count_all}"
  105.     Completed: "&6&lCongratulations! &7&lYou have found all &9&lEasterEggs&7&l!"
  106.  
  107. GUI:
  108.   Album:
  109.     EasterEggAlbumGUI:
  110.       BuildingData:
  111.         Common:
  112.           None: " &2\u2022 &aNone"
  113.           Positive: "&a\u2714"
  114.           Negative: "&c\u2717"
  115.         Condition:
  116.           DateTime:
  117.             State:
  118.               INACTIVE: " &2\u2022 &eInactive"
  119.               ACTIVE: " &2\u2022 &aActive"
  120.               EXPIRED: " &2\u2022 &cExpired"
  121.             Start: " &2\u00B7 &7From &6\u00BB &3{easter_egg_condition_date_time_start}"
  122.             End: " &2\u00B7 &7To &6\u00BB &3{easter_egg_condition_date_time_end}"
  123.         Requirement:
  124.           Egg: " &2\u2022 &7Find EasterEgg &6\u00BB &3{required_easter_egg_name} {personal_status}"
  125.           EggCount: " &2\u2022 &7Collected eggs &6\u00BB &7{personal_value}&6/&3{required_easter_egg_count} {personal_status}"
  126.           EggRarityCount:
  127.             Header: " &2\u2022 &7Collected eggs by rarity"
  128.             Line: " &2\u00B7 &7{required_easter_egg_rarity} &6\u00BB &7{personal_value}&6/&3{required_easter_egg_rarity_count} {personal_status}"
  129.           PlayTime:
  130.             Header: " &2\u2022 &7Required Play Time"
  131.             Line: " &2\u00B7 &7{required_play_time_unit} &6\u00BB &7{personal_play_time}&6/&3{required_play_time} {personal_status}"
  132.             Unit:
  133.               Total: "Total"
  134.               Today: "Today"
  135.               Session: "Since logged in"
  136.   Settings:
  137.     Component:
  138.       QuickChoiceGUI:
  139.         Item:
  140.           Button:
  141.             EasterEggLocation:
  142.               BuildingData:
  143.                 Location: "&7W: &3{world} &7(X: &3{x}&7, Y: &3{y}&7, Z: &3{z}&7)"
  144.                 None: "&cNone"
Add Comment
Please, Sign In to add comment