From ece5213a87eabf0e0f3103c57f9ce0c48fa80f81 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Mon, 14 Oct 2024 11:33:40 +0800 Subject: [PATCH] feat: use macro in plugin.json and update author list --- platforms/allay/src/main/resources/plugin.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platforms/allay/src/main/resources/plugin.json b/platforms/allay/src/main/resources/plugin.json index 74244e4c1..284639c27 100644 --- a/platforms/allay/src/main/resources/plugin.json +++ b/platforms/allay/src/main/resources/plugin.json @@ -1,8 +1,8 @@ { - "entrance": "org.allaymc.terra.allay.TerraAllayPlugin", - "name": "Terra", - "authors": [ - "daoge_cmd" - ], - "version": "1.0.1" + "entrance": "org.allaymc.terra.allay.TerraAllayPlugin", + "name": "Terra", + "authors": ["daoge_cmd", "dfsek", "duplexsystem", "Astrash", "solonovamax", "Sancires", "Aureus", "RogueShade"], + "version": "@VERSION@", + "description": "@DESCRIPTION@", + "website": "@WIKI@" } \ No newline at end of file