We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e52cc commit 931dfecCopy full SHA for 931dfec
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group 'me.dkim19375'
6
-version '2.3.1'
+version '2.3.2'
7
8
repositories {
9
mavenCentral()
@@ -19,4 +19,5 @@ dependencies {
19
compileOnly 'me.clip:placeholderapi:2.10.9'
20
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4'
21
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
22
+ implementation 'org.jetbrains:annotations:16.0.2'
23
0 commit comments