Skip to content

Commit

Permalink
feat: use macro in plugin.json and update author list
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Oct 14, 2024
1 parent a01f700 commit ece5213
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions platforms/allay/src/main/resources/plugin.json
Original file line number Diff line number Diff line change
@@ -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@"
}

0 comments on commit ece5213

Please sign in to comment.