chore: declare commandhook dependency, mark server-side
This commit is contained in:
@@ -3,12 +3,14 @@
|
|||||||
"type": "Code",
|
"type": "Code",
|
||||||
"modid": "claimlink",
|
"modid": "claimlink",
|
||||||
"name": "ClaimLink",
|
"name": "ClaimLink",
|
||||||
|
"side": "Server",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Unknown"
|
"anth64"
|
||||||
],
|
],
|
||||||
"description": "To be added",
|
"description": "Link claims together with groups.",
|
||||||
"version": "1.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"game": "1.21.0"
|
"game": "1.22.3",
|
||||||
|
"commandhook": "2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user