Help with chestcommand

Status
This thread has been locked.

LeonStruik

Feedback score
0
Posts
1
Reactions
0
Resources
0
I have a question does some one know why he doesn't do the command /u. I make it red in the settings below.
Code:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&0Main 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; main; m'

  # 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: false


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


spawncmd:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 1
  POSITION-Y: 1

spawncmd1:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 1
  POSITION-Y: 2

spawncmd2:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 1
  POSITION-Y: 3

spawncmd5:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 2
  POSITION-Y: 3

spawncmd6:
  COMMAND: 'open: warp.yml'
  NAME: '&bWarp Menu'
  LORE:
    - '&7Open the warp menu!'
  ID: redstone
  POSITION-X: 2
  POSITION-Y: 2

spawncmd7:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 2
  POSITION-Y: 1

spawncmd3:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 3
  POSITION-Y: 2

spawncmd8:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 3
  POSITION-Y: 1

spawncmd9:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 3
  POSITION-Y: 3

spawncmd11:
  COMMAND: 'open: weather.yml'
  NAME: '&bWeather Menu'
  LORE:
    - '&7Open the weather menu!'
    - '&7Rank only!'
  ID: water_bucket
  POSITION-X: 4
  POSITION-Y: 2

spawncmd12:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 4
  POSITION-Y: 3

spawncmd13:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 4
  POSITION-Y: 1

spawncmd14:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 5
  POSITION-Y: 1

spawncmd15:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 5
  POSITION-Y: 2

spawncmd16:
  COMMAND: 'close'
  NAME: '&bClose the menu'
  LORE:
    - 'Click here to close the menu!'
  ID: BARRIER
  POSITION-X: 5
  POSITION-Y: 3

spawncmd17:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 6
  POSITION-Y: 1


spawncmd18:
  COMMAND: 'u'
  NAME: '&bUpgrades'
  LORE:
    - '&7Click here to open the upgrades menu!'
  ID: sugar
  POSITION-X: 6
  POSITION-Y: 2

spawncmd19:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 6
  POSITION-Y: 3

spawncmd20:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 7
  POSITION-Y: 2

spawncmd21:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 7
  POSITION-Y: 1

spawncmd22:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 7
  POSITION-Y: 3

spawncmd23:
  COMMAND: 'open: help.yml'
  NAME: '&bHelp menu'
  LORE:
    - '&7Click to open the help menu!'
  ID: redstone_torch
  POSITION-X: 8
  POSITION-Y: 2

spawncmd24:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 8
  POSITION-Y: 1
spawncmd25:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane
  POSITION-X: 8
  POSITION-Y: 3
spawncmd26:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 9
  POSITION-Y: 2
spawncmd27:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 9
  POSITION-Y: 1
spawncmd28:
  COMMAND: ''
  NAME: ''
  LORE:
    - ''
  ID: stained_glass_pane:14
  POSITION-X: 9
  POSITION-Y: 3
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Vutar

Server Management
Supreme
Feedback score
7
Posts
214
Reactions
62
Resources
0
What plugin are you using for the upgrades? Can you give us more information?
 

kojoti

www.xurver.com
Supreme
Feedback score
17
Posts
1,100
Reactions
375
Resources
0
I have a question does some one know why he doesn't do the command /u. I make it red in the settings below.
Code:
  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: 'menu; main; m'

Add U by command:
Like this:
command: 'menu; main; m; u'
 

kojoti

www.xurver.com
Supreme
Feedback score
17
Posts
1,100
Reactions
375
Resources
0
I thing that command U is a alias is there any full command like /upgrade? try that!
 
Status
This thread has been locked.
Top