Skip to content

Commit 4190946

Browse files
docs: Add todo list for FancyDialogs
1 parent 1b2448f commit 4190946

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

docs/src/fancydialogs/fancydialogs.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
title: FancyDialogs
2+
title: FancyDialogs [WIP]
33
icon: browser
44
order: 90
5-
visibility: hidden
65
---
76

87
#
@@ -22,6 +21,11 @@ FancyDialogs uses the new dialog feature, Minecraft introduced in **1.21.6** and
2221
The plugin will only for **Paper** servers on **1.21.6** or newer!
2322
!!!
2423

24+
!!!warning
25+
FancyDialogs is still in development and some features are not yet implemented.
26+
See the [TODO](#todo) section for more information.
27+
!!!
28+
2529
**Core advantages of FancyDialogs:**
2630
- Simple custom dialog creation (in JSON format or in code)
2731
- A lot of different dialog components (text, buttons, input fields, etc.)
@@ -48,3 +52,16 @@ Common use cases are:
4852
- Confirmation dialogs for critical actions
4953
- Shop UIs (replacing inventories UIs)
5054
- Dialogs for quests
55+
56+
## TODO
57+
58+
- [X] Create dialogs in JSON format
59+
- [X] Create dialogs in code
60+
- [X] Customize dialog content and buttons
61+
- [X] Open dialogs for players (via commands or code)
62+
- [X] Welcome dialog for new players
63+
- [X] FancyNpcs integration (open_dialog action)
64+
- [ ] Add support for the quick action hotkey
65+
- [ ] Add tutorial features
66+
- [ ] Add input controls
67+
- [ ] Add button action system

0 commit comments

Comments
 (0)