Question Two Huge Problems!

Discussion in 'Bukkit Help' started by R3volutionGaming, Oct 29, 2017.

Thread Status:
Not open for further replies.
  1. I am a developer for a big server with quite a few minigames linked with a bungeecord proxy. Today I was going through the hub server and decided to add "ChestCommands" to make a GUI so that players can get to servers easier. Though I keep getting this error in the console (even after using an online parser):

    Code:
    in 'string', line 330, column 3:
         COMMAND: 'Server SMP'
         ^
    
    expected <block end>, but found Scalar
    in 'string', line 337, column 13:
         COMMAND: 'Server Factions'
    -------------------^
    ============================================================================
    Here is a copy of my config for the GUI:

    Code:
    ######################
    #+  +#
    #  MENU SETTINGS  #
    #+  +#
    ######################
    menu-settings:
      # name - appears as the title - REQUIRED
      name: '&4Server &6Selector'
      # rows - the number of rows of the chest - REQUIRED
      rows: 5
      # 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: 'sound: note ping; tell: &4Server &6Selector.'
      # open-with-item - OPTIONAL
      # The menu will open only right-clicking with orange wool [35:1]
      open-with-item:
      id: 340
      left-click: true
      right-click: true
    
    ######################
    #+  +#
    #  ITEMS  #
    #+  +#
    ######################
    Blue Stained Glass1:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 0
      POSITION-Y: 1
    Blue Stained Glass2:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 0
      POSITION-Y: 3
    Blue Stained Glass3:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 0
      POSITION-Y: 5
    Blue Stained Glass4:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 3
      POSITION-Y: 1
    Blue Stained Glass5:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 3
      POSITION-Y: 5
    Blue Stained Glass6:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 5
      POSITION-Y: 1
    Blue Stained Glass7:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 5
      POSITION-Y: 5
    Blue Stained Glass8:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 7
      POSITION-Y: 1
    Blue Stained Glass9:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 7
      POSITION-Y: 5
    Blue Stained Glass10:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 9
      POSITION-Y: 1
    Blue Stained Glass11:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 9
      POSITION-Y: 5
    Blue Stained Glass12:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:11
      POSITION-X: 9
      POSITION-Y: 3
    Light Blue Stained Glass1:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 2
      POSITION-Y: 1
    Light Blue Stained Glass2:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 2
      POSITION-Y: 5
    Light Blue Stained Glass3:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 4
      POSITION-Y: 1
    Light Blue Stained Glass4:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 4
      POSITION-Y: 5
    Light Blue Stained Glass5:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 6
      POSITION-Y: 1
    Light Blue Stained Glass6:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 6
      POSITION-Y: 5
    Light Blue Stained Glass7:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 8
      POSITION-Y: 1
    Light Blue Stained Glass8:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 8
      POSITION-Y: 5
    Light Blue Stained Glass9:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 1
      POSITION-Y: 2
    Light Blue Stained Glass10:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 1
      POSITION-Y: 4
    Light Blue Stained Glass11:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 9
      POSITION-Y: 2
    Light Blue Stained Glass12:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:3
      POSITION-X: 9
      POSITION-Y: 4
    Yellow Stained Glass1:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 2
      POSITION-Y: 2
    Yellow Stained Glass2:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 4
      POSITION-Y: 2
    Yellow Stained Glass3:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 6
      POSITION-Y: 2
    Yellow Stained Glass4:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 8
      POSITION-Y: 2
    Yellow Stained Glass5:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 3
      POSITION-Y: 3
    Yellow Stained Glass6:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 7
      POSITION-Y: 3
    Yellow Stained Glass7:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 2
      POSITION-Y: 4
    Yellow Stained Glass8:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 4
      POSITION-Y: 4
    Yellow Stained Glass9:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 6
      POSITION-Y: 4
    Yellow Stained Glass10:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:4
      POSITION-X: 8
      POSITION-Y: 4
    Green Stained Glass1:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:5
      POSITION-X: 5
      POSITION-Y: 2
    Green Stained Glass2:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:5
      POSITION-X: 2
      POSITION-Y: 3
    Green Stained Glass3:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:5
      POSITION-X: 4
      POSITION-Y: 3
    Green Stained Glass4:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:5
      POSITION-X: 6
      POSITION-Y: 3
    Green Stained Glass5:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:5
      POSITION-X: 8
      POSITION-Y: 3
    Green Stained Glass6:
      COMMAND: ''
      NAME: ''
      ID: stained_glass_pane:5
      POSITION-X: 5
      POSITION-Y: 4
    OITC:
      COMMAND: 'Server OITC'
      NAME: '&3Fight others to the &4&lDeath&f!'
      ID: Bow
      POSITION-X: 3
      POSITION-Y: 2
    SMP:
      COMMAND: 'Server SMP'
      NAME: '&4Play a &eSurvival Multiplayer Sandbox&f!
      ID: Iron_Pickaxe
      POSITION-X: 7
      POSITION-Y: 2
    Factions:
      COMMAND: 'Server Factions'
      NAME: '&3Take land and fight with &2Slimefun&f!'
      ID: Diamond_Sword
      POSITION-X: 5
      POSITION-Y: 3
    Skyblock:
      COMMAND: 'Server Skyblock'
      NAME: '&3Build your own &2Sky island&f!'
      ID: Grass
      POSITION-X: 3
      POSITION-Y: 4
    Survival:
      COMMAND: 'Server Survival'
      NAME: '&4&lHardcore Survival &6&nfor the pros&f!'
      ID: TNT
      POSITION-X: 7
      POSITION-Y: 4
     

    Attached Files:

  2. Online

    timtower Administrator Administrator Moderator

    Locked
    Bungeecord requires offline mode
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page