Bulundu UpgradeableHoppers Türkçe çeviri istek

  • Konuyu Başlatan Konuyu Başlatan yavuz54591
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 774
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

yavuz54591

Somon Balığı Selam Vermeye Geldi
Katılım
21 Temmuz 2015
Mesajlar
13
Elmaslar
0
Puan
13.205
Yaş
30
aşağıda verdiğim kodları türkçeye çevirebilirmisiniz ben çevirmeye çalıştım ama hata aldım sürekli ,

Kod:
+ Added: [Suggestion] Visualization for suction radius
Make sure to update the suction item in the GUI language file accordingly:
        upgrade_suction_radius:
          lore: '&8✖ &7Upgrade the suction radius.[newline]   &7The hopper sucks all
            items that[newline]   &7are in this radius.[newline][newline]   &8• &7Current:
            {value}[newline]   &8• &7Next:&a {value_next}[newline]     &7Cost:&c
            {cost}[newline][newline]&8✖ &9RIGHT CLICK[newline]   &7Toggle suction: {suction_status}[newline]&8✖ &9SHIFT + RIGHT CLICK[newline]   &7Visualize suction radius.'
          name: '&6&lSuction Radius'
Kod:
Kod:
# In this file you can configure hopper types and configure their levels.
# The default types are "normal" and "chunk". The chunk type has the ability to
# suck all items inside a radius of chunks. If you only want it to suck in the chunk the hopper is placed in,
# then just remove all radius levels for this type, except the first level.
#
# NOTE: This file can't be reloaded by /hoppers reload.
# Default file: https://github.com/Angeschossen/UpgradeableHoppers/blob/master/src/main/resources/hoppers.yml

hoppers:
  normal:
    # Available types: NORMAL and CHUNK
    type: 'NORMAL'
    name: '&9&lUpgradeable Hopper'
    cost: 1500.0
    # Set the hopper transfer and suction tick time (20 ticks are one second)
    # You should only change this, if you know what you do.
    ticks:
      transfer: 80
      suction: 80
    # Each line represents a line in the crafting table.
    # Each line must have three items. Each item must be seperated by a comma.
    recipe: []
    # You can specify specific containers which should be linkable.
    # If you don't configure a list of containers here, it will allow all containers.
    # List of possible materials (please note that only containers are linkable): https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    linktypes: 'ALL'
    # Should dropped items be directly inserted into a hopper of this type, if it is within range and has space?
    direct-suction: false
    # You can specify a required permission here.
    # No required permission set as default.
    permission: ''

    levels:
      # Transfer amount
      # How many items should be transferred at one transfer?
      transfer_amount:
        1:
          value: 8
          cost: 0
        2:
          value: 11
          cost: 3000.0
        3:
          value: 14
          cost: 6000.0
        4:
          value: 17
          cost: 17500.0
        5:
          value: 21
          cost: 35000.0


      # Suction radius How large should be the suction radius?
      # NOTE: If you want to disable upgradeable suction and enable vanilla hopper suction: Edit the default hopper settings in config.yml
      # For example 2 x 2 x 2
      # Three-dimensional
      suction_radius:
        1:
          value: 2
          cost: 0
        2:
          value: 3
          cost: 500.0
        3:
          value: 4
          cost: 5000.0
        4:
          value: 5
          cost: 7500.0


      # Links amount
      # How many links can the player create for one hopper?
      # A player can link his hopper to other containers by open the hopper menu and then clicking the link item.
      links_amount:
        1:
          value: 1
          cost: 0
        2:
          value: 2
          cost: 5000.0
        3:
          value: 3
          cost: 8000.0
        4:
          value: 4
          cost: 10000.0


      # Maximum distance between a hopper and the link destination.
      # You can use -1 for unlimited.
      link_distance:
        1:
          value: 100
          cost: 0
        2:
          value: 125
          cost: 5000.0
        3:
          value: 150
          cost: 7500.0
        4:
          value: 200
          cost: 9000.0

  chunk:
    type: 'CHUNK'
    name: '&9&lChunk Hopper'
    cost: 5000.0
    # Set the hopper transfer and suction tick time (20 ticks are one second)
    # You should only change this, if you know what you do.
    ticks:
      transfer: 240
      suction: 240
    # Each line represents a line in the crafting table.
    # Each line must have three items. Each item must be seperated by a comma.
    recipe: []
    # You can specify specific containers which should be linkable.
    # If you don't configure a list of containers here, it will allow all containers.
    # List of possible materials (please note that only containers are linkable): https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    linktypes: 'ALL'
    # Should dropped items be directly inserted into a hopper of this type, if it is within range and has space?
    direct-suction: false
    # You can specify a required permission here.
    # No required permission set as default.
    permission: ''

    levels:
      # Transfer amount
      # How many items should be transferred at one transfer?
      transfer_amount:
        1:
          value: 16
          cost: 0
        2:
          value: 18
          cost: 1700.0
        3:
          value: 24
          cost: 2300.0
        4:
          value: 28
          cost: 3700.0
        5:
          value: 32
          cost: 4800.0

      # Suction radius How large should be the suction radius?
      # NOTE: If you want to disable upgradeable suction and enable vanilla hopper suction: Edit the default hopper settings in config.yml
      suction_radius:
        1:
          value: 1
          cost: 0
        2:
          value: 2
          cost: 10000.0
        3:
          value: 3
          cost: 15000.0
        4:
          value: 4
          cost: 20000.0


      # Links amount
      # How many links can the player create for one hopper?
      # A player can link his hopper to other containers by open the hopper menu and then clicking the link item.
      links_amount:
        1:
          value: 1
          cost: 0
        2:
          value: 2
          cost: 5000.0
        3:
          value: 3
          cost: 8000.0
        4:
          value: 4
          cost: 10000.0


      # Maximum distance between a hopper and the link destination.
      # You can use -1 for unlimited.
      link_distance:
        1:
          value: 100
          cost: 0
        2:
          value: 125
          cost: 5000.0
        3:
          value: 150
          cost: 7500.0
        4:
          value: 200
          cost: 9000.0
