#Any idea why commands doesn't work?

1 messages · Page 1 of 1 (latest)

pallid gull
#

Any ideas why commands doesn't work ?
menu_title: '&f&lPhone' open_command: phone size: 27 items: '10': material: GOLD_INGOT slot: 10 display_name: '&eView balance' left_click_commands: - balance right_click_commands: - balance '12': material: BEACON slot: 12 display_name: '&eView available houses' left_click_commands: - as info forrent right_click_commands: - as info forrent '14': material: BOOKSHELF slot: 14 display_name: '&eVisit Decorations shop' right_click_commands: - warp furniture left_click_commands: - warp furniture '16': material: OAK_WOOD slot: 16 display_name: '&eVisit mall' left_click_commands: - warp mall right_click_commands: - warp mall

grave helm
#

[player] command

cerulean plover
#
menu_title: '&f&lPhone'
open_command: phone
size: 27
items:
  '10':
    material: GOLD_INGOT
    slot: 10
    display_name: '&eView balance'
    click_commands:
      - '[player] balance' #this is right and left click
  '12':
    material: BEACON
    slot: 12
    display_name: '&eView available houses'
    click_commands: #this is right and left click
      - '[player] as info forrent' #idk what's this command, if this is console command, then change [player] to [console]
  '14':
    material: BOOKSHELF
    slot: 14
    display_name: '&eVisit Decorations shop'
    click_commands: #this is right and left click
      - '[player] warp furniture'
  '16':
    material: OAK_WOOD
    slot: 16
    display_name: '&eVisit mall'
    click_commands: #this is right and left click
      - '[player] warp mall'```