Problem/Bug ChestCommands YAML Config bug

Discussion in 'Bukkit Help' started by QyzonMC, Jan 23, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    QyzonMC

    Here is my config
    Code:
    ######################
    #+                  +#
    #   MENU SETTINGS    #
    #+                  +#
    ######################
    
    menu-settings:
    
      # name - appears as the title - REQUIRED
      name: '&3Server Selector_&7(right_click)'
    
      # rows - the number of rows of the chest - REQUIRED
      rows: 6
    
      # command - OPTIONAL (you can remove this or set it to '')
      # Bind multiple commands using ; (command: 'menu; m; me')
      command: 'server'
    
      # 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: 'sound: note pling;
    
      # open-with-item - OPTIONAL
      # The menu will open only right-clicking with compass
      open-with-item:
        id: compass
        left-click: false
        right-click: true
    
    
    ######################
    #+                  +#
    #       ITEMS        #
    #+                  +#
    ######################
    
    
    spawncmd:
      COMMAND: 'spawn'
      NAME: '&e/spawn'
      LORE:
        - 'It justs executes /spawn'
        - 'as the player who clicked.'
      ID: compass
      POSITION-X: 5
      POSITION-Y: 4

    and it stand in Yamllint.com that this is the issue: (<unknown>): did not find expected key while parsing a block mapping at line 10 column 3
     
    Last edited by a moderator: Jan 23, 2018
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    QyzonMC

    Which log in the logs file or the config? (I am new on this hole thing)

    @timtower

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
    Ok but may i please get help ASAP? Im sorry for not being patient.
     
    Last edited: Jan 23, 2018
  4. Offline

    timtower Administrator Administrator Moderator

    <server directory>/logs/latest.log, content of that file.
    Config also when you are working on it, different links please.
     
  5. Offline

    QyzonMC

  6. Offline

    timtower Administrator Administrator Moderator

    Locked
    Protocol hacks and offline mode are both not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page