Kod:
# Here you can edit all chat messages.
#
# If you encounter any issues or have questions:
# Discord: https://discord.gg/B4MAJVk
#
# Wiki: https://github.com/Angeschossen/General/wiki/Messages

general:
  prefix:
    normal: '&8[&9UpgradeHoppers&8] '
    help: '&8[&9UpgradeHoppers&8] &7Usage: '
  time:
    seconds: second(s)
    minutes: minute(s)
    hours: hour(s)
  teleportation:
    bossbar: '&7Wait&5 {time} &7Second(s) until Teleportation.'
  command:
    argument:
      optional: '&8<&e{arg}&8>'
      required: '&8[&e{arg}&8]'
      type:
        cmd: cmd
        player: player
        name: name
        confirm: confirm
        menu: menu
        world: world
        args: arguments
        page: page
        database: database
        plugin: plugin
        boolean: true | false
        type: type
        amount: amount

help:
  help:
    root:
      header: '[NoPrefix][T]&7&l&m━━&e&l<<<<&7&l&m━[H]&7Click here to navigate to
        the previous page.[/H][C]{cmd} {previous}[/C][/T] &9UpgradeableHoppers Commands
        &7Page&3 {page} &8/&3 {pages} [T]&7&l&m━&e&l>>>>&7&l&m━━[H]&7Click here to
        go to the next page.[/H][C]{cmd} {next}[/C][/T]'
      footer: |
        [NoPrefix]
        &7Click on the arrows below to navigate.
        [T]&7&l&m━━&e&l<<<<&7&l&m━[H]&7Click here to navigate to the previous page.[/H][C]{cmd} {previous}[/C][/T] &9UpgradeableHoppers Commands &7Page&3 {page} &8/&3 {pages} [T]&7&l&m━&e&l>>>>&7&l&m━━[H]&7Click here to go to the next page.[/H][C]{cmd} {next}[/C][/T]
    sub:
      unknown: |
        &cThe subcommand&4 {command} &cdoesn't exist.
          [T]&7✖ View commands: &3/{cmd} &8[CLICK][H]&7Click here to get a list of available commands[/H][C]{cmd}[/C][/T]
      header: '[NoPrefix][T]&7&l&m━━━━━&e&l<<<<&7&l&m━[H]&7Click here to navigate
        to the previous page.[/H][C]{cmd} {previous}[/C][/T] &9Sub Commands &7Page&3
        {page} &8/&3 {pages} [T]&7&l&m━&e&l>>>>&7&l&m━━━━━[H]&7Click here to go to
        the next page.[/H][C]{cmd} {next}[/C][/T]'
      footer: |
        [NoPrefix]
        &7Click on the arrows below to navigate.
        [T]&7&l&m━━━━━&e&l<<<<&7&l&m━[H]&7Click here to navigate to the previous page.[/H][C]{cmd} {previous}[/C][/T] &9Sub Commands &7Page&3 {page} &8/&3 {pages} [T]&7&l&m━&e&l>>>>&7&l&m━━━━━[H]&7Click here to go to the next page.[/H][C]{cmd} {next}[/C][/T]
  command:
    upgradeablehoppers:
      help: '[T]&e{parent} {subcmd} {args} &8- &7List commands[H]&7Click to copy.[/H][SC]{fullcmd}[/SC][/T]'
      get: '[T]&e{parent} {subcmd} {args} &8 - &7Get hopper[H]&7Click to copy.[/H][SC]{fullcmd}[/SC][/T]'
      give: '[T]&e{parent} {subcmd} {args} &8 - &7Give hopper(s)[H]&7Click to copy.[/H][SC]{fullcmd}[/SC][/T]'
      list: '[T]&e{parent} {subcmd} &8- &7View your hoppers[H]&7Click to execute.[/H][C]{fullcmd}[/C][/T]'
      abort: '[T]&e{parent} {subcmd} &8- &7Quit link or unlink mode[H]&7Click to execute.[/H][C]{fullcmd}[/C][/T]'
      admin:
        main: '[T]&e{parent} {subcmd} {args} &8- &7Admin commands[H]&7Click to copy.[/H][SC]{fullcmd}[/SC][/T]'
        reload: '[T]&e{parent} {subcmd} &8- &7Reload configurations[H]&7Click to execute.[/H][C]{fullcmd}[/C][/T]'
        import: '[T]&e{parent} {subcmd} {args} &8- &7Import hoppers from 3rd party[H]&7Click
          to copy.[/H][SC]{fullcmd}[/SC][/T]'
        migratedb: '[T]&e{parent} {subcmd} {args} &8- &7Migrate database[H]&7Click
          to copy.[/H][SC]{fullcmd}[/SC][/T]'
        about: '[T]&e{parent} {subcmd} &8- &7Debug information[H]&7Click to execute.[/H][C]{fullcmd}[/C][/T]'
        give: '[T]&e{parent} {subcmd} {args} &8- &7Give hoppers[H]&7Click to copy.[/H][SC]{fullcmd}[/SC][/T]'
        listperms: '[T]&e{parent} {subcmd} {args} &8- &7List active permissions[H]&7Click
          to copy.[/H][SC]{fullcmd}[/SC][/T]'

