9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-27 02:49:22 +00:00

Added getMinimumEcoVersion

This commit is contained in:
Auxilor
2021-12-04 15:43:15 +00:00
parent a43b2f684e
commit 12dec31b44

View File

@@ -105,4 +105,9 @@ public class EcoArmorPlugin extends EcoPlugin {
protected @Nullable DisplayModule createDisplayModule() {
return new ArmorDisplay(this);
}
@Override
public String getMinimumEcoVersion() {
return "6.15.0";
}
}