Dialog Questions #3167
-
|
Guys does anyone know how to use Dialogs and accessing button callback/input dialogs' Input?? The Dialog inside Minestom API is so undocumented and confusing I just kind of gave up |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
https://github.com/Minestom/Minestom/releases/tag/2025.07.10-1.21.7 There is some information on how to use the api in this release's notes |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, the Dialog API in Minestom is pretty confusing because the documentation is minimal. So basically, button callbacks are handled through the dialog response listener or event. For input dialogs you would need to read the value from the response object that is sent back by the client.
This is it. I've double checked it with ChatGPT and this much should do. Hope this helps🙂 |
Beta Was this translation helpful? Give feedback.
https://github.com/Minestom/Minestom/releases/tag/2025.07.10-1.21.7
There is some information on how to use the api in this release's notes