upgradeablehoppers:
  message:
    hopper:
      created: '#t#{type}{newline}&7Successfully created.'
      deleted: '#t#{type}{newline}&cSuccessfully deleted.'
      claimed: '&7You claimed this hopper, because the previous owner was untrusted
        from the land at your current position.'
      link:
        click: '&7Click on a container or hopper to link it with this hopper.'
        inventory: '&cYou can''t link this block. &7It needs to be a container.'
        type: '&cThis type of container can''t be linked. &8Type: {type}'
        origin: '&cYou can''t link the hopper to itself. &7Please link it to another
          container.'
        world: '&cYou can''t create links from one world to another one. &7The link
          needs to be in the same world as the hopper.'
        max-distance: '&cThis destination is too far away. &7The maximum distance
          for this hopper is&3 {distance}&7. You can upgrade it in the menu of the
          hopper.'
        already: '&cThis container is already linked. &7To view linked containers,
          open the hopper menu.'
        max: '&cYou can''t link any more containers to this hopper. &7You reached
          the maximum of&3 {max} &7links. &7You can upgrade the amount in the hoppers
          menu.'
        untrusted: '&cYou can''t link containers that are located in claims in which
          you''re not trusted.'
        success: '#t#&9&lHopper{newline}&7Successfully linked.'
      unlink:
        click: '&7Click on a container or hopper to unlink it from this hopper.'
        not-linked: '&cThis container isn''t linked to the hopper. &7Nothing changed.'
        success: '#t#&9&lContainer{newline}&7Successfully unlinked.'
    no-access:
      upgrade: '&cYou''re not allowed to upgrade this hopper. &7It belongs to&3 {owner}&7.'
      open: '&cYou''re not allowed to open this hoppers inventory. &7It belongs to&3
        {owner}&7.'
      delete: '&cYou''re not allowed to delete this hopper. &7It belongs to&3 {owner}&7.'
      link: '&cYou''re not allowed to create a link to this hopper. &7It belongs to&3
        {owner}&7.'
      vanilla:
        craft: '&cYou''re not allowed to craft normal hoppers. &7An administrator
          disabled that. &7Use &8/&aHopper get &7to buy a hopper. Bypass permission:
          uhoppers.bypass.vanilla.craft'
        place: '&cYou''re not allowed to place normal hoppers. &7An administrator
          disabled that. &7Use &8/&aHopper get &7to buy a hopper. Bypass permission:
          uhoppers.bypass.vanilla.place'
    creation:
      world: '&cYou''re not allowed to create upgradeable hoppers in this world. &7An
        administrator needs to add world&3 {world} &7to config: worlds_list'
      owner: '&cYou can''t place this hopper. &7It belongs to player&3 {owner}&7.'
      max:
        normal: '&cYou can''t place any more upgradeable hoppers, because you reached
          your maximum amount of&4 {max} &cupgradeable hoppers.'
        convert: '&cCould not convert this hopper into an upgradeable hopper, because
          you reached your maximum amount of&4 {max} &cupgradeable hoppers.'
        claim: '&cThis hopper is claimable, since the land it stands in got unclaimed
          or the owner of the hopper got untrusted, but you can''t claim it, since
          you already reached your maximum amount of&4 {max} &choppers.'
      only-land: |
        &cYou can't place upgradeable hoppers in the wilderness. &7You need to place it inside your lands.
         [T]&7Claim land: &3/lands claim &8[CLICK][H]&7Click here to claim at your current position.[/H][C]{fullcmd}[/C][/T]
      untrusted: '&cYou can''t place upgradeable hoppers at this position. &7You''re
        not trusted in this land.'
    teleportation:
      already: '&cYou can''t start a second teleportation. There''s already a teleportation
        in progress. &7Please wait until it''s done.'
      started: '&7Teleportation process started. Teleporting in&5 {sec} seconds&7.
        Please don''t move.'
      cmd: '&cYou can''t use any commands while being teleported. &7Please wait another&5
        {sec} seconds &7until the teleportation has been finished.'
      progress: '#b#[config]color:purple,style:solid[/config]&7Wait&5 {time} &7Second(s)
        until Teleportation.'
      cancelled: '&cYour teleportation has been cancelled. &7Please don''t move while
        you''re waiting&5 {sec} &7seconds for teleportation.'
      plugin: '&cTeleportation has been cancelled by a 3rd party plugin. &7Please
        check your other plugins. &7This is not a Lands issue.'
      unsafe: |
        &7The teleportation has been cancelled, because the destination is not safe.
          [T]&2✔ Teleport anyways: &8[CLICK][H]&7Warning: The teleportation destination is not safe and might be dangerous for you.[/H][C]{cmd}[/C][/T]
      corrected: '&7The original teleport destination was unsafe. &7Your final destination
        has been corrected to a safe location.'
    action:
      link: '#t#&6Link Mode[newline]&7Click a container to link it.[newline]&cUse
        &l/uhopper abort&c &cto quit this mode.'
      unlink: '#t#&6Unlink Mode[newline]&7Click a container to unlink it.[newline]&cUse
        &l/uhopper abort&c &cto quit this mode.'
      disabled: '&7Link or unlink mode successfully disabled.'
    chat-input:
      player: '#t#&6Enter the Name[newline]&7of the player in chat[newline]&7Enter
        "cancel" to abort.'
      rename: '#t#&6Enter a new Name[newline]&7for this link in chat[newline]&7Enter
        "cancel" to abort.'
      name: '#t#&6Enter the Name[newline]&7in chat[newline]&7Enter "cancel" to abort.'
  command:
    general:
      no-permission: '&cYou don''t have permission to do this. &8You need permission
        {permission}.'
      cant-afford: '&cYou can''t afford this. &7You need&3 {cost} &7money to pay this.'
      player-offline: '&cCouldn''t find this player. &7Player&3 {player} &7is offline.'
      invalid-number: '&cYou entered an invalid number at the&e {argument} &cargument.
        &7Please insert a valid number there.'
      name:
        number: '&cYou''re not allowed to use numbers for this name. &7Please use
          only letters. Found number:&3 {invalid}'
        character: '&cYou can''t use invalid characters for the name. &7Please use
          only letters and numbers. &7Found invalid character:&3 {invalid}'
        color: '&cYou''re not allowed to use color codes for this name. &7Please remove
          any color codes from your input.'
        length: '&cThis name is too long. &7Max length is&3 {max} &7characters &8(&7yours:
          {input}&8)&7. &8This includes color codes.'
        empty: '&cThis name is invalid. &7You need to enter at least one character
          other than color codes.'
      input:
        confirm: |
          &7Please confirm this action &8(&e/{input}&8) &7by clicking below:
            [T]&2✔ Confirm &8[CLICK][H]&7Click here to confirm this action.[/H][C]{fullcmd}[/C][/T]
        number: '&cYour input&4 {input} &cisn''t a number. &7Argument {pos}: {expected}'
        player: '&cThere''s no player with the name&4 {player}&c. &7Typo?'
        offline: '&cThere''s currently no player with the name&4 {player} &conline.
          &7Typo?'
        world: '&cThe world&4 {input} &cdoesn''t exist. &7Argument {pos}: {expected}'
        world-disabled: '&cThis is deactivated in this world. &8World: {input}'
    get:
      type: '&cThe hopper type&4 {input} &cdoesn''t exist. &7Valid types: {types}'
      max: '&cYou can''t buy&4 {amount} &cmore hopper(s). &7You can at most buy&3
        {max} &7more hopper(s). &8Permission: uhoppers.hoppers.<number>'
      confirm: |
        &cPlease confirm this purchase. &7Buying this hopper will cost you&c {costs}&7.
          [T]&2✔ Confirm &8[&7CLICK&8][H]&7Click here to confirm this purchase.[/H][C]{fullcmd}[/C][/T]
      dropped: '&7You received&3 {amount} &7hoppers for&c {cost}&7. &cSome dropped
        to the ground, because there was no space left in your inventory.'
      success: '&7You received&3 {amount} &7hoppers item for&c {cost}&7. They''re
        now in your inventory.'
    give:
      success-sender: '&7You successfully gave&3 {items} &7hopper(s) to player&3 {player}&7.'
      success-target: '&7You received&3 {items} &7hopper(s). They were put in your
        inventory.'
      dropped: '&7You received&3 {items} &7hopper(s). &cThey dropped to the ground,
        because there was no space left in your inventory.'
    list:
      retrieving: '&7Retrieving placed hopper''s coordinates of player {player}...'
