Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Помогите Как поставить звук в плагине ChestCommands

Тема в разделе "Помощь", создана пользователем _SuperAs_, 29 авг 2015.

Статус темы:
Закрыта.
  1. Автор темы
    _SuperAs_

    _SuperAs_ Ньюби

    Баллы:
    1
    Имя в Minecraft:
    islandgunz
    Недавно я столкнулся с проблемой, что я не знаю какие звуки можно добавить в config. Помогите если сможете.
    Вот мой config. Мой скайп mrmax2015
    ######################
    #+ +#
    # MENU SETTINGS #
    #+ +#
    ######################

    menu-settings:

    # name - appears as the title - REQUIRED
    name: '&1E menu'

    # rows - the number of rows of the chest - REQUIRED
    rows: 3

    # command - OPTIONAL (you can remove this or set it to '')
    # Bind multiple commands using ; (command: 'menu; m; me')
    command: 'menu'

    # auto-refresh - OPTIONAL
    # How frequently the menu will be refreshed, in seconds.
    # Useful if you have variables in items' descriptions.
    auto-refresh: 5

    # This command command will be execute when the menu is opened.
    # Supports all the icon command types.
    open-action: вот здесь я не знаю какие названия звуков можно добавлять. <<<============

    # open-with-item - OPTIONAL
    # The menu will open only right-clicking with orange wool [35:1]
    open-with-item:
    id: wool:1
    left-click: false
    right-click: true


    ######################
    #+ +#
    # ITEMS #
    #+ +#
    ######################


    spawncmd:
    COMMAND: 'spawn'
    NAME: '&e/spawn'
    LORE:
    - 'It justs executes /spawn'
    - 'as the player who clicked.'
    ID: bed
    POSITION-X: 1
    POSITION-Y: 1


    colored-enchanted-stacked-wool:
    NAME: '&aWool with additional data'
    LORE:
    - 'This wool has a data value, an amount'
    - 'greater than 1, and two enchantments.'
    ID: wool
    DATA-VALUE: 1
    AMOUNT: 10
    ENCHANTMENT: knockback, 10; durability, 10
    POSITION-X: 2
    POSITION-Y: 1


    this-text-will-not-appear:
    NAME: '&dFormatting codes'
    LORE:
    - 'You can use all the formatting codes!'
    - '&fColors: &c#c &a#a &9#9 &e#e &f... ...'
    - '&fRandom (#k): &kfy379!H'
    - '&fBold (#l): &lexample'
    - '&fStrikethrough (#m): &mexample'
    - '&fUnderline (#n): &nexample'
    - '&fItalic (#o): &oexample'
    ID: paper
    POSITION-X: 3
    POSITION-Y: 1


    test-from-console:
    COMMAND: 'console: say Hello {player}!'
    NAME: '&cRuns command from the console.'
    LORE:
    - 'It broadcasts your name with the command /say.'
    ID: command block
    POSITION-X: 4
    POSITION-Y: 1


    test-as-op:
    COMMAND: 'op: say Hello world!'
    NAME: '&cRuns command as OP.'
    LORE:
    - 'Be careful with this type of commands.'
    - 'It will ignore nearly all the permissions.'
    ID: command block
    POSITION-X: 5
    POSITION-Y: 1


    test-with-placeholder:
    COMMAND: 'tell: &9Online players: &f{online}/{max_players}; tell: &9Your name: &f{player}; tell: &9The world you are in: &f{world}; tell: &9Money: &f{money}'
    NAME: '&6This message contains some placeholders'
    LORE:
    - 'Placeholders will be replaced when the item'
    - 'is clicked.'
    ID: empty map
    POSITION-X: 6
    POSITION-Y: 1


    economy-give:
    COMMAND: 'tell: &aYou have paid 50$ for this command!; give: gold_ingot'
    NAME: '&eEconomy & Give command'
    LORE:
    - 'This command will be executed'
    - 'only if you have at least 50$!'
    - 'It gives you a gold ingot.'
    ID: gold ingot
    PRICE: 50
    POSITION-X: 7
    POSITION-Y: 1


    economy-take:
    REQUIRED-ITEM: 'gold_ingot'
    COMMAND: 'tell: &aYou have been paid 50$; givemoney: 50'
    NAME: '&eEconomy & Required item'
    LORE:
    - 'This command is the opposite of the previous.'
    - 'It will take you a gold ingot and give you $50.'
    ID: gold ingot
    POSITION-X: 8
    POSITION-Y: 1


    will-not-close:
    NAME: '&2Info'
    LORE:
    - '&7The menu will not close'
    - '&7clicking on this item.'
    ID: sign
    KEEP-OPEN: true
    POSITION-X: 9
    POSITION-Y: 1


    a-talking-head:
    COMMAND: 'tell: This is a simple message, without using commands!'
    NAME: '&3Tells you something.'
    LORE:
    - '&7It tells you something without commands.'
    ID: head
    DATA-VALUE: 3
    POSITION-X: 1
    POSITION-Y: 2


    a-talking-head:
    COMMAND: 'tell: This is a simple message, without using commands!'
    NAME: '&3Tells you something.'
    LORE:
    - '&7It tells you something without commands.'
    ID: head
    DATA-VALUE: 3
    POSITION-X: 1
    POSITION-Y: 2


    test-multiple-command:
    COMMAND: 'console: Say Did you know that...; console: say you can run multiple commands?;'
    NAME: '&aMultiple commands'
    LORE:
    - 'Example of multiple commands.'
    ID: golden apple
    POSITION-X: 2
    POSITION-Y: 2


    permission:
    COMMAND: 'tell: &a[v] You have the correct permission!'
    NAME: '&8Permission test'
    LORE:
    - 'To use this item, you need the'
    - 'permission "chestcommands.test".'
    - 'Otherwise, a configurable error'
    - 'message will be displayed.'
    ID: iron bar
    POSITION-X: 3
    POSITION-Y: 2
    PERMISSION: chestcommands.test
    PERMISSION-MESSAGE: 'You don''t have the correct permission!'


    menu-close-no-commands-no-lore:
    NAME: '&6Close the menu'
    ID: redstone lamp
    LORE:
    - 'Create an item without command,'
    - 'the GUI will just close.'
    POSITION-X: 9
    POSITION-Y: 3
     
  2. Хостинг MineCraft
    <
  3. SkiperLol

    SkiperLol Активный участник Пользователь

    Баллы:
    96
    Мдааа, поскольку тему удалят, ибо подобных было очень много, от меня последует пара советов:
    1. Файлы с большим размером, нужно пихать под спойлер.
    2. Такая тема уже была и не один раз, пользуйтесь гуглом.
    3. Зачем все пишут свой скайп. Лучше бы номер кошелька просили.
     
  4. Автор темы
    _SuperAs_

    _SuperAs_ Ньюби

    Баллы:
    1
    Имя в Minecraft:
    islandgunz
    Я уже смотрел в гугле и нашёл вот такую сылку http://jd.bukkit.org/rb/doxygen/d3/dfe/enumorg_1_1bukkit_1_1Sound.html
     
  5. SkiperLol

    SkiperLol Активный участник Пользователь

    Баллы:
    96
  6. Автор темы
    _SuperAs_

    _SuperAs_ Ньюби

    Баллы:
    1
    Имя в Minecraft:
    islandgunz
    Нет ты не понял я же говорю мне нужны названия звуков например:
    # This command command will be execute when the menu is opened.
    # Supports all the icon command types.
    open-action: 'sound: note pling;' - этот звук нотного блока, а мне нужны названия других звуков понимаеш?
     
  7. NITDroid

    NITDroid Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    NITDroid
    Гугл!!!!!
     
  8. Автор темы
    _SuperAs_

    _SuperAs_ Ньюби

    Баллы:
    1
    Имя в Minecraft:
    islandgunz
  9. NITDroid

    NITDroid Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    NITDroid
  10. Автор темы
    _SuperAs_

    _SuperAs_ Ньюби

    Баллы:
    1
    Имя в Minecraft:
    islandgunz
    только там без точки надо писать
     
Статус темы:
Закрыта.

Поделиться этой страницей