Skip to content

Commit 92ce7ee

Browse files
committed
fix: dependencies
1 parent c385acf commit 92ce7ee

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: ${name}
22
version: ${version}
33
author: "daviidooo"
4-
main: app.simplecloud.plugin.registration.bungee.BungeeServerRegistrationPlugin
4+
main: app.simplecloud.plugin.registration.bungee.BungeeServerRegistrationPlugin
5+
depends: [simplecloud-api]

registration-velocity/src/main/resources/velocity-plugin.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"daviidooo",
77
"MrManHD"
88
],
9-
"main": "app.simplecloud.plugin.registration.velocity.VelocityServerRegistrationPlugin"
9+
"main": "app.simplecloud.plugin.registration.velocity.VelocityServerRegistrationPlugin",
10+
"dependencies": [
11+
{
12+
"id": "simplecloud-api"
13+
}
14+
]
1015
}

0 commit comments

Comments
 (0)