1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Помогите Chest commands I пишет данной команды нет

Тема в разделе "Помощь", создана пользователем Petrenko, 25 апр 2020.

  1. Автор темы
    Petrenko

    Petrenko Ньюби

    Баллы:
    1
    Добрый день, при вводе команды /menu пишет, что якобы данной команды нет, хотя при вводе меню все же открывается
    Версия 1.15, в конфиге указана команда menu
    https://imgur.com/a/sftJMUB можете обратить внимание на левый нижний угол
     
  2. Sigvegutt

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

    Баллы:
    96
    Конфиг менюшки дай. Есть ошибки в консоле?
     
  3. Saharo4ek

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

    Баллы:
    96
    Имя в Minecraft:
    tin
    А кто-то заявлял поддержку ChestCommands'ом версии 1.15.2? 0_0
     
  4. Автор темы
    Petrenko

    Petrenko Ньюби

    Баллы:
    1
    Не знаю ввёл как обычный человек поисковик, выдало на нужную версию я скачал:good:
     
  5. Автор темы
    Petrenko

    Petrenko Ньюби

    Баллы:
    1
    ######################
    #+ +#
    # MENU SETTINGS #
    #+ +#
    ######################

    menu-settings:

    # REQUIRED
    # Appears as the title of the menu.
    name: '&4&lМеня сервера'

    # REQUIRED
    # The number of rows in the menu.
    rows: 5

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

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

    # OPTIONAL
    # This command command will be executed when the menu is opened.
    # Supports all the icon command types.
    open-action: '&4&l[Arbuzik Info] &fВы открыли &4&lменю &fсервера'

    # OPTIONAL
    # The menu will open only when right-clicking with a compass.
    open-with-item:
    id:
    left-click: false
    right-click: true

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

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

    durability-armor:
    NAME: '&aDamaged armor'
    LORE:
    - 'This armor is damaged.'
    ID: diamond helmet
    DATA-VALUE: 200
    POSITION-X: 2
    POSITION-Y: 1

    enchanted-sword:
    NAME: '&aEnchanted sword'
    LORE:
    - 'This sword is glowing.'
    ID: diamond sword
    ENCHANTMENT: durability, 1
    POSITION-X: 3
    POSITION-Y: 1

    some-arrows:
    NAME: '&aSome arrows'
    LORE:
    - 'You can set the amount of items to display.'
    ID: arrow
    AMOUNT: 5
    POSITION-X: 4
    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: 5
    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: 6
    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: water bucket
    POSITION-X: 7
    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: 8
    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: 9
    POSITION-Y: 1

    formatting-codes:
    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: 1
    POSITION-Y: 2

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

    talking-fish:
    COMMAND: 'tell: This is a simple message, without using commands!'
    NAME: '&3Tells you something.'
    LORE:
    - '&7It tells you something without commands.'
    ID: torch
    POSITION-X: 3
    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: 4
    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
    bars
    POSITION-X: 5
    POSITION-Y: 2
    PERMISSION: chestcommands.test
    PERMISSION-MESSAGE: 'You don''t have the correct permission!'

    nbt-tags:
    NAME: '&aUsing NBT tags'
    LORE:
    - 'This item was colored using custom NBT tags.'
    - 'All NBT tags valid in Minecraft can be used.'
    ID: leather chestplate
    NBT-DATA: '{display: {color: 8910400}}'
    POSITION-X: 6
    POSITION-Y: 2

    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
    Сама ошибка:
    https://yapx.ru/u/HLu73
     
  6. Thin_Troll

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

    Баллы:
    76
    Ты текст написал в поле для команд, при открытии меню выполняется команда
    /&4&l[Arbuzik Info] &fВы открыли &4&lменю &fсервера
    А такой команды соотвественно не существует.
     
  7. Автор темы
    Petrenko

    Petrenko Ньюби

    Баллы:
    1
    Исправил, спасибо
     

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