ci, fancydialogs: Add deployment config for FancyDialogs

This commit is contained in:
Oliver
2025-06-20 09:11:26 +02:00
parent f0e6c6d2c5
commit 2fbbdc2b88
7 changed files with 107 additions and 12 deletions

View File

@@ -2,6 +2,13 @@ Commit hash: %COMMIT_HASH%
Commit message: %COMMIT_MESSAGE%
Changes:
- Removed close action
- Added console_command, player_command and send_to_server actions
- Made dialog registry and action registry accessible from the API
- Added confirmation dialogs to certain commands
- Removed html encoding for default dialogs
*(The last commit message does not always directly reflect the changes related to this version.)*
Keep in mind that this is a snapshot version. Snapshot versions are **not** meant to be used in production. They are for **testing purposes only** and may contain bugs or incomplete features. Use at your own risk.

View File

@@ -1,3 +0,0 @@
- Added support for Minecraft 1.21.5
- Refactored config structure
- Added `update_visibility_interval` config option

View File

@@ -1 +1 @@
0.0.2
0.0.3

View File

@@ -1,16 +1,15 @@
{
"project_name": "FancyDialogs",
"project_id": "TODO",
"project_id": "Sx6YwpnK",
"plugin_jar_path": "../../../../plugins/fancydialogs/build/libs/FancyDialogs-%VERSION%.jar",
"changelog_path": "../../../../plugins/fancydialogs/CHANGELOG.md",
"version_path": "../../../../plugins/fancydialogs/VERSION",
"supported_versions":[
"supported_versions": [
"1.21.6"
],
"channel": "RELEASE",
"loaders": [
"paper",
"folia"
"paper"
],
"featured": false
}

View File

@@ -1,16 +1,15 @@
{
"project_name": "FancyDialogs",
"project_id": "TODO",
"project_id": "Sx6YwpnK",
"plugin_jar_path": "../../../../plugins/fancydialogs/build/libs/FancyDialogs-%VERSION%.jar",
"changelog_path": "../../../../plugins/fancydialogs/CHANGELOG-SNAPSHOT.md",
"version_path": "../../../../plugins/fancydialogs/VERSION",
"supported_versions":[
"supported_versions": [
"1.21.6"
],
"channel": "ALPHA",
"loaders": [
"paper",
"folia"
"paper"
],
"featured": false
}