Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this tutorial, we will explore the JSON schema used by FancyDialogs to define
This schema provides a structured way to create fancy dialogs.

<Callout>
The Community has created an experimental web editor for FancyDialogs. Feel free to check it out at [https://fd-web-editor.vercel.app/](https://fd-web-editor.vercel.app/) and give feedback!
The Community has created an experimental web editor for FancyDialogs. Feel free to check out the updated version at [fancydialogs.vercel.app](https://fancydialogs.vercel.app/) and give feedback! (Original: [TSERATO/FancyDialogs-Web-Editor](https://github.com/TSERATO/FancyDialogs-Web-Editor) [fd-web-editor.vercel.app](https://fd-web-editor.vercel.app/))
</Callout>

## Example Dialog
Expand Down Expand Up @@ -130,4 +130,4 @@ Available actions include:
- `player_command`: Executes a command as the player (set `data` to the command)
- `open_dialog`: Opens another dialog (set `data` to the ID of the dialog to open)
- `open_random_dialog`: Opens another dialog (set `data` to a list of dialog IDs separated by commas: 'dialog1,dialog2,dialog3')
- `send_to_server`: Sends the player to another server (requires BungeeCord or Velocity) (set `data` to the server name)
- `send_to_server`: Sends the player to another server (requires BungeeCord or Velocity) (set `data` to the server name)