We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa63e1a commit bba9c93Copy full SHA for bba9c93
pom.xml
@@ -88,6 +88,13 @@
88
<version>1.19.2-R0.1-SNAPSHOT</version>
89
<scope>provided</scope>
90
</dependency>
91
+ <dependency>
92
+ <groupId>net.md-5</groupId>
93
+ <artifactId>bungeecord-api</artifactId>
94
+ <version>1.19-R0.1-SNAPSHOT</version>
95
+ <type>jar</type>
96
+ <scope>provided</scope>
97
+ </dependency>
98
<dependency>
99
<groupId>fr.mrmicky</groupId>
100
<artifactId>fastboard</artifactId>
@@ -132,5 +139,11 @@
132
139
<artifactId>annotations</artifactId>
133
140
<version>23.0.0</version>
134
141
142
143
+ <groupId>net.william278</groupId>
144
+ <artifactId>Annotaml</artifactId>
145
+ <version>2.0.1</version>
146
+ <scope>compile</scope>
147
135
148
</dependencies>
136
149
</project>
0 commit comments