mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
---
|
|
order: 10
|
|
icon: info
|
|
---
|
|
# Getting started
|
|
|
|
!!!danger
|
|
Be aware, that only Paper and Folia is supported, but the plugin should work on any of its forks (like Purpur or Pufferfish). Spigot, Bukkit, Sponge and Fabric is not supported.
|
|
!!!
|
|
|
|
## Installation
|
|
|
|
To install FancyDialogs, you need to download the latest version from one of the following sources:
|
|
|
|
[!button size="s" icon="download" iconAlign="left" text="Modrinth" target="blank"](https://modrinth.com/plugin/fancydialogs/versions)
|
|
|
|
[!button size="s" icon="download" iconAlign="left" text="Hangar" target="blank"](https://hangar.papermc.io/Oliver/FancyDialogs/versions)
|
|
|
|
After downloading the plugin, you can install it by placing the downloaded file in the `plugins` folder of your server.
|
|
|
|
Restart your server and you are ready to go!
|
|
|
|
To check if the plugin is installed correctly, you can use the command `/fancydialogs version`. If the plugin is installed correctly, it will show you the version of the plugin.
|
|
|
|
## Create your first dialog
|
|
|
|
FancyDialogs come with some default dialogs, which you can use to get started. You can find them in the `plugins/FancyDialogs/data/dialogs` folder.
|
|
You can also create your own dialogs by creating a new file in this folder.
|
|
|
|
FancyDialogs uses a simple JSON format to define dialogs. Read the [JSON Schema](tutorials/json-schema.md) tutorial to learn more about the format. |