mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-23 17:09:27 +00:00
Updated libreforge
This commit is contained in:
@@ -62,7 +62,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.35.1'
|
compileOnly 'com.willfp:eco:6.35.1'
|
||||||
implementation 'com.willfp:libreforge:3.43.1'
|
implementation 'com.willfp:libreforge:3.44.0'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ import com.willfp.ecobosses.util.TopDamagerListener
|
|||||||
import com.willfp.libreforge.LibReforgePlugin
|
import com.willfp.libreforge.LibReforgePlugin
|
||||||
import org.bukkit.event.Listener
|
import org.bukkit.event.Listener
|
||||||
|
|
||||||
class EcoBossesPlugin : LibReforgePlugin(525, 10635, "&9") {
|
class EcoBossesPlugin : LibReforgePlugin() {
|
||||||
val ecoBossesYml: EcoBossesYml
|
val ecoBossesYml: EcoBossesYml
|
||||||
|
|
||||||
init {
|
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: 525
|
||||||
|
bstats-id: 10635
|
||||||
|
color: "&9"
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
version = 8.28.1
|
version = 8.29.0
|
||||||
plugin-name = EcoBosses
|
plugin-name = EcoBosses
|
||||||
Reference in New Issue
Block a user