From 45da06bfe0192cd674519b165629be1d07e23174 Mon Sep 17 00:00:00 2001 From: nlkomaru Date: Tue, 31 Mar 2026 14:43:09 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20missing=20dependencies=20t?= =?UTF-8?q?o=20MineAuth=20addon=20repo=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add softDependencies for integration targets (GriefPrevention, QuickShop-Hikari, BetonQuest, VotingPlugin) - Add defaultVersion: "sync:MineAuth" for version sync with parent Closes #266 --- repo/public/paper/plugins/MineAuth-addon-betonquest.json | 6 +++++- .../paper/plugins/MineAuth-addon-griefprevention.json | 6 +++++- .../paper/plugins/MineAuth-addon-quickshop-hikari.json | 6 +++++- repo/public/paper/plugins/MineAuth-addon-voting-plugin.json | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/repo/public/paper/plugins/MineAuth-addon-betonquest.json b/repo/public/paper/plugins/MineAuth-addon-betonquest.json index 5e6385c..dcee246 100644 --- a/repo/public/paper/plugins/MineAuth-addon-betonquest.json +++ b/repo/public/paper/plugins/MineAuth-addon-betonquest.json @@ -10,5 +10,9 @@ ], "dependencies": [ "MineAuth" - ] + ], + "softDependencies": [ + "BetonQuest" + ], + "defaultVersion": "sync:MineAuth" } diff --git a/repo/public/paper/plugins/MineAuth-addon-griefprevention.json b/repo/public/paper/plugins/MineAuth-addon-griefprevention.json index 7f433be..59a75a0 100644 --- a/repo/public/paper/plugins/MineAuth-addon-griefprevention.json +++ b/repo/public/paper/plugins/MineAuth-addon-griefprevention.json @@ -10,5 +10,9 @@ ], "dependencies": [ "MineAuth" - ] + ], + "softDependencies": [ + "GriefPrevention" + ], + "defaultVersion": "sync:MineAuth" } diff --git a/repo/public/paper/plugins/MineAuth-addon-quickshop-hikari.json b/repo/public/paper/plugins/MineAuth-addon-quickshop-hikari.json index 0bb3b46..7f0fd33 100644 --- a/repo/public/paper/plugins/MineAuth-addon-quickshop-hikari.json +++ b/repo/public/paper/plugins/MineAuth-addon-quickshop-hikari.json @@ -10,5 +10,9 @@ ], "dependencies": [ "MineAuth" - ] + ], + "softDependencies": [ + "QuickShop-Hikari" + ], + "defaultVersion": "sync:MineAuth" } diff --git a/repo/public/paper/plugins/MineAuth-addon-voting-plugin.json b/repo/public/paper/plugins/MineAuth-addon-voting-plugin.json index a2456cd..fab4264 100644 --- a/repo/public/paper/plugins/MineAuth-addon-voting-plugin.json +++ b/repo/public/paper/plugins/MineAuth-addon-voting-plugin.json @@ -10,5 +10,9 @@ ], "dependencies": [ "MineAuth" - ] + ], + "softDependencies": [ + "VotingPlugin" + ], + "defaultVersion": "sync:MineAuth" }