mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-28 11:29:18 +00:00
Updated libreforge
This commit is contained in:
@@ -62,7 +62,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.34.0'
|
||||
implementation 'com.willfp:libreforge:3.43.1'
|
||||
implementation 'com.willfp:libreforge:3.44.0'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import com.willfp.ecoarmor.util.EffectListener
|
||||
import com.willfp.libreforge.LibReforgePlugin
|
||||
import org.bukkit.event.Listener
|
||||
|
||||
class EcoArmorPlugin : LibReforgePlugin(687, 10002, "&c") {
|
||||
class EcoArmorPlugin : LibReforgePlugin() {
|
||||
val ecoArmorYml: EcoArmorYml
|
||||
|
||||
init {
|
||||
|
||||
3
eco-core/core-plugin/src/main/resources/eco.yml
Normal file
3
eco-core/core-plugin/src/main/resources/eco.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
resource-id: 687
|
||||
bstats-id: 10002
|
||||
color: "&c"
|
||||
@@ -1,2 +1,2 @@
|
||||
version = 7.58.1
|
||||
version = 7.59.0
|
||||
plugin-name = EcoArmor
|
||||
Reference in New Issue
Block a user