FancyInnovations / FancyInnovations/FancyPlugins
Bug: Close_Timeout of 0 breaks Dialog After actions
- Dominant language
- Java
- Stars
- 88
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
### In which plugin has the error occurred?
FancyDialogs
### What happened?
Setting `"afterAction":"none"` or `"wait_for_response"` causes this warning in console and still closes the dialog.
[FancyDialogs] (Netty Epoll Server IO #1) WARN: Received action for dialog: colorpicker but it is not opened for player: Go_ing``
Also currently it only tries to use this after action thing for buttons when in vanilla, after action applies also to click events in the body text. So ideally it should check for either.
### In which software has the error occurred?
Paper
### Plugin version
1.1.0.40
### Server version
This server is running Paper version 1.21.10-115-main@af06383 (2025-11-21T23:42:01Z) (Implementing API version 1.21.10-R0.1-SNAPSHOT) You are 2 version(s) behind Download the new version at: https://papermc.io/downloads/paper Previous version: 1.21.10-105-1f31ee5 (MC: 1.21.10)
### Relevant log output
```shell
[18:09:54 INFO]: Go_ing issued server command: /fancydialogs storage reload
[18:09:56 INFO]: Go_ing issued server command: /dialog open colorpicker
[18:09:58 INFO]: [FancyDialogs] (Netty Epoll Server IO #1) WARN: Received action for dialog: colorpicker but it is not opened for player: Go_ing
```
Contributor guide
Assessment
This issue has not been assessed yet.