Sobky

Voucher - Locale - EN.yml

Jun 3rd, 2023 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 55.17 KB | Gaming | 0 0
  1. Prefix: "&3&lVoucher &9\u2771"
  2. Errors:
  3.   ConsoleError: "&cCommand can be performed only via Player!"
  4.   NoPermissions: "&cYou are not permitted to perform this action!"
  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 &9{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 &9{replacement}"
  11.       Tab: "&cWrong usage of command!\n&6\u25CF &7&lHINT &6\u00BB &9{replacement}\n&6\u25CF &7&lHINT &6\u00BB &2Use Tab to complete command sequence"
  12.   PrimitiveDataType:
  13.     Integer: "&cCannot parse value &9{value} &cto number!"
  14.     Double: "&cCannot parse value &9{value} &cto decimal number!"
  15.     Range: "&cValue &9{value} &cis out of range!\n&6\u25CF &7Allowed range &6\u00BB &9<{min}; {max}>"
  16.   ProtocolException: "&cAn unexpected error occurred!\n&6\u25CF &7Please contact staff"
  17.   UnexpectedBehaviour: "&cAn unexpected behaviour occurred!\n&6\u25CF &7Please contact staff"
  18.   Player:
  19.     Missing: "&cRequired information is missing!\n&6\u25CF &7Please, try to re-log\n&6\u25CF &7We apologize for the inconvenience"
  20.   Reload:
  21.     Options: "&cA critical error occurred! Check options file! Disabling plugin..."
  22.   Inventory:
  23.     Full: "&cThere is not enough space in your inventory!\n&9\u25CF &7Please make space to claim rewards!"
  24.   RewardRepository:
  25.     Reward:
  26.       Undefined: "Undefined"
  27.       Key:
  28.         Pattern: "&cRewardKey &9{value} &ccontains not allowed chars!\n&9\u25CF &7Allowed chars &9\u00BB &9{pattern}\n &2\u2022 &7Any Letters or Digits or Underscore\n &2\u2022 &7Max length 32 characters"
  29.         Exists: "&cRewardKey already exists!"
  30.   VoucherItemRepository:
  31.     VoucherItem:
  32.       Undefined: "Undefined"
  33.       Key:
  34.         Pattern: "&cCode &9{value} &ccontains not allowed chars!\n&9\u25CF &7Allowed chars &9\u00BB &9{pattern}\n &2\u2022 &7Any Letters or Digits or Underscore or Hyphen\n &2\u2022 &7Max length 32 characters"
  35.         Exists: "&cCode already exists!"
  36.   VoucherItem:
  37.     NotExist: "&cVoucher &9{voucher_item_key} &cdoes not exist!"
  38.     Activity:
  39.       INACTIVE: "&cVoucher &9{voucher_item_key} &cdoes not exist!"
  40.       EXPIRED: "&cVoucher &9{voucher_item_key} &chas expired!"
  41.     MaxPersonalUsageCount: "&cTotal usages of Voucher &9{voucher_item_key} &chas been reached!"
  42.     Restriction:
  43.       Player: "&cVoucher &9{voucher_item_key} &cis not assigned to your account!"
  44.     Reward:
  45.       Lack: "&cLack of Rewards for this Voucher!\n&9\u25CF &7Please contact staff to resolve this problem."
  46.       Probability: "&cIncorrect setup of rewards!\n&9\u25CF &7Cannot select random reward"
  47.     Lack: "&cLack of Vouchers."
  48.     Claim:
  49.       Already: "&cVoucher &9{voucher_item_key} &chas been already claimed!"
  50.     Give:
  51.       Target:
  52.         Callback: "&c&lOops... &cSomething went wrong.\n&9\u25CF &7Please contact staff to resolve this problem."
  53.   Figure:
  54.     NotFound: "&cNo ArmorStand found in your range!"
  55.     NotExist: "&cFigure has not been placed, yet!"
  56.     Mode: "&cFigure's mode &9{mode} &cdoes not exist!"
  57.   Profile:
  58.     Preference:
  59.       Locale:
  60.         NotSupported: "&cSelected locale &9{locale} &cis not supported, here!"
  61.         Change:
  62.           One: "&cOnly one language is supported on this server!"
  63.   Statistic:
  64.     Request:
  65.       Target:
  66.         Format:
  67.           UUID: "&cInvalid &9UUID&7!"
  68.           Nick: "&cInvalid &9Nick&7!"
  69. Success:
  70.   Help:
  71.     Player:
  72.      - "&3&lVoucher &9\u2771 &7Admin commands"
  73.       - "&9\u25CF &7Repository &9\u00BB &3/voucher"
  74.       - "&9\u25CF &7Info &9\u00BB &3/voucher info"
  75.     Admin:
  76.      - "&3&lVoucher &9\u2771 &7Admin commands"
  77.       - "&9\u25CF &7Admin Info &9\u00BB &3/voucher info admin"
  78.       - "&9\u25CF &7Create Item &9\u00BB &3/voucher create [ItemName]"
  79.       - "&9\u25CF &7Figure operations &9\u00BB &3/coupon figure <Place/Find/Remove>"
  80.       - "&9\u25CF &7Reload &9\u00BB &3/voucher reload <[All]/Locale/Options>"
  81.       - "&9\u25CF &7Settings &9\u00BB &3/voucher settings"
  82.       - "&9\u25CF &7Statistics &9\u00BB &3/voucher statistics remove <All/Player>"
  83.   Reload:
  84.     All: "&7Whole plugin successfully reloaded!"
  85.     Locale: "&7Localization and it's dependencies successfully reloaded!"
  86.     Options: "&7Options and it's dependencies successfully reloaded!"
  87.   Statistic:
  88.     Request:
  89.       Target:
  90.         Search: "&7Searching the player..."
  91.       Remove:
  92.         All:
  93.           Head: "&7Removing all statistics of the whole plugin..."
  94.           Callback: "&7All statistics were removed."
  95.           VoucherItem:
  96.             Head: "&7Removing &9Voucher &7statistics from Item &9{voucher_item_key}&7..."
  97.             Callback: "&7Statistics from Item &9{voucher_item_key} &7were removed."
  98.         Player:
  99.           Head: "&7Removing &9Voucher &7statistics of player &9{player}&7..."
  100.           Callback: "&7Statistics of player &9{player} &7were removed."
  101.           VoucherItem:
  102.             Head: "&7Removing &9Voucher &7statistics from Item &9{voucher_item_key} &7of player &9{player}&7..."
  103.             Callback: "&7Statistics from Item &9{voucher_item_key} &7of player &9{player} &7were removed."
  104.   Predicate:
  105.     Truth: "&aYes"
  106.     Lie: "&cNo"
  107.   VoucherItem:
  108.     Apply:
  109.       Header: "&7Applying Voucher &9{voucher_item_key}&7!"
  110.       Line: "&9\u25CF &7Claiming reward &9\u00BB &3{reward_name}"
  111.     Give:
  112.       Head: "&7Giving voucher &9{voucher_item_key} &7into &9{player}'s &7inventory..."
  113.       Callback: "&7Voucher given to player &9{player}&7."
  114.       Target:
  115.         Head: "&7Giving voucher &9{voucher_item_key} &7into your inventory..."
  116.         Callback: "&7Voucher &9{voucher_item_key} &7received.\n&9\u25CF &7Claim your rewards."
  117.     Repository:
  118.       FullInventory: "&7Giving voucher &9{voucher_item_key} &7into &9{player}'s repository..."
  119.       Offline:
  120.         Missing: "&7Giving voucher &9{voucher_item_key} &7into &9{player}'s repository..."
  121.         Callback: "&7Voucher given to &9{player}'s &7repository."
  122.       Content: "&e&lHey! &7You have unclaimed vouchers in your repository!\n&9\u25CF &7Check it out."
  123.   Figure:
  124.     Placed: "&7Figure successfully placed!"
  125.     Found: "&7Figure successfully linked with found ArmorStand!"
  126.     Remove: "&7Figure successfully removed!"
  127.     Mode: "&7Figure's mode has been changed to &9{mode}&7!"
  128.   Profile:
  129.     Preference:
  130.       Locale:
  131.         Pre: "&7Changing your locale to &9{locale}&7..."
  132.         Post: "&7Your locale was changed to &9{locale}&7!"
  133. State:
  134.   VoucherItem:
  135.     INACTIVE: "&eInactive"
  136.     ACTIVE: "&aActive"
  137.     EXPIRED: "&cExpired"
  138. VoucherItem:
  139.   HeadName: "&9&lVoucher &7(Right click)"
  140.   Lore:
  141.    - "&6\u25CF &7Name &6\u00BB &3{voucher_name}"
  142.     - ""
  143.     - "&6\u25CF &c&lNOTE &6\u00BB &7Make sure you"
  144.     - "&7have enough space in inventory"
  145.     - "&7at applying this voucher!"
  146. CustomValue:
  147.   Locale:
  148.     EN: "English"
  149. Hologram:
  150.   Figure:
  151.    - "&3&lVoucher Dealer" #TODO
  152. GUI:
  153.   Common:
  154.     Item:
  155.       Back:
  156.         HeadName: "&2&lBack"
  157.         Lore: [ ]
  158.       Filter:
  159.         HeadName: "&2&lFilter"
  160.         Lore:
  161.          - "&6\u25CF &7Currently filtered by &6\u00BB &3{filter}"
  162.           - ""
  163.           - "&6\u25CF &7Click"
  164.           - " &2\u2022 &3Left &6\u00BB &7Manage filter"
  165.           - " &2\u2022 &3Right &6\u00BB &cClear &7filter"
  166.       Pagination:
  167.         NO_PREV_PAGE:
  168.           HeadName: "&6&lNo Page"
  169.           Lore: [ ]
  170.         NO_NEXT_PAGE:
  171.           HeadName: "&6&lNo Page"
  172.           Lore: [ ]
  173.         DIRECTION_LEFT:
  174.           HeadName: "&6&lPage &2&l#{page}"
  175.           Lore:
  176.            - "&6\u25CF &7Click"
  177.             - " &2\u2022 &3Left &6\u00BB &7Previous page #{previous_page}"
  178.             - " &2\u2022 &3Right &6\u00BB &7First page #1"
  179.         DIRECTION_RIGHT:
  180.           HeadName: "&6&lPage &2&l#{page}"
  181.           Lore:
  182.            - "&6\u25CF &7Click"
  183.             - " &2\u2022 &3Left &6\u00BB &7Next page #{next_page}"
  184.             - " &2\u2022 &3Right &6\u00BB &7Last page #{last_page}"
  185.       Command:
  186.         HeadName: "&2&lExecutable command"
  187.         Lore: [ ]
  188.   Profile:
  189.     Preference:
  190.       ProfilePreferenceGUI:
  191.         InventoryName: "&1&lProfile"
  192.         Item:
  193.           Button:
  194.             Locale:
  195.               HeadName: "&2&lLocale"
  196.               Lore:
  197.                - "&6\u25CF &7If server supports multiple"
  198.                 - "&7languages, you can change it here!"
  199.                 - ""
  200.                 - "&6\u25CF &7Click"
  201.                 - " &2\u2022 &7Change locale"
  202.   Player:
  203.     VoucherItemRepository:
  204.       VoucherItemRepositoryGUI:
  205.         InventoryName: "&1&lVoucher Item - Repository"
  206.         Item:
  207.           Button:
  208.             VoucherItem:
  209.               HeadName: "&2&l{data_key}"
  210.               Lore:
  211.                - "&6\u25CF &7Received at &6\u00BB &3{data_created_at}"
  212.                 - "&6\u25CF &7Claimed &6\u00BB &3{data_claim_flag}"
  213.                 - ""
  214.                 - "&6\u25CF &7Click"
  215.                 - " &2\u2022 &3Grab voucher"
  216.           Base:
  217.             Info:
  218.               HeadName: "&2&lBasic Information"
  219.               Lore:
  220.                - "&6\u25CF &7Database of all unclaimed Vouchers."
  221.                 - ""
  222.                 - "&6\u25CF &7Due to full inventory or being"
  223.                 - "&7inactive, given voucher was stored here."
  224.   Settings:
  225.     ValueAssignment:
  226.       DefaultValue:
  227.         Filter: "&cNo filter"
  228.       Option:
  229.         Sound:
  230.           Apply: "Apply Voucher Sound"
  231.         Figure:
  232.           Mode: "Figure's mode"
  233.           Dress:
  234.             Activity: "Figure's dress activity"
  235.             Item: "Figure's dress item"
  236.           Particle:
  237.             Activity: "Particle's Activity"
  238.             TickDelay: "Particle's Delay (Tick)"
  239.             Data:
  240.               Effect: "Particle's Effect"
  241.               Amount: "Particle's Amount"
  242.               Offset:
  243.                 X: "Particle's Offset (X)"
  244.                 Y: "Particle's Offset (Y)"
  245.                 Z: "Particle's Offset (Z)"
  246.               Color: "Particle's Color"
  247.               Speed: "Particle's Speed"
  248.       Reward:
  249.         Repository: "Repository"
  250.         Key: "Reward's Key"
  251.         Name: "Reward's Name"
  252.         Description: "Reward's Description"
  253.         Item:
  254.           List: "Reward's Item List"
  255.           Unit: "Reward's Item"
  256.         Command:
  257.           List: "Reward's Command List"
  258.           Unit: "Reward's Command"
  259.         Icon:
  260.           Icon: "Reward's Icon"
  261.           Enchantment: "Icon's Enchantment"
  262.       Profile:
  263.         Preference:
  264.           Locale: "Locale"
  265.       VoucherItem:
  266.         Base: "VoucherItem"
  267.         Repository: "Repository"
  268.         Key: "VoucherItem's Key"
  269.         Name: "VoucherItem's Name"
  270.         Description: "VoucherItem's Description"
  271.         MaxPersonalUsageCount: "VoucherItem's MaxPersonalUsageCount"
  272.         Reward:
  273.           RewardList: "Rewards"
  274.           ChoiceType: "Reward's Choice Type"
  275.           Probability: "Reward's Probability"
  276.         Condition:
  277.           DateTimeRange:
  278.             Activity: "DateTime Activity"
  279.             Start: "Start DateTime"
  280.             End: "End DateTime"
  281.         Restriction:
  282.           PlayerList:
  283.             List: "VoucherItem's Players"
  284.             Line: "VoucherItem's Player"
  285.           Permission: "VoucherItem's Permission"
  286.         Icon:
  287.           Icon: "VoucherItem's Icon"
  288.           Enchantment: "VoucherItem's Enchantment"
  289.     Base:
  290.       SettingsGUI:
  291.         InventoryName: "&1&lSettings"
  292.         Item:
  293.           Button:
  294.             Option:
  295.               HeadName: "&2&lOptions"
  296.               Lore:
  297.                - "&6\u25CF &7Base preferences"
  298.                 - "&7of the whole system."
  299.                 - ""
  300.                 - "&6\u25CF &7Click"
  301.                 - " &2\u2022 &7Manage options"
  302.             VoucherItemRepository:
  303.               HeadName: "&2&lVoucher Item Repository"
  304.               Lore:
  305.                - "&6\u25CF &7Voucher Item management"
  306.                 - ""
  307.                 - "&6\u25CF &7Click"
  308.                 - " &2\u2022 &7Manage vouchers"
  309.             RewardRepository:
  310.               HeadName: "&2&lReward Repository"
  311.               Lore:
  312.                - "&6\u25CF &7Reward management"
  313.                 - ""
  314.                 - "&6\u25CF &7Click"
  315.                 - " &2\u2022 &7Manage rewards"
  316.     Option:
  317.       OptionGUI:
  318.         InventoryName: "&1&lOptions"
  319.         Item:
  320.           Button:
  321.             Sound:
  322.               HeadName: "&2&lSound"
  323.               Lore:
  324.                - "&6\u25CF &7Tones are played at various"
  325.                 - "&7situations during the usage of vouchers."
  326.                 - ""
  327.                 - "&6\u25CF &7Click"
  328.                 - " &2\u2022 &7Manage sounds"
  329.             Figure:
  330.               HeadName: "&2&lFigure"
  331.               Lore:
  332.                - "&6\u25CF &7Management of figure."
  333.                 - ""
  334.                 - "&6\u25CF &7Click"
  335.                 - " &2\u2022 &7Manage"
  336.           Base:
  337.             Info:
  338.               HeadName: "&2&lBasic Information"
  339.               Lore:
  340.                - "&6\u25CF &7Base preferences"
  341.                 - "&7of the whole system."
  342.       OptionSection:
  343.         OptionSoundGUI:
  344.           InventoryName: "&1&lOptions - Sound"
  345.           Item:
  346.             Button:
  347.               Apply:
  348.                 HeadName: "&2&lApply"
  349.                 Lore:
  350.                  - "&6\u25CF &7Tone is played at applying the voucher."
  351.                   - ""
  352.                   - "&6\u25CF &3Sound &6\u00BB &7{option__sound__voucher_item__apply}"
  353.                   - ""
  354.                   - "&6\u25CF &7Click"
  355.                   - " &2\u2022 &7Change sound"
  356.             Base:
  357.               Info:
  358.                 HeadName: "&2&lBasic Information"
  359.                 Lore:
  360.                  - "&6\u25CF &7Tones are played at various"
  361.                   - "&7situations during the usage of vouchers."
  362.         OptionFigureGUI:
  363.           InventoryName: "&1&lOptions - Figure"
  364.           Item:
  365.             Button:
  366.               Mode:
  367.                 HeadName: "&2&lMode"
  368.                 Lore:
  369.                  - "&6\u25CF &3Mode &6\u00BB &7{option__figure__mode}"
  370.                   - ""
  371.                   - "&6\u25CF &7Click"
  372.                   - " &2\u2022 &7Change mode"
  373.               Particle:
  374.                 HeadName: "&2&lParticle"
  375.                 Lore:
  376.                  - "&6\u25CF &3Active &6\u00BB &7{option__figure_particle__activity}"
  377.                   - "&6\u25CF &3Effect &6\u00BB &7{option__figure_particle__effect}"
  378.                   - ""
  379.                   - "&6\u25CF &7Click"
  380.                   - " &2\u2022 &7Manage particle"
  381.               Dress:
  382.                 HeadName: "&2&lDress"
  383.                 Lore:
  384.                  - "&6\u25CF &7Recommended if figure using ArmorStand mode."
  385.                   - ""
  386.                   - "&6\u25CF &7Click"
  387.                   - " &2\u2022 &7Manage dress"
  388.             Base:
  389.               Info:
  390.                 HeadName: "&2&lBasic Information"
  391.                 Lore:
  392.                  - "&6\u25CF &7Management of figure."
  393.         Figure:
  394.           ParticleGUI:
  395.             Item:
  396.               Button:
  397.                 Activity:
  398.                   HeadName: "&2&lActivity"
  399.                   Lore:
  400.                    - "&6\u25CF &3Active &6\u00BB &7{option__figure__particle__activity}"
  401.                     - ""
  402.                     - "&6\u25CF &7Click"
  403.                     - " &2\u2022 &7Toggle flag"
  404.                 TickDelay:
  405.                   HeadName: "&2&lTick Delay"
  406.                   Lore:
  407.                    - "&6\u25CF &7How often to spawn new particle."
  408.                     - ""
  409.                     - "&6\u25CF &3Delay &6\u00BB &7{option__figure__particle__tick_delay} (Ticks)"
  410.                     - ""
  411.                     - "&6\u25CF &7Click"
  412.                     - " &2\u2022 &7Change delay"
  413.                 Data:
  414.                   HeadName: "&2&lData"
  415.                   Lore:
  416.                    - "&6\u25CF &7Additional data of particles."
  417.                     - ""
  418.                     - "&6\u25CF &7Click"
  419.                     - " &2\u2022 &7Manage data"
  420.               Base:
  421.                 Info:
  422.                   HeadName: "&2&lBasic Information"
  423.                   Lore:
  424.                    - "&6\u25CF &7Around the figure, particles are spawned."
  425.           ParticleDataGUI:
  426.             Item:
  427.               Button:
  428.                 Effect:
  429.                   HeadName: "&2&lEffect"
  430.                   Lore:
  431.                    - "&6\u25CF &7Effect of particles."
  432.                     - ""
  433.                     - "&6\u25CF &cNot all particles works correctly!"
  434.                     - " &2\u2022 &7It's a third-part resource."
  435.                     - ""
  436.                     - "&6\u25CF &3Effect &6\u00BB &7{option__figure__particle__effect}"
  437.                     - ""
  438.                     - "&6\u25CF &7Click"
  439.                     - " &2\u2022 &7Change effect"
  440.                 Amount:
  441.                   HeadName: "&2&lAmount"
  442.                   Lore:
  443.                    - "&6\u25CF &7Amount of particles."
  444.                     - ""
  445.                     - "&6\u25CF &cNot all particles works correctly!"
  446.                     - ""
  447.                     - "&6\u25CF &3Amount &6\u00BB &7{option__figure__particle__amount}"
  448.                     - ""
  449.                     - "&6\u25CF &7Click"
  450.                     - " &2\u2022 &7Change amount"
  451.                 Offset:
  452.                   HeadName: "&2&lOffset"
  453.                   Lore:
  454.                    - "&6\u25CF &7Offset of particles."
  455.                     - ""
  456.                     - "&6\u25CF &cNot all particles works correctly!"
  457.                     - ""
  458.                     - "&6\u25CF &3Offset &6\u00BB &7({option__figure__particle__offset_x}, {option__figure__particle__offset_y}, {option__figure__particle__offset_z})"
  459.                     - ""
  460.                     - "&6\u25CF &7Click"
  461.                     - " &2\u2022 &7Manage offset"
  462.                 Color:
  463.                   HeadName: "&2&lColor"
  464.                   Lore:
  465.                    - "&6\u25CF &7Color of particles."
  466.                     - "&6\u25CF &7Only for Effect &3REDSTONE&7!"
  467.                     - ""
  468.                     - "&6\u25CF &cNot all particles works correctly!"
  469.                     - ""
  470.                     - "&6\u25CF &3Color &6\u00BB &7{option__figure__particle__color}"
  471.                     - ""
  472.                     - "&6\u25CF &7Click"
  473.                     - " &2\u2022 &7Change color"
  474.                 Speed:
  475.                   HeadName: "&2&lSpeed"
  476.                   Lore:
  477.                    - "&6\u25CF &7Speed of particles."
  478.                     - ""
  479.                     - "&6\u25CF &cNot all particles works correctly!"
  480.                     - ""
  481.                     - "&6\u25CF &3Speed &6\u00BB &7{option__figure__particle__speed}"
  482.                     - ""
  483.                     - "&6\u25CF &7Click"
  484.                     - " &2\u2022 &7Change speed"
  485.               Base:
  486.                 Info:
  487.                   HeadName: "&2&lBasic Information"
  488.                   Lore:
  489.                    - "&6\u25CF &7Additional data of particles."
  490.           ParticleDataOffsetGUI:
  491.             Item:
  492.               Button:
  493.                 X:
  494.                   HeadName: "&2&lX"
  495.                   Lore:
  496.                    - "&6\u25CF &3X &6\u00BB &7{option__figure__particle__offset_x}"
  497.                     - ""
  498.                     - "&6\u25CF &7Click"
  499.                     - " &2\u2022 &7Change X"
  500.                 Y:
  501.                   HeadName: "&2&lY"
  502.                   Lore:
  503.                    - "&6\u25CF &3X &6\u00BB &7{option__figure__particle__offset_y}"
  504.                     - ""
  505.                     - "&6\u25CF &7Click"
  506.                     - " &2\u2022 &7Change Y"
  507.                 Z:
  508.                   HeadName: "&2&lZ"
  509.                   Lore:
  510.                    - "&6\u25CF &3X &6\u00BB &7{option__figure__particle__offset_z}"
  511.                     - ""
  512.                     - "&6\u25CF &7Click"
  513.                     - " &2\u2022 &7Change Z"
  514.               Base:
  515.                 Info:
  516.                   HeadName: "&2&lBasic Information"
  517.                   Lore:
  518.                    - "&6\u25CF &7Additional data of particles."
  519.           DressGUI:
  520.             Item:
  521.               Button:
  522.                 Head:
  523.                   HeadName: "&2&lHead"
  524.                   Lore:
  525.                    - "&6\u25CF &7Figure's head."
  526.                     - ""
  527.                     - "&6\u25CF &7Click"
  528.                     - " &2\u2022 &7Manage figure's head"
  529.                 ChestPlate:
  530.                   HeadName: "&2&lChestPlate"
  531.                   Lore:
  532.                    - "&6\u25CF &7Figure's chest plate."
  533.                     - ""
  534.                     - "&6\u25CF &7Click"
  535.                     - " &2\u2022 &7Manage figure's chest plate"
  536.                 Leggings:
  537.                   HeadName: "&2&lLeggings"
  538.                   Lore:
  539.                    - "&6\u25CF &7Figure's leggings."
  540.                     - ""
  541.                     - "&6\u25CF &7Click"
  542.                     - " &2\u2022 &7Manage figure's leggings"
  543.                 Boots:
  544.                   HeadName: "&2&lBoots"
  545.                   Lore:
  546.                    - "&6\u25CF &7Figure's boots."
  547.                     - ""
  548.                     - "&6\u25CF &7Click"
  549.                     - " &2\u2022 &7Manage figure's boots"
  550.                 MainHand:
  551.                   HeadName: "&2&lMain Hand"
  552.                   Lore:
  553.                    - "&6\u25CF &7Figure's main hand."
  554.                     - ""
  555.                     - "&6\u25CF &7Click"
  556.                     - " &2\u2022 &7Manage figure's main hand"
  557.                 OffHand:
  558.                   HeadName: "&2&lOff Hand"
  559.                   Lore:
  560.                    - "&6\u25CF &7Figure's off hand."
  561.                     - ""
  562.                     - "&6\u25CF &7Click"
  563.                     - " &2\u2022 &7Manage figure's off hand"
  564.               Base:
  565.                 Info:
  566.                   HeadName: "&2&lBasic Information"
  567.                   Lore:
  568.                    - "&6\u25CF &7Management of figure's dress."
  569.           DressUnitGUI:
  570.             Item:
  571.               Button:
  572.                 Activity:
  573.                   HeadName: "&2&lActivity"
  574.                   Lore:
  575.                    - "&6\u25CF &3Dress Unit &6\u00BB &7{option__figure__dress__unit}"
  576.                     - "&6\u25CF &3Active &6\u00BB &7{option__figure__dress__activity}"
  577.                     - ""
  578.                     - "&6\u25CF &7Click"
  579.                     - " &2\u2022 &7Toggle activity"
  580.                 Item:
  581.                   HeadName: "&2&lItem"
  582.                   Lore:
  583.                    - "&6\u25CF &3Dress Unit &6\u00BB &7{option__figure__dress__unit}"
  584.                     - "&6\u25CF &3Material &6\u00BB &7{option__figure__dress__item_type}"
  585.                     - ""
  586.                     - "&6\u25CF &7Click"
  587.                     - " &2\u2022 &7Change dress unit"
  588.               Base:
  589.                 Info:
  590.                   HeadName: "&2&lBasic Information"
  591.                   Lore:
  592.                    - "&6\u25CF &7Management of figure's dress unit."
  593.                     - ""
  594.                     - "&6\u25CF &7Here, you can toggle if dress unit"
  595.                     - "&7will be applied to figure and also change"
  596.                     - "&7dress item."
  597.     VoucherItemRepository:
  598.       VoucherItemGUI:
  599.         InventoryName: "&1&lVoucher Item"
  600.         Item:
  601.           Button:
  602.             Name:
  603.               HeadName: "&2&lName"
  604.               Lore:
  605.                - "&6\u25CF &3Name &6\u00BB &7{voucher_item_name}"
  606.                 - ""
  607.                 - "&6\u25CF &7Click"
  608.                 - " &2\u2022 &7Change name"
  609.             Description:
  610.               HeadName: "&2&lDescription"
  611.               Lore:
  612.                - "&6\u25CF &3Description &6\u00BB &7{voucher_item_description}"
  613.                 - ""
  614.                 - "&6\u25CF &7Click"
  615.                 - " &2\u2022 &7Change description"
  616.             MaxPersonalUsageCount:
  617.               HeadName: "&2&lMax personal usage count"
  618.               Lore:
  619.                - "&6\u25CF &3Count per Player &6\u00BB &7{voucher_item_max_usage_count}"
  620.                 - ""
  621.                 - "&6\u25CF &7Keep &30 &7to unlimited usages."
  622.                 - ""
  623.                 - "&6\u25CF &7Click"
  624.                 - " &2\u2022 &7Manage count"
  625.             Reward:
  626.               HeadName: "&2&lRewards"
  627.               Lore:
  628.                - "&6\u25CF &7Here you can manage &3Rewards, which"
  629.                 - "&7will be given to player at applying"
  630.                 - "&7the voucher."
  631.                 - ""
  632.                 - "&6\u25CF &3Choice type &6\u00BB &7{voucher_item_reward_choice_type}"
  633.                 - "&6\u25CF &3Count fo rewards &6\u00BB &7{voucher_item_reward_list_size}"
  634.                 - ""
  635.                 - "&6\u25CF &7Click"
  636.                 - " &2\u2022 &7Manage rewards"
  637.             Icon:
  638.               HeadName: "&2&lIcon"
  639.               Lore:
  640.                - "&6\u25CF &7Here you can manage &3Icon &7of"
  641.                 - "&7the Voucher Item."
  642.                 - ""
  643.                 - "&6\u25CF &7It is used for better recognition"
  644.                 - "&7and also as a item that players"
  645.                 - "&7are holding in the hand."
  646.                 - ""
  647.                 - "&6\u25CF &3Material &6\u00BB &7{voucher_item_icon_material}"
  648.                 - "&6\u25CF &3Enchantment &6\u00BB &7{voucher_item_icon_enchantment}"
  649.                 - ""
  650.                 - "&6\u25CF &7Click"
  651.                 - " &2\u2022 &7Manage icon"
  652.             Condition:
  653.               HeadName: "&2&lConditions"
  654.               Lore:
  655.                - "&6\u25CF &7Voucher Item can be able to apply"
  656.                 - "&7specific time period."
  657.                 - ""
  658.                 - "&6\u25CF &7Example &6\u00BB &7You can set, that voucher"
  659.                 - "&7is valid only for &324 hours&7."
  660.                 - ""
  661.                 - "&6\u25CF &3Active &6\u00BB &7{voucher_item_condition_date_time_activity}"
  662.                 - " &2\u2022 &3From &6\u00BB &7{voucher_item_condition_date_time_start}"
  663.                 - " &2\u2022 &3To &6\u00BB &7{voucher_item_condition_date_time_end}"
  664.                 - ""
  665.                 - "&6\u25CF &7Click"
  666.                 - " &2\u2022 &7Manage conditions"
  667.             Restriction:
  668.               HeadName: "&2&lRestrictions"
  669.               Lore:
  670.                - "&6\u25CF &7List of players, who can apply"
  671.                 - "&7voucher item."
  672.                 - "&6\u25CF &7Keep empty, to allow all players"
  673.                 - "&7to apply voucher item."
  674.                 - ""
  675.                 - "&6\u25CF &3Players &6\u00BB &7{voucher_item_restriction_player_list_size}"
  676.                 - "&6\u25CF &3Permission &6\u00BB &7{voucher_item_restriction_permission_activity}"
  677.                 - ""
  678.                 - "&6\u25CF &7Click"
  679.                 - " &2\u2022 &7Manage requirements"
  680.           Base:
  681.             Info:
  682.               HeadName: "&2&lBasic Information"
  683.               Lore:
  684.                - "&6\u25CF &7You can manage all settings"
  685.                 - "&7about Voucher Item."
  686.                 - "&6\u25CF &7Its name, icon, rewards,"
  687.                 - "&7conditions, requirements and"
  688.                 - "&7restrictions."
  689.             Action:
  690.               HeadName: "&c&lAction"
  691.               Lore:
  692.                - "&6\u25CF &7Here you can test configured"
  693.                 - "&7voucher item."
  694.                 - ""
  695.                 - "&6\u25CF &c&lWARNING &6\u00BB &7Make sure you have"
  696.                 - "&7enough space in you inventory!"
  697.                 - ""
  698.                 - "&6\u25CF &7Data are not saved to Database!"
  699.                 - ""
  700.                 - "&6\u25CF &7Click"
  701.                 - " &2\u2022 &7Apply voucher item"
  702.       VoucherItemQuickGUI:
  703.         InventoryName: "&1&lVoucher Item"
  704.       VoucherItemAdvancedGUI:
  705.         InventoryName: "&1&lVoucher Item"
  706.       VoucherItemSection:
  707.         RewardGUI:
  708.           Item:
  709.             Button:
  710.               RewardChoiceType:
  711.                 HeadName: "&2&lType of Choice"
  712.                 Lore:
  713.                  - "&6\u25CF &3Choice type &6\u00BB &7{voucher_item_reward_choice_type}"
  714.                   - ""
  715.                   - "&6\u25CF &7Click"
  716.                   - " &2\u2022 &7Choose type"
  717.               RewardList:
  718.                 HeadName: "&2&lRewards"
  719.                 Lore:
  720.                  - "&6\u25CF &7Here you can manage &3Rewards, which"
  721.                   - "&7will be given to player at applying"
  722.                   - "&7the voucher."
  723.                   - ""
  724.                   - "&6\u25CF &3Count of rewards &6\u00BB &7{voucher_item_reward_list_size}"
  725.                   - ""
  726.                   - "&6\u25CF &7Click"
  727.                   - " &2\u2022 &7Manage rewards"
  728.             Base:
  729.               Info:
  730.                 HeadName: "&2&lBasic Information"
  731.                 Lore:
  732.                  - "&6\u25CF &7Here you can manage &3Rewards, which"
  733.                   - "&7will be given to player at applying"
  734.                   - "&7the voucher item."
  735.         IconGUI:
  736.           Item:
  737.             Button:
  738.               Icon:
  739.                 HeadName: "&2&lIcon"
  740.                 Lore:
  741.                  - "&6\u25CF &7Icon symbolizes &3Voucher Item&7."
  742.                   - ""
  743.                   - "&6\u25CF &3Material &6\u00BB &7{voucher_item_icon_material}"
  744.                   - ""
  745.                   - "&6\u25CF &7Click"
  746.                   - " &2\u2022 &7Change icon"
  747.               Enchantment:
  748.                 HeadName: "&2&lEnchantment"
  749.                 Lore:
  750.                  - "&6\u25CF &7Flag indicates enchantment"
  751.                   - "&7applied on the icon."
  752.                   - ""
  753.                   - "&6\u25CF &3Enchantment &6\u00BB &7{voucher_item_icon_enchantment}"
  754.                   - ""
  755.                   - "&6\u25CF &7Click"
  756.                   - " &2\u2022 &7Toggle flag"
  757.             Base:
  758.               Info:
  759.                 HeadName: "&2&lBasic Information"
  760.                 Lore:
  761.                  - "&6\u25CF &7Here you can manage &3Icon &7of"
  762.                   - "&7the Voucher Item."
  763.                   - ""
  764.                   - "&6\u25CF &7It is used for better recognition."
  765.         ConditionGUI:
  766.           Item:
  767.             Button:
  768.               DateTimeRange:
  769.                 Activity:
  770.                   HeadName: "&2&lActivity"
  771.                   Lore:
  772.                    - "&6\u25CF &3Active &6\u00BB &7{voucher_item_condition_date_time_activity}"
  773.                     - ""
  774.                     - "&6\u25CF &7Click"
  775.                     - " &2\u2022 &7Toggle flag"
  776.                 Start:
  777.                   HeadName: "&2&lStart Date"
  778.                   Lore:
  779.                    - "&6\u25CF &3Date &6\u00BB &7{voucher_item_condition_date_time_start}"
  780.                     - ""
  781.                     - "&6\u25CF &7Click"
  782.                     - " &2\u2022 &7Change date"
  783.                 End:
  784.                   HeadName: "&2&lEnd Date"
  785.                   Lore:
  786.                    - "&6\u25CF &3Date &6\u00BB &7{voucher_item_condition_date_time_end}"
  787.                     - ""
  788.                     - "&6\u25CF &7Click"
  789.                     - " &2\u2022 &7Change date"
  790.             Base:
  791.               Info:
  792.                 HeadName: "&2&lBasic Information"
  793.                 Lore:
  794.                  - "&6\u25CF &7Voucher Item can be able to apply"
  795.                   - "&7specific time period."
  796.                   - ""
  797.                   - "&6\u25CF &7Example &6\u00BB &7You can set, that voucher"
  798.                   - "&7is valid only for &324 hours&7."
  799.         RestrictionGUI:
  800.           Item:
  801.             Button:
  802.               PlayerList:
  803.                 HeadName: "&2&lPlayers"
  804.                 Lore:
  805.                  - "&6\u25CF &7List of players, who can apply"
  806.                   - "&7voucher item."
  807.                   - "&6\u25CF &7Keep empty, to allow all players"
  808.                   - "&7to apply voucher item."
  809.                   - ""
  810.                   - "&6\u25CF &3Count &6\u00BB &7{voucher_item_restriction_player_list_size}"
  811.                   - ""
  812.                   - "&6\u25CF &7Click"
  813.                   - " &2\u2022 &7Manage list"
  814.               Permission:
  815.                 HeadName: "&2&lPermission"
  816.                 Lore:
  817.                  - "&6\u25CF &7To apply this item, player has to"
  818.                   - "&7meet permission."
  819.                   - ""
  820.                   - "&6\u25CF &3Active &6\u00BB &7{voucher_item_restriction_permission_activity}"
  821.                   - "&6\u25CF &3Permission &6\u00BB &7Voucher.Item.Apply.<VoucherItem>"
  822.                   - ""
  823.                   - "&6\u25CF &7Click"
  824.                   - " &2\u2022 &7Toggle activity"
  825.             Base:
  826.               Info:
  827.                 HeadName: "&2&lBasic Information"
  828.                 Lore:
  829.                  - "&6\u25CF &7Voucher can be able to apply only"
  830.                   - "&7if player meets all requirements assigned"
  831.                   - "&7to this item."
  832.       VoucherItemRepositoryGUI:
  833.         InventoryName: "&1&lVoucher Item - Repository"
  834.         Item:
  835.           Button:
  836.             VoucherItem:
  837.               HeadName: "&2&l{voucher_item_key}"
  838.               Lore:
  839.                - "&6\u25CF &7Name &6\u00BB &3{voucher_item_name}"
  840.                 - "&6\u25CF &7Description &6\u00BB &3{voucher_item_description}"
  841.                 - "&6\u25CF &7State &6\u00BB &3{voucher_item_state}"
  842.                 - "&6\u25CF &7Usage &6\u00BB &3{voucher_item_usage_count}/{voucher_item_max_usage_count}(PerPlayer)"
  843.                 - ""
  844.                 - "&6\u25CF &3Date Active &6\u00BB &7{voucher_item_condition_date_time_activity}"
  845.                 - " &2\u2022 &3From &6\u00BB &7{voucher_item_condition_date_time_start}"
  846.                 - " &2\u2022 &3To &6\u00BB &7{voucher_item_condition_date_time_end}"
  847.                 - ""
  848.                 - "&6\u25CF &7Click"
  849.                 - " &2\u2022 &3Left &6\u00BB &7Quick settings"
  850.                 - " &2\u2022 &3Left (Shift) &6\u00BB &7Advanced settings"
  851.                 - " &2\u2022 &3Right &6\u00BB &cRemove &7voucher item"
  852.           Base:
  853.             Info:
  854.               HeadName: "&2&lBasic Information"
  855.               Lore:
  856.                - "&6\u25CF &7Database of all Voucher Items."
  857.                 - ""
  858.                 - "&6\u25CF &7To &3Create &7new Voucher, click"
  859.                 - "&7on the relevant item. Then choose"
  860.                 - "&7name and manage it."
  861.             Add:
  862.               HeadName: "&2&lCreate new Voucher Item"
  863.               Lore:
  864.                - "&6\u25CF &7Click"
  865.                 - " &2\u2022 &7Create new Voucher Item"
  866.     RewardRepository:
  867.       Default:
  868.         Command:
  869.           HeadName: "&1Executable command"
  870.           Lore: [ ]
  871.       RewardRepositoryGUI:
  872.         InventoryName: "&1&lReward Repository"
  873.         Item:
  874.           Button:
  875.             Reward:
  876.               HeadName: "&2&l{reward_name}"
  877.               Lore:
  878.                - "&6\u25CF &7Key &6\u00BB &3{reward_key}"
  879.                 - "&6\u25CF &7Description &6\u00BB &3{reward_description}"
  880.                 - ""
  881.                 - "&6\u25CF &7Click"
  882.                 - " &2\u2022 &3Left &6\u00BB &7Quick settings"
  883.                 - " &2\u2022 &3Left (Shift) &6\u00BB &7Advanced settings"
  884.                 - " &2\u2022 &3Right &6\u00BB &cRemove &7reward"
  885.           Base:
  886.             Add:
  887.               HeadName: "&2&lCreate new reward"
  888.               Lore:
  889.                - "&6\u25CF &7Click"
  890.                 - " &2\u2022 &7Create new reward"
  891.             Info:
  892.               HeadName: "&2&lBasic Information"
  893.               Lore:
  894.                - "&6\u25CF &7Database of all rewards."
  895.                 - ""
  896.                 - "&6\u25CF &7To &3Create &7new Reward, click"
  897.                 - "&7on the relevant item. Then choose"
  898.                 - "&7name and manage it."
  899.       RewardGUI:
  900.         Item:
  901.           Button:
  902.             Name:
  903.               HeadName: "&2&lName"
  904.               Lore:
  905.                - "&6\u25CF &3Name &6\u00BB &7{reward_name}"
  906.                 - ""
  907.                 - "&6\u25CF &7Click"
  908.                 - " &2\u2022 &7Change name"
  909.             Description:
  910.               HeadName: "&2&lDescription"
  911.               Lore:
  912.                - "&6\u25CF &3Description &6\u00BB &7{reward_description}"
  913.                 - ""
  914.                 - "&6\u25CF &7Click"
  915.                 - " &2\u2022 &7Change description"
  916.             Icon:
  917.               HeadName: "&2&lIcon"
  918.               Lore:
  919.                - "&6\u25CF &7Here you can manage &3Icon &7of"
  920.                 - "&7the reward."
  921.                 - ""
  922.                 - "&6\u25CF &7It is used for better recognition"
  923.                 - "&7at assigning rewards to packages."
  924.                 - ""
  925.                 - "&6\u25CF &3Material &6\u00BB &7{reward_icon_material}"
  926.                 - "&6\u25CF &3Enchantment &6\u00BB &7{reward_icon_enchantment}"
  927.                 - ""
  928.                 - "&6\u25CF &7Click"
  929.                 - " &2\u2022 &7Manage icon"
  930.             ItemList:
  931.               HeadName: "&2&lItems"
  932.               Lore:
  933.                - "&6\u25CF &7Here you can manage &3Items&7, which"
  934.                 - "&7will be given to player at claiming"
  935.                 - "&7the reward."
  936.                 - ""
  937.                 - "&6\u25CF &3Count of Items &6\u00BB &7{reward_item_list_size}"
  938.                 - ""
  939.                 - "&6\u25CF &7Click"
  940.                 - " &2\u2022 &7Manage items"
  941.             CommandList:
  942.               HeadName: "&2&lCommands"
  943.               Lore:
  944.                - "&6\u25CF &7Here you can manage &3Commands&7, which"
  945.                 - "&7will be performed to player at claiming"
  946.                 - "&7the reward."
  947.                 - ""
  948.                 - "&6\u25CF &3Count of Commands &6\u00BB &7{reward_command_list_size}"
  949.                 - ""
  950.                 - "&6\u25CF &7Click"
  951.                 - " &2\u2022 &7Manage commands"
  952.           Base:
  953.             Action:
  954.               HeadName: "&c&lAction"
  955.               Lore:
  956.                - "&6\u25CF &7Here you can test configured"
  957.                 - "&7reward."
  958.                 - ""
  959.                 - "&6\u25CF &c&lWARNING &6\u00BB &7Make sure you have"
  960.                 - "&7enough space in you inventory!"
  961.                 - ""
  962.                 - "&6\u25CF &7Click"
  963.                 - " &2\u2022 &7Claim reward"
  964.             Info:
  965.               HeadName: "&2&lBasic Information"
  966.               Lore:
  967.                - "&6\u25CF &7Interactive preparing of the reward."
  968.                 - ""
  969.                 - "&6\u25CF &7You can easily assign &3Executable"
  970.                 - "&3Commands&7 and &3Items&7, that will be provided"
  971.                 - "&7to the player upon at claiming the reward."
  972.       RewardQuickGUI:
  973.         InventoryName: "&1&lReward Detail"
  974.       RewardAdvancedGUI:
  975.         InventoryName: "&1&lReward Detail"
  976.       RewardSection:
  977.         IconGUI:
  978.           InventoryName: "&1&lReward Icon"
  979.           Item:
  980.             Button:
  981.               Icon:
  982.                 HeadName: "&2&lIcon"
  983.                 Lore:
  984.                  - "&6\u25CF &7Icon symbolizes &3Reward&7."
  985.                   - ""
  986.                   - "&6\u25CF &3Material &6\u00BB &7{reward_icon_material}"
  987.                   - ""
  988.                   - "&6\u25CF &7Click"
  989.                   - " &2\u2022 &7Change icon"
  990.               Enchantment:
  991.                 HeadName: "&2&lEnchantment"
  992.                 Lore:
  993.                  - "&6\u25CF &7Flag indicates enchantment"
  994.                   - "&7applied on the icon."
  995.                   - ""
  996.                   - "&6\u25CF &3Enchantment &6\u00BB &7{reward_icon_enchantment}"
  997.                   - ""
  998.                   - "&6\u25CF &7Click"
  999.                   - " &2\u2022 &7Toggle flag"
  1000.             Base:
  1001.               Info:
  1002.                 HeadName: "&2&lBasic Information"
  1003.                 Lore:
  1004.                  - "&6\u25CF &7Here you can manage &3Icon &7of"
  1005.                   - "&7the reward."
  1006.                   - ""
  1007.                   - "&6\u25CF &7It is used for better recognition"
  1008.                   - "&7at assigning rewards to packages."
  1009.     Component:
  1010.       AmountGUI:
  1011.         InventoryName: "&1&lManage amount"
  1012.         Item:
  1013.           Button:
  1014.             Decrease:
  1015.               HeadName: "&c&lDecrease Amount"
  1016.               Lore:
  1017.                - "&6\u25CF &7Click"
  1018.                 - " &2\u2022 &3Left &6\u00BB &c-{left_click_amount}"
  1019.                 - " &2\u2022 &3Right &6\u00BB &c-{right_click_amount}"
  1020.             Increase:
  1021.               HeadName: "&a&lIncrease Amount"
  1022.               Lore:
  1023.                - "&6\u25CF &7Click"
  1024.                 - " &2\u2022 &3Left &6\u00BB &a+{left_click_amount}"
  1025.                 - " &2\u2022 &3Right &6\u00BB &a+{right_click_amount}"
  1026.           Base:
  1027.             Value:
  1028.               HeadName: "&2&lSummary"
  1029.               Lore:
  1030.                - "&6\u25CF &7Selected amount &6\u00BB &3{selected_amount}"
  1031.             Info:
  1032.               HeadName: "&2&lBasic Information"
  1033.               Lore:
  1034.                - "&6\u25CF &7Amount of &6\u00BB &3{assigned_to_value}"
  1035.                 - ""
  1036.                 - "&6\u25CF &c&lHow it works?"
  1037.                 - " &2\u2022 &7There are two buttons, where you"
  1038.                 - " &7can &3Decrease &7or &3Increase &7amount."
  1039.                 - " &2\u2022 &7Changed amount is displayed at"
  1040.                 - " &3Summary &7between these buttons."
  1041.                 - " &2\u2022 &7To &3Undo &7changes, look at"
  1042.                 - " &3Action Item&7."
  1043.                 - " &2\u2022 &7To save this amount, just"
  1044.                 - " &7click on &3Back&7."
  1045.                 - "  &2\u2022 &7Changes are applied automatically"
  1046.             Action:
  1047.               HeadName: "&c&lAction"
  1048.               Lore:
  1049.                - "&6\u25CF &7Click to undo changes"
  1050.                 - " &2\u2022 &3Left &6\u00BB &7Current &6\u00BB &3{current_amount}"
  1051.                 - " &2\u2022 &3Right &6\u00BB &7Default &6\u00BB &3{default_amount}"
  1052.       BooleanGUI:
  1053.         InventoryName: "&1&lToggle flag"
  1054.         Item:
  1055.           Button:
  1056.             Enable:
  1057.               HeadName: "&a&lEnable"
  1058.               Lore: [ ]
  1059.             Disable:
  1060.               HeadName: "&c&lDisable"
  1061.               Lore: [ ]
  1062.           Base:
  1063.             Value:
  1064.               Enable:
  1065.                 HeadName: "&2&lSummary"
  1066.                 Lore:
  1067.                  - "&6\u25CF &7Flag &6\u00BB &3Enabled"
  1068.               Disable:
  1069.                 HeadName: "&2&lSummary"
  1070.                 Lore:
  1071.                  - "&6\u25CF &7Flag &6\u00BB &3Disabled"
  1072.             Info:
  1073.               HeadName: "&2&lBasic Information"
  1074.               Lore:
  1075.                - "&6\u25CF &7Flag of &6\u00BB &3{assigned_to_value}"
  1076.                 - ""
  1077.                 - "&6\u25CF &c&lHow it works?"
  1078.                 - " &2\u2022 &7There are two buttons, where you"
  1079.                 - " &7can &3Disable &7or &3Enable &7flag."
  1080.                 - " &2\u2022 &7Chosen flag is displayed at"
  1081.                 - " &3Summary &7between these buttons."
  1082.                 - " &2\u2022 &7To &3Undo &7changes, look at"
  1083.                 - " &3Action Item&7."
  1084.                 - " &2\u2022 &7To save this flag, just"
  1085.                 - " &7click on &3Back&7."
  1086.                 - "  &2\u2022 &7Changes are applied automatically"
  1087.             Action:
  1088.               HeadName: "&c&lAction"
  1089.               Lore:
  1090.                - "&6\u25CF &7Click to undo changes"
  1091.                 - " &2\u2022 &3Left &6\u00BB &7Current &6\u00BB &3{current_value}"
  1092.                 - " &2\u2022 &3Right &6\u00BB &7Default &6\u00BB &3{default_value}"
  1093.       ConsumerGUI:
  1094.         InventoryName: "&1&lItem consumer"
  1095.         Item:
  1096.           Base:
  1097.             Info:
  1098.               HeadName: "&2&lBasic Information"
  1099.               Lore:
  1100.                - "&6\u25CF &7Consumer of &6\u00BB &3{assigned_to_value}"
  1101.                 - ""
  1102.                 - "&6\u25CF &c&lHow it works?"
  1103.                 - " &2\u2022 &7There is one &3Empty slot&7, where"
  1104.                 - " &7you need to insert requested item."
  1105.                 - " &2\u2022 &7To process this consumed item"
  1106.                 - " &7just click on &3Back&7."
  1107.                 - "  &2\u2022 &7Changes are applied automatically"
  1108.             SlotFocus:
  1109.               LeftSide:
  1110.                 HeadName: "&2&l\u2771 \u2771 \u2771"
  1111.                 Lore: [ ]
  1112.               RightSide:
  1113.                 HeadName: "&2&l\u2770 \u2770 \u2770"
  1114.                 Lore: [ ]
  1115.       MultipleConsumerGUI:
  1116.         InventoryName: "&1&lItem consumer"
  1117.         Item:
  1118.           Base:
  1119.             Info:
  1120.               HeadName: "&2&lBasic Information"
  1121.               Lore:
  1122.                - "&6\u25CF &7Consumer of &6\u00BB &3{assigned_to_value}"
  1123.                 - ""
  1124.                 - "&6\u25CF &c&lHow it works?"
  1125.                 - " &2\u2022 &7There are &3Empty slots&7, where"
  1126.                 - " &7you need to insert requested items."
  1127.                 - " &2\u2022 &7To process these consumed items"
  1128.                 - " &7just click on &3Back&7."
  1129.                 - "  &2\u2022 &7Changes are applied automatically"
  1130.       ListGUI:
  1131.         InventoryName: "&1&lCollection"
  1132.         Item:
  1133.           Button:
  1134.             RewardCommand:
  1135.               HeadName: "&2&lExecutable Reward Command"
  1136.               Lore:
  1137.                - "&6\u25CF &7Value &6\u00BB &3{value}"
  1138.                 - ""
  1139.                 - "&6\u25CF &7Click"
  1140.                 - " &2\u2022 &3Right &6\u00BB &cRemove &7element"
  1141.             RewardItem:
  1142.               HeadName: "&2&lItem Reward"
  1143.               Lore:
  1144.                - "&6\u25CF &7Item &6\u00BB &3{value}"
  1145.                 - ""
  1146.                 - "&6\u25CF &7Click"
  1147.                 - " &2\u2022 &3Right &6\u00BB &cRemove &7element"
  1148.             Player:
  1149.               HeadName: "&2&lPlayer"
  1150.               Lore:
  1151.                - "&6\u25CF &7UUID &6\u00BB &3{value}"
  1152.                 - ""
  1153.                 - "&6\u25CF &7Click"
  1154.                 - " &2\u2022 &3Right &6\u00BB &cRemove &7element"
  1155.           Base:
  1156.             Add:
  1157.               HeadName: "&2&lCreate new element"
  1158.               Lore:
  1159.                - "&6\u25CF &7Click"
  1160.                 - " &2\u2022 &7Create new element"
  1161.             Info:
  1162.               HeadName: "&2&lBasic Information"
  1163.               Lore:
  1164.                - "&6\u25CF &7Collection of &6\u00BB &3{assigned_to_value}"
  1165.                 - ""
  1166.                 - "&6\u25CF &c&lHow it works?"
  1167.                 - " &2\u2022 &7To &3Add &7new element to collection"
  1168.                 - " &7just click on &3Create Item &7in menu."
  1169.                 - "  &2\u2022 &7You will be redirected to GUI, wheres"
  1170.                 - "  &7you will create this element. "
  1171.                 - "  &2\u2022 &7By clicking on &3Back &7at that GUI,"
  1172.                 - "  &7created element will be added to this collection."
  1173.                 - " &2\u2022 &7To &3Remove &7element from collection,"
  1174.                 - " &7just &3Right click &7on it."
  1175.                 - " &2\u2022 &7To &3Undo &7changes, look at"
  1176.                 - " &3Action Item&7."
  1177.                 - " &2\u2022 &7To save this list, just"
  1178.                 - " &7click on &3Back&7."
  1179.                 - "  &2\u2022 &7Changes are applied automatically"
  1180.             Action:
  1181.               HeadName: "&c&lAction"
  1182.               Lore:
  1183.                - "&6\u25CF &7Click to undo changes"
  1184.                 - " &2\u2022 &3Left &6\u00BB &7Current values"
  1185.                 - " &2\u2022 &3Right &6\u00BB &7Default values"
  1186.       StringGUI:
  1187.         InventoryName: "&1&lSettings"
  1188.         Item:
  1189.           Base:
  1190.             Action:
  1191.               HeadName: "{current_value}" #DO NOT CHANGE IT
  1192.               Lore:
  1193.                - "&6\u25CF &7String of &6\u00BB &3{assigned_to_value}"
  1194.                 - ""
  1195.                 - "&6\u25CF &c&lHow it works?"
  1196.                 - " &2\u2022 &7When you change the line,"
  1197.                 - " &7result appears at the &3Output slot&7."
  1198.                 - " &2\u2022 &7To save this result, click on"
  1199.                 - " &3Output Item&7."
  1200.                 - ""
  1201.                 - "&6\u25CF &7Click"
  1202.                 - " &2\u2022 &3Left &6\u00BB &7Current &6\u00BB &3{current_value}"
  1203.                 - " &2\u2022 &3Right &6\u00BB &7Back"
  1204.         Errors:
  1205.           Empty: "&cCannot process an empty input!"
  1206.           DateTimeFormat: "&cCannot parse &9{input} &cinto datetime format &9{pattern}&c!"
  1207.       ChoiceGUI:
  1208.         InventoryName: "&1&lChoice"
  1209.         Item:
  1210.           Button:
  1211.             RewardChoiceType:
  1212.               QUICK__ALL:
  1213.                 HeadName: "&2&lQuick - All"
  1214.                 Lore:
  1215.                  - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1216.                   - ""
  1217.                   - "&6\u25CF &3All &7assigned rewards will be"
  1218.                   - "&7given to player at claiming."
  1219.                   - ""
  1220.                   - "&6\u25CF &7Click"
  1221.                   - " &2\u2022 &3Left &6\u00BB &7Select"
  1222.               QUICK__CHANCE:
  1223.                 HeadName: "&2&lQuick - Chance"
  1224.                 Lore:
  1225.                  - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1226.                   - ""
  1227.                   - "&6\u25CF &3Random &7reward selected from list"
  1228.                   - "&7in order to &7assigned &3probability&7"
  1229.                   - "&7will be given to player at claiming."
  1230.                   - ""
  1231.                   - "&6\u25CF &7Click"
  1232.                   - " &2\u2022 &3Left &6\u00BB &7Select"
  1233.             Locale:
  1234.               HeadName: "&2&l{value}"
  1235.               Lore:
  1236.                - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1237.                 - ""
  1238.                 - "&6\u25CF &7Click"
  1239.                 - " &2\u2022 &3Left &6\u00BB &7Select"
  1240.             Sound:
  1241.               HeadName: "&2&l{value}"
  1242.               Lore:
  1243.                - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1244.                 - ""
  1245.                 - "&6\u25CF &7Click"
  1246.                 - " &2\u2022 &3Left &6\u00BB &7Select"
  1247.                 - " &2\u2022 &3Right &6\u00BB &7Play tone"
  1248.             FigureMode:
  1249.               NONE:
  1250.                 HeadName: "&2&lDisable figure"
  1251.                 Lore:
  1252.                  - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1253.                   - ""
  1254.                   - "&6\u25CF &7Click"
  1255.                   - " &2\u2022 &3Left &6\u00BB &7Select"
  1256.               PLAYER:
  1257.                 HeadName: "&2&lPlayer (NPC)"
  1258.                 Lore:
  1259.                  - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1260.                   - ""
  1261.                   - "&6\u25CF &7Click"
  1262.                   - " &2\u2022 &3Left &6\u00BB &7Select"
  1263.               ARMOR_STAND:
  1264.                 HeadName: "&2&lArmorStand"
  1265.                 Lore:
  1266.                  - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1267.                   - ""
  1268.                   - "&6\u25CF &7Click"
  1269.                   - " &2\u2022 &3Left &6\u00BB &7Select"
  1270.               HOLOGRAM:
  1271.                 HeadName: "&2&lHologram"
  1272.                 Lore:
  1273.                  - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1274.                   - ""
  1275.                   - "&6\u25CF &7Click"
  1276.                   - " &2\u2022 &3Left &6\u00BB &7Select"
  1277.             ParticleEffect:
  1278.               HeadName: "&2&l{value}"
  1279.               Lore:
  1280.                - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1281.                 - ""
  1282.                 - "&6\u25CF &7Click"
  1283.                 - " &2\u2022 &3Left &6\u00BB &7Select"
  1284.             VoucherItem:
  1285.               HeadName: "&2&l{value}"
  1286.               Lore:
  1287.                - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1288.                 - ""
  1289.                 - "&6\u25CF &7Click"
  1290.                 - " &2\u2022 &3Left &6\u00BB &7Select"
  1291.           Base:
  1292.             Info:
  1293.               HeadName: "&2&lBasic Information"
  1294.               Lore:
  1295.                - "&6\u25CF &7Value of &6\u00BB &3{assigned_to_value}"
  1296.                 - ""
  1297.                 - "&6\u25CF &c&lHow it works?"
  1298.                 - " &2\u2022 &7To select another value, just"
  1299.                 - " &3Left click &7on it."
  1300.                 - " &2\u2022 &7Some values have assigned action"
  1301.                 - " &7on &3Right click&7, then just read info"
  1302.                 - " &7about it noticed on item."
  1303.                 - " &2\u2022 &7Selected value is marked"
  1304.                 - " &7by &3Enchantment&7."
  1305.                 - " &2\u2022 &7To &3Undo &7changes, look at"
  1306.                 - " &3Action Item&7."
  1307.                 - " &2\u2022 &7To save this value, just"
  1308.                 - " &7click on &3Back&7."
  1309.                 - "  &2\u2022 &7Changes are applied automatically"
  1310.             Action:
  1311.               HeadName: "&c&lAction"
  1312.               Lore:
  1313.                - "&6\u25CF &7Click to undo changes"
  1314.                 - " &2\u2022 &3Left &6\u00BB &7Current &6\u00BB &3{current_value}"
  1315.                 - " &2\u2022 &3Right &6\u00BB &7Default &6\u00BB &3{default_value}"
  1316.       MultipleChoiceGUI:
  1317.         InventoryName: "&1&lChoice"
  1318.         Item:
  1319.           Button:
  1320.             Reward:
  1321.               HeadName: "&2&l{reward_name}"
  1322.               Lore:
  1323.                - "&6\u25CF &7Key &6\u00BB &3{reward_key}"
  1324.                 - "&6\u25CF &7Description &6\u00BB &3{reward_description}"
  1325.                 - ""
  1326.                 - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  1327.                 - ""
  1328.                 - "&6\u25CF &7Probability &6\u00BB &3{probability}"
  1329.                 - ""
  1330.                 - "&6\u25CF &7Click"
  1331.                 - " &2\u2022 &3Left &6\u00BB &7Select"
  1332.                 - " &2\u2022 &3Right &6\u00BB &7Manage probability"
  1333.           Base:
  1334.             Info:
  1335.               HeadName: "&2&lBasic Information"
  1336.               Lore:
  1337.                - "&6\u25CF &7Collection of &6\u00BB &3{assigned_to_value}"
  1338.                 - ""
  1339.                 - "&6\u25CF &7Here, you can choose more"
  1340.                 - "&7values."
  1341.                 - ""
  1342.                 - "&6\u25CF &c&lHow it works?"
  1343.                 - " &2\u2022 &7To mark value, just"
  1344.                 - " &3Left click &7on it."
  1345.                 - " &2\u2022 &7To unmark value, just"
  1346.                 - " &3Left click &7again on it."
  1347.                 - " &2\u2022 &7Some values have assigned action"
  1348.                 - " &7on &3Right click&7, then just read info"
  1349.                 - " &7about it noticed on item."
  1350.                 - " &2\u2022 &7Selected value is marked"
  1351.                 - " &7by &3Enchantment&7."
  1352.                 - " &2\u2022 &7To &3Undo &7changes, look at"
  1353.                 - " &3Action Item&7."
  1354.                 - " &2\u2022 &7To save this value, just"
  1355.                 - " &7click on &3Back&7."
  1356.                 - "  &2\u2022 &7Changes are applied automatically"
  1357.             Action:
  1358.               HeadName: "&c&lAction"
  1359.               Lore:
  1360.                - "&6\u25CF &7Click to undo changes"
  1361.                 - " &2\u2022 &3Left &6\u00BB &7Current &6\u00BB &3{current_value}"
  1362.                 - " &2\u2022 &3Right &6\u00BB &7Default &6\u00BB &3{default_value}"
  1363.       ConfirmationGUI:
  1364.         InventoryName: "&1&lAre you sure?"
  1365.         Item:
  1366.           Button:
  1367.             Confirm:
  1368.               HeadName: "&3&lConfirm"
  1369.               Lore:
  1370.                - "&6\u25CF &a&lYes"
  1371.                 - " &2\u2022 &7I'm sure!"
  1372.             Deny:
  1373.               HeadName: "&c&lDeny"
  1374.               Lore:
  1375.                - "&6\u25CF &c&lNo"
  1376.                 - " &2\u2022 &7I'm taking my"
  1377.                 - " &7decision back!"
Add Comment
Please, Sign In to add comment