mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
docs: More docs for FancyDialogs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
icon: dot
|
icon: dot
|
||||||
order: 9
|
order: 7
|
||||||
---
|
---
|
||||||
|
|
||||||
# Open dialog npc action
|
# Open dialog npc action
|
||||||
|
|||||||
13
docs/src/fancydialogs/tutorials/quick-actions.md
Normal file
13
docs/src/fancydialogs/tutorials/quick-actions.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
icon: dot
|
||||||
|
order: 8
|
||||||
|
---
|
||||||
|
|
||||||
|
# Quick actions
|
||||||
|
|
||||||
|
FancyDialogs doesn't support the quick-actions hotkey, but has a command to open a quick action dialog.
|
||||||
|
To open the quick actions dialog, use the command: `/qa` or `/quickactions`.
|
||||||
|
|
||||||
|
You can customize the quick actions dialog in the `plugins/FancyDialogs/data/dialogs/quick_actions.json` file.
|
||||||
|
|
||||||
|
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.
|
||||||
16
docs/src/fancydialogs/tutorials/welcome-dialog.md
Normal file
16
docs/src/fancydialogs/tutorials/welcome-dialog.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
icon: dot
|
||||||
|
order: 9
|
||||||
|
---
|
||||||
|
|
||||||
|
# Welcome dialog
|
||||||
|
|
||||||
|
You can configure a dialog to be shown to players when they join the server for the first time.
|
||||||
|
A default welcome dialog is included with FancyDialogs, but you can customize it or create your own welcome dialog.
|
||||||
|
|
||||||
|
You can find the default welcome dialog in the `plugins/FancyDialogs/data/dialogs/welcome.json` file.
|
||||||
|
Feel free to edit this file to customize the welcome dialog to your liking.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
To completely disable the welcome dialog, you can set the `disable-welcome-dialog` to true in the `plugins/FancyDialogs/featureFlags.yml` file.
|
||||||
Reference in New Issue
Block a user