Kod:
# Here you can edit all GUI menus.
#
# If you encounter any issues or have questions:
# Discord: https://discord.gg/B4MAJVk
#
# Wiki: https://github.com/Angeschossen/General/wiki/GUI-Menus

general:
  filter:
    blacklist: '&8Blacklist'
    whitelist: '&fWhitelist'
  previous: previous
  max: '&cMax reached'
  unlimited: '&aunlimited'
  wYes: '&aYes'
  now: '&aNow'
  destination: '&a{block}&8, &7World:&2 {world}&8, &7X:&2 {x}&8, &7Y:&2 {y}&8, &7Z:&2
    {z}'
  wNo: '&cNo'
  disabled: '&cDisabled'
  none: '&cNone'
  enabled: '&aEnabled'
  others: Others
  value:
    none: '&cNone'
    unlimited: '&aunlimited'

common:
  items:
    default:
      child_failure_page_previous:
        name: '&4&lNo Previous Page'
      child_failure_page_next:
        name: '&4&lNo Next Page'
      refresh_page_previous:
        lore:
        - '&8✖ &7Go to the previous page:&3 {previous}'
        name: '&c&lPrevious Page'
        material: ARROW
        slots: 38
      back:
        lore:
        - '&8✖ &7Go back to'
        - '   &7{back}.'
        name: '&c&lBack'
        material: RED_STAINED_GLASS_PANE
        slots: 37
      refresh_page_next:
        lore:
        - '&8✖ &7Go to the next page:&3 {next}'
        name: '&a&lNext Page'
        material: ARROW
        slots: 44
      placeholder_1:
        material: GRAY_STAINED_GLASS_PANE
        slots: 1-45
  size: 45
  entries: 10-36
