diff --git a/pom.xml b/pom.xml
index 81d0133..a70d71d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.glyart.authmevelocity
parent
pom
- 2.0.1
+ 2.1.0
11
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 6d3321a..ea399c5 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -5,7 +5,7 @@
parent
com.glyart.authmevelocity
- 2.0.1
+ 2.1.0
4.0.0
diff --git a/proxy/src/main/resources/velocity-plugin.json b/proxy/src/main/resources/velocity-plugin.json
index 6d37123..0743eea 100644
--- a/proxy/src/main/resources/velocity-plugin.json
+++ b/proxy/src/main/resources/velocity-plugin.json
@@ -9,6 +9,10 @@
{
"id":"fastlogin",
"optional":true
+ },
+ {
+ "id":"miniplaceholders",
+ "optional":true
}
],
"main":"com.glyart.authmevelocity.proxy.AuthMeVelocityPlugin"
diff --git a/spigot/pom.xml b/spigot/pom.xml
index 2b266a5..94c7b94 100644
--- a/spigot/pom.xml
+++ b/spigot/pom.xml
@@ -5,7 +5,7 @@
parent
com.glyart.authmevelocity
- 2.0.1
+ 2.1.0
4.0.0
diff --git a/spigot/src/main/resources/plugin.yml b/spigot/src/main/resources/plugin.yml
index db26376..ad850ab 100644
--- a/spigot/src/main/resources/plugin.yml
+++ b/spigot/src/main/resources/plugin.yml
@@ -3,5 +3,6 @@ authors: [xQuickGlare, 4drian3d]
version: ${project.version}
main: com.glyart.authmevelocity.spigot.AuthMeVelocityPlugin
depend: [AuthMe]
+soft-depend: [MiniPlaceholders]
# pls, dont use outdated versions, use 1.16.5+
api-version: 1.13
\ No newline at end of file