Skip to content

Commit 1422d42

Browse files
docs: More docs for FancyDialogs
1 parent 474a1c3 commit 1422d42

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

docs/src/fancydialogs/tutorials/open-dialog-npc-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
icon: dot
3-
order: 9
3+
order: 7
44
---
55

66
# Open dialog npc action
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
icon: dot
3+
order: 8
4+
---
5+
6+
# Quick actions
7+
8+
FancyDialogs doesn't support the quick-actions hotkey, but has a command to open a quick action dialog.
9+
To open the quick actions dialog, use the command: `/qa` or `/quickactions`.
10+
11+
You can customize the quick actions dialog in the `plugins/FancyDialogs/data/dialogs/quick_actions.json` file.
12+
13+
If you want to disable the quick actions dialog, you can set the `disable-quick-actions-dialog` option to true in the `plugins/FancyDialogs/featureFlags.yml` file.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
icon: dot
3+
order: 9
4+
---
5+
6+
# Welcome dialog
7+
8+
You can configure a dialog to be shown to players when they join the server for the first time.
9+
A default welcome dialog is included with FancyDialogs, but you can customize it or create your own welcome dialog.
10+
11+
You can find the default welcome dialog in the `plugins/FancyDialogs/data/dialogs/welcome.json` file.
12+
Feel free to edit this file to customize the welcome dialog to your liking.
13+
14+
If you want to use another dialog as the welcome dialog, you can change the id in the `plugins/FancyDialogs/config.yml` file by changing the `welcome_dialog_id` option to the ID of your desired dialog.
15+
16+
To completely disable the welcome dialog, you can set the `disable-welcome-dialog` to true in the `plugins/FancyDialogs/featureFlags.yml` file.

0 commit comments

Comments
 (0)