Chest Commands GUI Help

Discussion in 'Bukkit Help' started by LightLucario951, Oct 9, 2015.

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

    LightLucario951

    I need help with Chest Commands GUI. I have made a world selector with this plugin. I put it at the spawn of my server. The sign and items worked, but I thought would it work for ranks that are not OP, so I de-opped myself to see. When I clicked the sign, it didn't work. There wasn't a error, but it was just like a regular sign. I couldn't get to the menu. Can someone help me, please?

    config.yml:
    Code:
    # ChestCommands configuration file.
    # Tutorial: http://dev.bukkit.org/bukkit-plugins/chest-commands
    
    default-color:
      name: '&f'
      lore: '&7'
    multiple-commands-separator: ;
    use-only-commands-without-args: true
    update-notifications: true
    use-console-colors: true
    anti-click-spam-delay: 200
    worlds.yml:
    Code:
    ######################
    #+                  +#
    #   MENU SETTINGS    #
    #+                  +#
    ######################
    
    menu-settings:
    
      # name - appears as the title - REQUIRED
      name: '&1World Selector'
    
      # 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: 'sound: note pling; tell: &eYou opened the world selector.'
    
      # 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        #
    #+                  +#
    ######################
    
    
    creativetp:
      COMMAND: 'console: mv tp {player} plotworld'
      NAME: '&eCreative'
      LORE:
        - 'Teleport to the creative world!'
      ID: quartzblock
      POSITION-X: 1
      POSITION-Y: 1
    
    
    prisontp:
      COMMAND: 'console: mv tp {player} prison1'
      NAME: '&aPrison'
      LORE:
        - 'Teleport to the prison world!'
      ID: iron bar
      POSITION-X: 2
      POSITION-Y: 1
    
    
    townytp:
      COMMAND: 'console: mv tp {player} towny'
      NAME: '&6Towny'
      LORE:
        - 'Teleport to the towny world!'
      ID: wood
      POSITION-X: 3
      POSITION-Y: 1
     
  2. Offline

    Scimiguy

    Last edited: Oct 9, 2015
  3. Online

    timtower Administrator Administrator Moderator

    Moved to Bukkit help
     
  4. Offline

    LightLucario951

    I thought that was craftbukkit.jar related problems only.
     
  5. Online

    timtower Administrator Administrator Moderator

    Nope, this is a better place then plugin requests.
     
  6. Offline

    Binner_Done

    Are your permissions configured correctly?
     
  7. Offline

    Louwwieee42

    Add this to your permissions
    chestcommands.open.filename.yml
     
Thread Status:
Not open for further replies.

Share This Page