Updated spigot

This commit is contained in:
Auxilor
2022-07-03 16:31:19 +01:00
parent 634f1c0d88
commit 7cb3acbcf0
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ version rootProject.version
dependencies {
compileOnly project(":eco-core:core-proxy")
compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
compileOnly 'commons-io:commons-io:2.8.0'
compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT'
compileOnly 'net.essentialsx:EssentialsX:2.19.0'

View File

@@ -176,6 +176,7 @@ public class EcoEnchantsPlugin extends LibReforgePlugin {
return (EnchantDisplay) Objects.requireNonNull(super.getDisplayModule());
}
@NotNull
@Override
public String getMinimumEcoVersion() {
return "6.35.1";