gui:
  list_filter:
    title: '&7Link Filter'
    items:
      default:
        child_failure_copy_none:
          lore:
          - '&cYou didn''t copy any filter.'
          name: '&4&lNo Copy'
        entry_object:
          lore:
          - '&8✖ &7Remove this item.'
          name: '&6&l{item}'
          material: INHERIT
        child_success_copy:
          lore:
          - '&7You can now paste it in'
          - '&7the filter menu of another'
          - '&7link.'
          name: '&a&lCopied Filter'
        whitelist:
          lore:
          - '&8✖ &7Toggle the filter mode.'
          - ''
          - '   &8• &8&lBlacklist:'
          - '      &7Don''t allow items that are'
          - '      &7listed in this filter.'
          - ''
          - '   &8• &f&lWhitelist:'
          - '      &7Only allow items that are'
          - '      &7listed in this filter.'
          name: '&6&lMode: {enabled}'
          material: HOPPER
          slots: 40
        strict:
          lore:
          - '&8✖ &7Toggle strict filtering.'
          - ''
          - '   &8• &7&lIf enabled:'
          - '     &7The filter will additionally compare'
          - '     &7items by their name, lore, enchants,'
          - '     &7durability and all the other information.'
          - ''
          - '   &8• &7If you, for example, want to'
          - '     &7filter specific potions and not'
          - '     &7just all, you must enable this'
          - '     &7setting.'
          name: '&6&lStrict Filtering: {enabled}'
          material: OAK_DOOR
          slots: 41
        refresh_copy_paste:
          lore:
          - '&8✖ &bLEFT CLICK'
          - '   &7Paste a copied filter.'
          - '&8✖ &bSHIFT + LEFT CLICK'
          - '   &7Paste this filter for all links.'
          - '&8✖ &9RIGHT CLICK'
          - '   &7Copy this filter including'
          - '   &7mode and strict filtering'
          - '   &7properties to another link.'
          name: '&6&lCopy Filter and Mode'
          material: skin:94c28ffb9063e63037c7c9c3a99975333254946ddfa0018996151740a5c66842
          slots: 42
  hopper_main:
    title: '{name}'
    items:
      default:
        child_failure_cost:
          lore:
          - '&7You need&c {cost} &7for that.'
          name: '&4&lNot enough Money'
        child_failure_max:
          lore:
          - '&cThis hopper has already reached'
          - '&cthe highest level for this upgrade.'
          name: '&4&lMax Level reached'
        child_failure_perm:
          lore:
          - '&7You''re missing the permission'
          - '&7to upgrade this level type for'
          - '&7any hopper.'
          name: '&4&lUpgrade locked'
        refresh_upgrade_links_amount:
          lore:
          - '&8✖ &7Upgrade the maximum amount'
          - '   &7of links.'
          - ''
          - '   &8• &7Current: {value}'
          - '   &8• &7Next:&a {value_next}'
          - '     &7Cost:&c {cost}'
          name: '&6&lLinks Amount'
          material: CHEST
          slots: 11
        upgrade_link_distance:
          lore:
          - '&8✖ &7Upgrade the maximum link'
          - '   &7distance.'
          - ''
          - '   &8• &7Current: {value}'
          - '   &8• &7Next:&a {value_next}'
          - '     &7Cost:&c {cost}'
          name: '&6&lMax Link Distance'
          material: COMPASS
          slots: 14
        linking:
          lore:
          - '&8✖ &bLEFT CLICK'
          - '   &7Link this hopper to a container.'
          - '   &7Use SHIFT to keep link mode enabled.'
          - ''
          - '&8✖ &9RIGHT CLICK'
          - '   &7Unlink a container from this hopper.'
          - '   &7Use SHIFT to keep unlink mode enabled.'
          - ''
          - '&8✖ &3DROP'
          - '   &7Cancel link or unlink mode.'
          name: '&6&lLink to Containers &8(&7{amount}&8/&c{max}&8)'
          material: skin:26e6696b63738bbcc5fd973709ea90997215b0cfeece20b2659cb7b35f1bf0
          slots: 29
        toggle-suction:
          lore:
          - '&8✖ &7Toggle the suction radius.'
          - ''
          - '   &8• &7&nIf disabled:'
          - '       &7Vanilla suction will be used'
          - '       &7instead.'
          name: '&6&lToggle Suction: {enabled}'
          material: skin:ec2ff244dfc9dd3a2cef63112e7502dc6367b0d02132950347b2b479a72366dd
          slots: 31
        filter-delete:
          lore:
          - '&8✖ &cDelete items that don''t fit'
          - '   &cany filter of your links?'
          name: '&6&lDelete Items: {enabled}'
          material: skin:548d7d1e03e1af145b0125ab841285672b421265da2ab915015f9058438ba2d8
          slots: 32
        links:
          lore:
          - '&8✖ &7Edit the filters for your'
          - '   &7linked containers.'
          name: '&6&lLinks'
          material: skin:f98bc63f05f6378bf29ef10e3d82acb3ceb73a720bf80f30bc576d0ad8c40cfb
          slots: 30
        upgrade_suction_radius:
          lore:
          - '&8✖ &7Upgrade the suction radius.'
          - '   &7The hopper sucks all items that'
          - '   &7are in this radius.'
          - ''
          - '   &8• &7Current: {value}'
          - '   &8• &7Next:&a {value_next}'
          - '     &7Cost:&c {cost}'
          - ''
          - '&8✖ &9RIGHT CLICK'
          - '   &7Toggle suction: {suction_status}'
          - '&8✖ &9SHIFT + RIGHT CLICK'
          - '   &7Visualize suction radius.'
          name: '&6&lSuction Radius'
          material: BEACON
          slots: 13
        upgrade_transfer_amount:
          lore:
          - '&8✖ &7Upgrade amount of items that'
          - '   &7are transferred each cycle.'
          - ''
          - '   &8• &7Current: {value}'
          - '   &8• &7Next:&a {value_next}'
          - '     &7Cost:&c {cost}'
          name: '&6&lTransfer Amount'
          material: HOPPER
          slots: 12
        upgrade_suction_radius_chunk:
          lore:
          - '&8✖ &7Upgrade the chunk suction radius.'
          - '   &7The hopper sucks all items that'
          - '   &7are in these chunks.'
          - ''
          - '   &8• &7Current: {value}'
          - '   &8• &7Next:&a {value_next}'
          - '     &7Cost:&c {cost}'
          name: '&6&lSuction Radius'
          material: BEACON
          slots: 13
        name:
          name: '&6&lName:&r {name}'
          lore:
          - '&8✖ &7Change the name.'
          material: NAME_TAG
          slots: 33
  list_player_list:
    title: '&8Upgradeable Hoppers'
    items:
      default:
        child_failure_unloaded:
          lore:
          - '&cYou can''t open the menu of a'
          - '&chopper, which is located in'
          - '&ca unloaded region.'
          name: '&4&lChunk unloaded'
        child_failure_cost:
          lore:
          - '&7You need&c {cost} &7for that.'
          name: '&4&lNot enough Money'
        child_failure_permission:
          lore:
          - '&7You''re missing the permission to'
          - '&7do this.'
          name: '&4&lMissing Permission'
        entry_object:
          lore:
          - '&8✖ &bLEFT CLICK'
          - '   &7Open menu.'
          - '&8✖ &9RIGHT CLICK'
          - '   &7Teleport to the hopper'
          - '   &7for&c {cost}&7.'
          - '&8✖ &3DROP'
          - '   &7Delete this hopper.'
          - '    &8• &cThe item can''t be given'
          - '      &cback to you, if the area'
          - '      &cisn''t loaded.'
          name: '{name}'
          material: HOPPER
  list_links:
    title: '&8Links'
    items:
      default:
        entry_object:
          lore:
          - '&8✖ &7Manage the filter.'
          - ''
          - '&8✖ &9RIGHT CLICK'
          - '   &7Rename'
          - '&8✖ &eKey Q'
          - '   &7Unlink'
          - ''
          - '&7&lIf insert by order is enabled:'
          - ' &8✖ &bSHIFT + LEFT CLICK'
          - '    &7Higher priority'
          - ' &8✖ &9SHIFT + RIGHT CLICK'
          - '    &7Lower priority'
          - ''
          - ' &8• &7Information:'
          - '   &7Type: {type}'
          - '   &7World: {world}'
          - '   &7X: {x} Y: {y} Z: {z}'
          name: '&6&l{name}'
          material: INHERIT
        refresh_insert_by_order:
          lore:
          - '&8✖ &7Insert items by link order?'
          - ''
          - '   &8• &7&lIf enabled:'
          - '     &7Items are always added to the first'
          - '     &7link which filter accepts the item.'
          - '     &7They aren''t distributed equally'
          - '     &7over all links that accept this item.'
          name: '&6&lInsert by Order: {status}'
          material: COMPARATOR
          slots: 41
  action-confirm:
    title: '&8Confirm this Action'
    items:
      default:
        confirm:
          name: '&a&lConfirm'
          material: LIME_STAINED_GLASS_PANE
          slots:
          - 1-4
          - 10-13
          - 19-22
          - 28-31
          - 37-40
        cancel:
          name: '&c&lCancel'
          material: RED_STAINED_GLASS_PANE
          slots:
          - 6-9
          - 15-18
          - 24-27
          - 33-36
          - 42-45
        info:
          lore:
          - '&7Click &a&lConfirm &7to confirm or'
          - '&c&lCancel &7to abort this action.'
          name: '&6&lConfirm this Action'
          material: OAK_SIGN
          slots:
          - 5
          - 14
          - 23
          - 32
          - 41

