diff --git a/content/docs/minecraft-plugins/fancydialogs/tutorials/json-schema.mdx b/content/docs/minecraft-plugins/fancydialogs/tutorials/json-schema.mdx index 7f94d78..3bc5b26 100644 --- a/content/docs/minecraft-plugins/fancydialogs/tutorials/json-schema.mdx +++ b/content/docs/minecraft-plugins/fancydialogs/tutorials/json-schema.mdx @@ -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. - 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/)) ## Example Dialog @@ -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) \ No newline at end of file +- `send_to_server`: Sends the player to another server (requires BungeeCord or Velocity) (set `data` to the server name)