mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancydialogs: Add open_random_dialog action
This commit is contained in:
@@ -5,6 +5,10 @@ order: 1
|
||||
|
||||
# FancyDialogs v0.x.x
|
||||
|
||||
## v0.0.9 [!badge variant="info" text="2025-06-28"]
|
||||
|
||||
- Added `open_random_dialog` action to open a random dialog from a list
|
||||
|
||||
## v0.0.8 [!badge variant="info" text="2025-06-28"]
|
||||
|
||||
- Fixed permission for dialog command
|
||||
|
||||
@@ -127,4 +127,5 @@ Available actions include:
|
||||
- `console_command`: Executes a command as the console (set `data` to the command)
|
||||
- `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)
|
||||
Reference in New Issue
Block a user