Sobky

MelodyPlayer - GUI.yml

Nov 8th, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 15.62 KB | Gaming | 0 0
  1. GUI:
  2.   ControlPanel:
  3.     ControlPanelGUI:
  4.       InventoryName:
  5.         EN: "&1&lControl Panel"
  6.       Item:
  7.         Button:
  8.           Play:
  9.             SkullData: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTBlNjY1YzQ5MmUzZmY2MjQ0ZTE0ZjE4ODllYTIwNjY1NjJiNjBhZWJhNjA0Yzc2ZTQ0MDMwYTY4ZGQ4YTY0In19fQ=="
  10.             Slot: 2
  11.             HeadName:
  12.               EN: "&2&lPlay"
  13.             Lore:
  14.               EN:
  15.                - "&6\u25CF &3Song &6\u00BB &7{melody_player_playlist_current}"
  16.           Pause:
  17.             SkullData: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjljN2JjNGM0M2FjOTc2YzA3NDNhZDUzNTZiZmRjN2EzZDFlOGM4YWViODk2MWI4YjBkYTUwZDVkODllMmMwYyJ9fX0="
  18.             Slot: 2
  19.             HeadName:
  20.               EN: "&2&lPause \u23F8"
  21.             Lore:
  22.               EN:
  23.                - "&6\u25CF &3Song &6\u00BB &7{melody_player_playlist_current}"
  24.           Next:
  25.             SkullData: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDA2MjYyYWYxZDVmNDE0YzU5NzA1NWMyMmUzOWNjZTE0OGU1ZWRiZWM0NTU1OWEyZDZiODhjOGQ2N2I5MmVhNiJ9fX0="
  26.             Slot: 3
  27.             HeadName:
  28.               EN: "&2&lNext \u25B6\u25B6"
  29.             Lore:
  30.               EN:
  31.                - "&6\u25CF &3Song &6\u00BB &7{melody_player_playlist_next}"
  32.           Previous:
  33.             SkullData: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTQyZmRlOGI4MmU4YzFiOGMyMmIyMjY3OTk4M2ZlMzVjYjc2YTc5Nzc4NDI5YmRhZGFiYzM5N2ZkMTUwNjEifX19"
  34.             Slot: 1
  35.             HeadName:
  36.               EN: "&2&lPrevious \u25C0\u25C0"
  37.             Lore:
  38.               EN:
  39.                - "&6\u25CF &3Song &6\u00BB &7{melody_player_playlist_previous}"
  40.           Volume:
  41.             SkullData: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzJjMmI0YmIwMWFjM2QxMDMyZjk2MTc1ZjFmMTM2OGRmZWM0Y2U1OWRlY2M1Mjg1MGNkM2JlYWU3ZGMwODFlYSJ9fX0="
  42.             Slot: 5
  43.             HeadName:
  44.               EN: "&2&lVolume"
  45.             Lore:
  46.               EN:
  47.                - "&6\u25CF &3Value &6\u00BB &7{melody_player_volume}"
  48.                 - ""
  49.                 - "&6\u25CF &7Click"
  50.                 - " &2\u2022 &3Left &6\u00BB &a+5"
  51.                 - " &2\u2022 &3Right &6\u00BB &c-5"
  52.         Base:
  53.           Info:
  54.             HeadName:
  55.               EN: "&2&lBasic information"
  56.             Lore:
  57.               EN:
  58.                - "&6\u25CF &7Name &6\u00BB &3{melody_player_name}"
  59.                 - "&6\u25CF &7Volume &6\u00BB &3{melody_player_volume}"
  60.                 - ""
  61.                 - "&6\u25CF &7Playlist"
  62.                 - "{__playlist__}"
  63.   Settings:
  64.     ValueAssignment:
  65.       MelodyPlayer:
  66.         Repository:
  67.           EN: "Repository"
  68.         Base:
  69.           EN: "New Player"
  70.         Key:
  71.           EN: "Player's Key"
  72.         Name:
  73.           EN: "Player's Name"
  74.         Description:
  75.           EN: "Player's Description"
  76.         Level:
  77.           EN: "Player's Level"
  78.         Range:
  79.           EN: "Player's Range"
  80.         Volume:
  81.           EN: "Player's Volume"
  82.         MelodyList:
  83.           EN: "Player's MelodyList"
  84.         Icon:
  85.           Icon:
  86.             EN: "Player's Icon"
  87.       Option:
  88.         Player:
  89.           AuthorLimit:
  90.             Default:
  91.               EN: "Default Author Limit"
  92.             Extension:
  93.               List:
  94.                 EN: "Author Limit Extension list"
  95.               Line:
  96.                 EN: "Author Limit Extension"
  97.     Base:
  98.       SettingsGUI:
  99.         InventoryName:
  100.           EN: "&1&lSettings"
  101.         Item:
  102.           Button:
  103.             Option:
  104.               Slot: 2
  105.               HeadName:
  106.                 EN: "&2&lOptions"
  107.               Lore:
  108.                 EN:
  109.                  - "&6\u25CF &7Base preferences"
  110.                   - "&7of the whole system."
  111.                   - ""
  112.                   - "&6\u25CF &7Click"
  113.                   - " &2\u2022 &7Manage options"
  114.             MelodyPlayerRepository:
  115.               Slot: 6
  116.               HeadName:
  117.                 EN: "&2&lMelody Player Repository"
  118.               Lore:
  119.                 EN:
  120.                  - "&6\u25CF &7Melody Player management"
  121.                   - ""
  122.                   - "&6\u25CF &7Click"
  123.                   - " &2\u2022 &7Manage players"
  124.     Option:
  125.       OptionGUI:
  126.         InventoryName:
  127.           EN: "&1&lSettings"
  128.         Item:
  129.           Button:
  130.             Player:
  131.               Slot: 4
  132.               HeadName:
  133.                 EN: "&2&lPlayer"
  134.               Lore:
  135.                 EN:
  136.                  - "&6\u25CF &7Various preferences"
  137.                   - "&7about melody players."
  138.                   - ""
  139.                   - "&6\u25CF &7Click"
  140.                   - " &2\u2022 &7Manage"
  141.           Base:
  142.             Info:
  143.               HeadName:
  144.                 EN: "&2&lBasic Information"
  145.               Lore:
  146.                 EN:
  147.                  - "&6\u25CF &7Base preferences"
  148.                   - "&7of the whole system."
  149.       OptionSection:
  150.         OptionPlayerGUI:
  151.           InventoryName:
  152.             EN: "&1&lSettings"
  153.           Item:
  154.             Button:
  155.               AuthorLimitDefault:
  156.                 Slot: 2
  157.                 HeadName:
  158.                   EN: "&2&lAuthor's limit"
  159.                 Lore:
  160.                   EN:
  161.                    - "&6\u25CF &7How many melody players can user create."
  162.                     - ""
  163.                     - "&6\u25CF &3Limit &6\u00BB &7{option__player__author_limit_default}"
  164.                     - ""
  165.                     - "&6\u25CF &7Click"
  166.                     - " &2\u2022 &7Change limit"
  167.               AuthorLimitExtension:
  168.                 Slot: 6
  169.                 HeadName:
  170.                   EN: "&2&lAuthor's limit - Extensions"
  171.                 Lore:
  172.                   EN:
  173.                    - "&6\u25CF &7Extensions of default limit."
  174.                     - ""
  175.                     - "&6\u25CF &3Count &6\u00BB &7{option__player__author_limit_extension_count}"
  176.                     - ""
  177.                     - "&6\u25CF &7Click"
  178.                     - " &2\u2022 &7Manage extensions"
  179.             Base:
  180.               Info:
  181.                 HeadName:
  182.                   EN: "&2&lBasic Information"
  183.                 Lore:
  184.                   EN:
  185.                    - "&6\u25CF &7Various preferences"
  186.                     - "&7about melody players."
  187.     MelodyPlayerRepository:
  188.       MelodyPlayerGUI:
  189.         InventoryName:
  190.           EN: "&1&lMelody Player"
  191.         Item:
  192.           Button:
  193.             Activity:
  194.               Slot: 0
  195.               HeadName:
  196.                 EN: "&2&lActivity"
  197.               Lore:
  198.                 EN:
  199.                  - "&6\u25CF &3Active &6\u00BB &7{melody_player_activity}"
  200.                   - ""
  201.                   - "&6\u25CF &7Click"
  202.                   - " &2\u2022 &3Left &6\u00BB &7Toggle flag"
  203.                   - " &2\u2022 &3Right &6\u00BB &7Default &6\u00BB &3{default_melody_player_activity}"
  204.             Name:
  205.               Slot: 11
  206.               HeadName:
  207.                 EN: "&2&lName"
  208.               Lore:
  209.                 EN:
  210.                  - "&6\u25CF &3Name &6\u00BB &7{melody_player_name}"
  211.                   - ""
  212.                   - "&6\u25CF &7Click"
  213.                   - " &2\u2022 &7Change name"
  214.             Description:
  215.               Slot: 15
  216.               HeadName:
  217.                 EN: "&2&lDescription"
  218.               Lore:
  219.                 EN:
  220.                  - "&6\u25CF &3Description &6\u00BB &7{melody_player_description}"
  221.                   - ""
  222.                   - "&6\u25CF &7Click"
  223.                   - " &2\u2022 &7Change description"
  224.             Level:
  225.               Slot: 2
  226.               HeadName:
  227.                 EN: "&2&lLevel"
  228.               Lore:
  229.                 EN:
  230.                  - "&6\u25CF &7Determines the specific location where"
  231.                   - "&7the music will be performed."
  232.                   - ""
  233.                   - "&6\u25CF &3Level &6\u00BB &7{melody_player_level}"
  234.                   - ""
  235.                   - "&6\u25CF &7Click"
  236.                   - " &2\u2022 &7Change level"
  237.             Icon:
  238.               Slot: 13
  239.               HeadName:
  240.                 EN: "&2&lIcon"
  241.               Lore:
  242.                 EN:
  243.                  - "&6\u25CF &7Here you can manage &3Icon &7of"
  244.                   - "&7the Melody Player."
  245.                   - ""
  246.                   - "&6\u25CF &7It is used for better recognition."
  247.                   - ""
  248.                   - "&6\u25CF &3Material &6\u00BB &7{melody_player_icon_material}"
  249.                   - "&6\u25CF &3Enchantment &6\u00BB &7{melody_player_icon_enchantment}"
  250.                   - ""
  251.                   - "&6\u25CF &7Click"
  252.                   - " &2\u2022 &3Left &6\u00BB &7Change icon"
  253.                   - " &2\u2022 &3Right &6\u00BB &7Toggle enchantment"
  254.             Range:
  255.               Slot: 4
  256.               HeadName:
  257.                 EN: "&2&lRange"
  258.               Lore:
  259.                 EN:
  260.                  - "&6\u25CF &7Defines the range within which players can"
  261.                   - "&7perceive the music."
  262.                   - ""
  263.                   - "&6\u25CF &3Range &6\u00BB &7{melody_player_range}"
  264.                   - ""
  265.                   - "&6\u25CF &c&lNOTE &6\u00BB &7Applied only at level &3LOCATION&7!"
  266.                   - ""
  267.                   - "&6\u25CF &7Click"
  268.                   - " &2\u2022 &7Change range"
  269.             Volume:
  270.               SkullData: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGYyMTAwNzM3NGQ0ODBkZTFkNzg1Y2E4Njc2NDE3NTY1MGUwMDc3MzU0MDQyN2FhZWYxYzBjYzE3MGRmM2ExNCJ9fX0="
  271.               Slot: 6
  272.               HeadName:
  273.                 EN: "&2&lVolume"
  274.               Lore:
  275.                 EN:
  276.                  - "&6\u25CF &7Specifies the volume at which the music will be played."
  277.                   - ""
  278.                   - "&6\u25CF &3Value &6\u00BB &7{melody_player_volume}"
  279.                   - ""
  280.                   - "&6\u25CF &7Click"
  281.                   - " &2\u2022 &7Change volume"
  282.             MelodyList:
  283.               Slot: 8
  284.               HeadName:
  285.                 EN: "&2&lPlaylist"
  286.               Lore:
  287.                 EN:
  288.                  - "&6\u25CF &3Size &6\u00BB &7{melody_player_playlist_size}"
  289.                   - ""
  290.                   - "&6\u25CF &7Click"
  291.                   - " &2\u2022 &7Manage playlist"
  292.           Base:
  293.             Info:
  294.               HeadName:
  295.                 EN: "&2&lBasic Information"
  296.               Lore:
  297.                 EN:
  298.                  - "&6\u25CF &7You can manage all settings"
  299.                   - "&7about Melody Player."
  300.                   - "&6\u25CF &7Its playlist, level, volume,"
  301.                   - "&7activity, range and"
  302.                   - "&7location."
  303.             Action:
  304.               HeadName:
  305.                 EN: "&c&lSet Location"
  306.               Lore:
  307.                 EN:
  308.                  - "&6\u25CF &7Update the player's location"
  309.                   - "&7based on your current position."
  310.                   - ""
  311.                   - "&6\u25CF &7Click"
  312.                   - " &2\u2022 &7Set new location"
  313.       MelodyPlayerQuickGUI:
  314.         InventoryName:
  315.           EN: "&1&lMelody Player"
  316.       MelodyPlayerAdvancedGUI:
  317.         InventoryName:
  318.           EN: "&1&lMelody Player"
  319.       MelodyPlayerRepositoryGUI:
  320.         InventoryName:
  321.           EN: "&1&lMelody Player - Repository"
  322.         Item:
  323.           Button:
  324.             Player:
  325.               HeadName:
  326.                 EN: "&2&l{melody_player_key}"
  327.               Lore:
  328.                 EN:
  329.                  - "&6\u25CF &7Active &6\u00BB &3{melody_player_activity}"
  330.                   - "&6\u25CF &7Name &6\u00BB &3{melody_player_name}"
  331.                   - "&6\u25CF &7Description &6\u00BB &3{melody_player_description}"
  332.                   - ""
  333.                   - "&6\u25CF &7Level &6\u00BB &3{melody_player_level}"
  334.                   - "&6\u25CF &7Range &6\u00BB &3{melody_player_range}"
  335.                   - "&6\u25CF &7Volume &6\u00BB &3{melody_player_volume}"
  336.                   - "&6\u25CF &7Location &6\u00BB &3{melody_player_location}"
  337.                   - ""
  338.                   - "&6\u25CF &7Click"
  339.                   - " &2\u2022 &3Left &6\u00BB &7Quick settings"
  340.                   - " &2\u2022 &3Left (Shift) &6\u00BB &7Advanced settings"
  341.                   - " &2\u2022 &3Right &6\u00BB &cRemove &7melody player"
  342.           Base:
  343.             Info:
  344.               HeadName:
  345.                 EN: "&2&lBasic Information"
  346.               Lore:
  347.                 EN:
  348.                  - "&6\u25CF &7Database of all Melody Players."
  349.                   - ""
  350.                   - "&6\u25CF &7To &3Create &7new Player, click"
  351.                   - "&7on the relevant item. Then choose"
  352.                   - "&7name and manage it."
  353.             Add:
  354.               HeadName:
  355.                 EN: "&2&lCreate new Melody Player"
  356.               Lore:
  357.                 EN:
  358.                  - "&6\u25CF &7Click"
  359.                   - " &2\u2022 &7Create new Player"
  360.     Component:
  361.       ListGUI:
  362.         Item:
  363.           Button:
  364.             AuthorLimitExtension:
  365.               HeadName:
  366.                 EN: "&2&l{name}"
  367.               Lore:
  368.                 EN:
  369.                  - "&6\u25CF &7Value &6\u00BB &3{value}"
  370.                   - ""
  371.                   - "&6\u25CF &7Click"
  372.                   - " &2\u2022 &3Right &6\u00BB &cRemove &7element"
  373.       ChoiceGUI:
  374.         Item:
  375.           Button:
  376.             MelodyPlayerLevel:
  377.               LOCATION:
  378.                 ItemFlags:
  379.                  - HIDE_ENCHANTS
  380.                   - HIDE_ATTRIBUTES
  381.                 HeadName:
  382.                   EN: "&2&lLocation"
  383.                 Lore:
  384.                   EN:
  385.                    - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  386.                     - ""
  387.                     - "&6\u25CF &7Melodies are played within a specific"
  388.                     - "&7range around a designated point."
  389.                     - ""
  390.                     - "&6\u25CF &7Click"
  391.                     - " &2\u2022 &3Left &6\u00BB &7Select"
  392.               WORLD:
  393.                 ItemFlags:
  394.                  - HIDE_ENCHANTS
  395.                   - HIDE_ATTRIBUTES
  396.                 HeadName:
  397.                   EN: "&2&lWorld"
  398.                 Lore:
  399.                   EN:
  400.                    - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  401.                     - ""
  402.                     - "&6\u25CF &7Melodies are played worldwide."
  403.                     - ""
  404.                     - "&6\u25CF &7Click"
  405.                     - " &2\u2022 &3Left &6\u00BB &7Select"
  406.               SERVER:
  407.                 ItemFlags:
  408.                  - HIDE_ENCHANTS
  409.                   - HIDE_ATTRIBUTES
  410.                 HeadName:
  411.                   EN: "&2&lServer"
  412.                 Lore:
  413.                   EN:
  414.                    - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  415.                     - ""
  416.                     - "&6\u25CF &7Melodies are played across the entire server."
  417.                     - ""
  418.                     - "&6\u25CF &7Click"
  419.                     - " &2\u2022 &3Left &6\u00BB &7Select"
  420.             Melody:
  421.               ItemFlagList:
  422.                - HIDE_ENCHANTS
  423.                 - HIDE_ATTRIBUTES
  424.               HeadName:
  425.                 EN: "&2&l{value}"
  426.               Lore:
  427.                 EN:
  428.                  - "&6\u25CF &7Selected &6\u00BB &3{selection_flag}"
  429.                   - ""
  430.                   - "&6\u25CF &7Click"
  431.                   - " &2\u2022 &3Left &6\u00BB &7Select"
  432.                   - " &2\u2022 &3Right &6\u00BB &7Play melody"
Add Comment
Please, Sign In to add comment