physical:
  currency:
    name: ''
    material: GOLD_INGOT
  hopper:
    lore:
    - '&7With this item you'
    - '&7can create a better'
    - '&7hopper by placing'
    - '&7it somewhere.'
    - ''
    - '&8> &7Stats'
    - '  &7Owner:&2 {owner}'
    - '  &7Transfer amount:&a {transfer} &7items'
    - '  &7Suction radius:&a {suction}'
    - '  &7Links:&a {links} &7links'
    - '  &7Max distance:&a {distance} &7blocks'
    name: '&a{type}'
    material: HOPPER
common_sounds:
  # Play a sound when the item is set in the menu.
  set:
    # Each item starting with [item_type]_failure_<name> will have this sound set.
    # You can still override the "sound_set" for any item in their sections.
    failure: ENTITY_VILLAGER_NO
 
1:30 Saat içinde çeviriyi yapıp atacağım,gradient vs kullanılsın mı yoksa düz renkler yeterli mi,
ek olarak upgradeable hoppers aşırı fazla sistem yiyen bir eklenti bu konuda dikkat et derim.
 
quezly.net/discord adresinden bilet oluşturursanız uygun fiyata yapabiliriz.
 
1:30 Saat içinde çeviriyi yapıp atacağım,gradient vs kullanılsın mı yoksa düz renkler yeterli mi,
ek olarak upgradeable hoppers aşırı fazla sistem yiyen bir eklenti bu konuda dikkat et derim.
Orjinal renkleri yeterli çok teşekkür ederim şimdiden çok sağolun
 
Discord adresimden ekleyebilirmisin beni,bir dosyayı bulamadım .
 
Merhaba,

Konuyla bir işiniz kalmadıysa lütfen belirtin.
 
Diğer kullanıcıların dediği gibi yapay zeka kullanmayı deneyebilirsiniz.
 
Diğer kullanıcıların dediği gibi yapay zeka kullanmayı deneyebilirsiniz.
denedim fakat hata veriyor ana komutlarıda aralardaki komutlarıda türkçeye çeviriyor belki elinde olan varsa diye beklemekteyim
 
chatgpt ye düzgün bir şekilde açıkla minecraft plugin configini türkçeye çevirir misin sadece : işaretinden sonraki kısımlar çevirilecek falan diye belirtmeye çalış zorlarsan yapabiliyor
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst