chore: declare commandhook dependency, mark server-side

This commit is contained in:
2026-06-29 07:31:41 +02:00
parent 6b72350dfe
commit a46c0ea8a8
+6 -4
View File
@@ -3,12 +3,14 @@
"type": "Code",
"modid": "claimlink",
"name": "ClaimLink",
"side": "Server",
"authors": [
"Unknown"
"anth64"
],
"description": "To be added",
"version": "1.0.0",
"description": "Link claims together with groups.",
"version": "0.0.0",
"dependencies": {
"game": "1.21.0"
"game": "1.22.3",
"commandhook": "2.1.0"
}
}