SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN

By: Doc <nachito94@msn.com>
This commit is contained in:
CraftBukkit/Spigot
2022-06-23 20:34:34 +10:00
parent c6f488dfd5
commit 23815db283
2 changed files with 70 additions and 0 deletions

View File

@@ -255,6 +255,13 @@
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<!-- annotations -->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
<version>23.0.0</version>
<scope>provided</scope>
</dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>