mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Update fancydialogs.md
This commit is contained in:
@@ -23,8 +23,8 @@ The plugin will only for **Paper** servers on **1.21.6** or newer!
|
||||
|
||||
**Core advantages of FancyDialogs:**
|
||||
- Simple custom dialog creation (in JSON format or in code)
|
||||
- Many different dialog types (simple, notice, confirmation, form, etc.)
|
||||
- A lot of different dialog components (text, buttons, input fields, etc.)
|
||||
- Custom button actions (e.g. run commands, give items, open other dialogs)
|
||||
- MiniMessages and PlaceholderAPI support
|
||||
|
||||
### For servers
|
||||
@@ -32,13 +32,13 @@ The plugin will only for **Paper** servers on **1.21.6** or newer!
|
||||
If you use FancyDialogs as a plugin, you can take advantage of the following features:
|
||||
- Dialog as welcome-screen for players joining the first time
|
||||
- Custom tutorial dialogs
|
||||
- Integration with FancyNpcs and FancyAnalytics
|
||||
- FancyNpcs 'open_dialog' action for NPCs
|
||||
|
||||
### For plugin developers
|
||||
|
||||
If you are a plugin developer and want to spice up your plugin with dialogs, you can use FancyDialogs as a library.
|
||||
|
||||
You can define default dialogs, which will be persisted in the `plugins/FancyDialogs/dialogs` folder.
|
||||
You can define default dialogs, which will be persisted in the `plugins/FancyDialogs/data/dialogs` folder.
|
||||
This allows server administrators to customize the dialogs for their server.
|
||||
You can then use the dialogs in your plugin and show them to the players whenever you want.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user