Updated to eco 5.7.1

This commit is contained in:
Auxilor 2021-07-18 16:30:15 +01:00
parent 4eee17316f
commit 6a87de13a2
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:5.7.0'
compileOnly 'com.willfp:eco:5.7.1'
compileOnly 'org.jetbrains:annotations:19.0.0'

View File

@ -10,6 +10,7 @@ import org.bukkit.attribute.AttributeInstance;
import org.bukkit.attribute.AttributeModifier;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.inventory.ItemStack;
import org.jetbrains.annotations.NotNull;
import java.util.UUID;