#Can someone help me figure out why this deluxe menu config doesnt work?

1 messages · Page 1 of 1 (latest)

thin pelican
#

Have had multiple people try to help to no avail, on 1.20.4 with latest deluxemenus version, the placeholders 100% parse correctly. (even if I do %player_name% output: dusttt as the condition it doesnt work)

warm magnet
#

you NEED click_commands for click_requirement to execute

#

move the sound to click commands, since it's the same for all

#

click_commands gets aligned with click_requirement

thin pelican
#

A little confused

thin pelican
warm magnet
#

no

#

your success commands are different

#

they are dependant on the requirement

thin pelican
#

Oh you mean I need to have a click command in general

warm magnet
#

click_requirement does not even run unless there are click_commands defined

thin pelican
#

sickkk thank you !

#

do you know by chance why my sounds arent running ?

#

they work through playsound

warm magnet
#

use playsound then

#

[sound] <sound> <volume> <pitch>

#

also, that's the syntax it says

#

seems you only have part of it but 🤷‍♀️

#

no reason not to use playsound if it works

thin pelican
#

well it works ingame when i type /playsound x xx

thin pelican
#

still didnt work with volume so ig ill try playsound

warm magnet
#

<> usually denotes to required information

thin pelican
#

gocha

warm magnet
#

at least for all our wikis

thin pelican
#

yeah playsound doesnt work it just says its too far away to be heard :/

warm magnet
#

hmm what did you try

#

[console] playsound mythic:gui_click block %player_name%

#

i had this written up

thin pelican
#
  • "[console] playsound mythic:gui_click ambient %player_name%"
warm magnet
#

[console] playsound mythic:gui_click ambient %player_name% %player_x% %player_y% %player_z%

thin pelican
#

will try

#

yep that worked! tho wouldnt that also have everybody else hear the sound nearby

warm magnet
#

the target is the player so i don't believe so

thin pelican
#

alrighty then yeah that'd work! appreciate that