#Custom dialog not working.
1 messages · Page 1 of 1 (latest)
I'm not sure but maybe you have to add a / before the command
didn't work
I also tested the /say command which also didn't work
as well as /summon
and that is all I tested
do you have op?
what you have isn't setting the action to take when you click the button, it's setting the click event for the text on the button. you need to add an action field with the minecraft:run_command type to add behavior to the button itself
i'd recommend using misodes generator if you aren't
it is a single player world
Thanks.
BTW is non operator players able to run function command through dialogs?
no, dialog commands are run fully by the player so they use that players permission level. for most cases you'll want to use trigger commands instead of the command directly
dialogs cannot execute any chat commands (see wiki). You can run another function that does run a chat command however.
oh good to know