#did i do something wrong?

1 messages ยท Page 1 of 1 (latest)

sullen dust
#

@fathom otter

fathom otter
#

dont ping staff

sullen dust
#

sorry

lean bronze
#

you can only register a single command (which will work) from what i know

lean bronze
#

also, make sure to restart your server so the command gets registered

lean bronze
#

its open_command its for a single command

#

if you assign a 2nd one, the 2nd one wont apply changes that you do to it

#

so for example if you add more items to it and run /ts it wont show the same thing that it will do if you run /tokenshop

#

its a known issue i believe

#

bliz already knows about it

#

i mean yes its possible to use

#

but it has issues so its recommended (for now) to not use it

#

plugins.yml is always an alternative tbh

sullen dust
#

Im trying to make a simple menu like this

#

Maybe someone can inspect my .yml above

#

And fix it too would be nice ๐Ÿ™‚

sullen dust
#

yo why are these channels always so fucking dead

#

like if minecraft is so dead, why not just stop servers

wise vessel
#

What's the issue?

wise vessel
sullen dust
# wise vessel Bro, open_command is for any command that you want to open a menu using. All u h...

well i had the # A DeluxeMenus advanced configuration guide
#=========================================================
menu_title: '&dVote Token Shop'
register_command: true
open_command:

  • tokenshop
    open_commands: []
    size: 8

as always, only cool people can open this menu ๐Ÿ™‚

'enchants':
material: ENCHANTED_BOOK
slot: 1
priority: 1

hide_attributes: true
display_name: '&#D408FB&lE&#C113FB&ln&#AD1DFC&lc&#9A28FC&lh&#8733FC&la&#743DFD&ln&#6048FD&lt&#4D52FE&lm&#3A5DFE&le&#2768FE&ln&#1372FF&lt&#007DFF&ls'
lore:
  - '&aClick'
left_click_commands:
  - '[openguimenu] chatcolorbuy'

'items':
material: NETHERITE_PICKAXE
slot: 3
priority: 1

hide_attributes: true
display_name: '&#08FBD8&lI&#06FCB0&lt&#04FD87&le&#02FE5F&lm&#00FF36&ls'
lore:
  - '&aClick'
left_click_commands:
  - '[openguimenu] claimblocks'

'perks':
material: AMETHYST_SHARD
slot: 5
priority: 1

hide_attributes: true
display_name: '&#DF505F&lP&#E73C81&le&#EF28A4&lr&#F714C6&lk&#FF00E8&ls'
lore:
  - '&aClick'
left_click_commands:
  - '[openguimenu] claimblocks'
wise vessel
#

What exactly is the issue?

#
#=========================================================
menu_title: '&dVote Token Shop'
register_command: true
open_command:
  - tokenshop
open_commands: []
size: 8
# as always, only cool people can open this menu ๐Ÿ™‚
  'enchants':
    material: ENCHANTED_BOOK
    slot: 1
    priority: 1

    hide_attributes: true
    display_name: '&#D408FB&lE&#C113FB&ln&#AD1DFC&lc&#9A28FC&lh&#8733FC&la&#743DFD&ln&#6048FD&lt&#4D52FE&lm&#3A5DFE&le&#2768FE&ln&#1372FF&lt&#007DFF&ls'
    lore:
      - '&aClick'
    left_click_commands:
      - '[openguimenu] chatcolorbuy'
 
  'items':
    material: NETHERITE_PICKAXE
    slot: 3
    priority: 1

    hide_attributes: true
    display_name: '&#08FBD8&lI&#06FCB0&lt&#04FD87&le&#02FE5F&lm&#00FF36&ls'
    lore:
      - '&aClick'
    left_click_commands:
      - '[openguimenu] claimblocks'
     
  'perks':
    material: AMETHYST_SHARD
    slot: 5
    priority: 1

    hide_attributes: true
    display_name: '&#DF505F&lP&#E73C81&le&#EF28A4&lr&#F714C6&lk&#FF00E8&ls'
    lore:
      - '&aClick'
    left_click_commands:
      - '[openguimenu] claimblocks'```
wise vessel
#

There's no such thing as size 8

#

@sullen dust ?

wise vessel
#

Okay wait

#
menu_title: '&dVote Token Shop'
register_command: true
open_command:
- tokenshop
- ts
- tshop
open_commands: []
size: 9
# as always, only cool people can open this menu ๐Ÿ™‚
  'enchants':
    material: ENCHANTED_BOOK
    slot: 1
    priority: 1
    hide_attributes: true
    display_name: '&#D408FB&lE&#C113FB&ln&#AD1DFC&lc&#9A28FC&lh&#8733FC&la&#743DFD&ln&#6048FD&lt&#4D52FE&lm&#3A5DFE&le&#2768FE&ln&#1372FF&lt&#007DFF&ls'
    lore:
    - '&7> &aClick'
    click_commands:
    - '[openguimenu] chatcolorbuy'
 
  'items':
    material: NETHERITE_PICKAXE
    slot: 3
    priority: 1
    hide_attributes: true
    display_name: '&#08FBD8&lI&#06FCB0&lt&#04FD87&le&#02FE5F&lm&#00FF36&ls'
    lore:
    - '&7> &aClick'
    click_commands:
    - '[openguimenu] claimblocks'
     
  'perks':
    material: AMETHYST_SHARD
    slot: 5
    priority: 1
    hide_attributes: true
    display_name: '&#DF505F&lP&#E73C81&le&#EF28A4&lr&#F714C6&lk&#FF00E8&ls'
    lore:
    - '&7> &aClick'
    click_commands:
    - '[openguimenu] claimblocks'```
#

@sullen dust it would be helpful if u told us what Commands u want to run for players, when they click certain stuff

sullen dust
#

well, o just put ramdom GUI Menus, those aren't actual menus

#

Commands are just open the menu to the next page

wise vessel
sullen dust
#

ohh do they all need to be connected in order for them to work?

#

because those ones are all fake

#

first one

#

enchantments

#

seonc one Items

#

third Perks

#

would like to access my host?

wise vessel
sullen dust
#

ok got u

wise vessel
#

Once you have the enchants menu figured out

#

Set a Command for the enchants menu

#

And then, in the selector menu, Do this "[player] enchants"

#

This is my preferred way