mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-19 23:19:17 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3fc8569f9 | ||
|
|
a2eb10c1f2 | ||
|
|
a1fe7ffdc0 | ||
|
|
ebf26ae8ca | ||
|
|
10ce71bb08 | ||
|
|
5432d066b3 | ||
|
|
0a0d1d8764 | ||
|
|
5619859b42 | ||
|
|
c6a6fc4201 | ||
|
|
b4c81d7874 |
@@ -38,7 +38,7 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("com.willfp:eco:6.53.0")
|
||||
compileOnly("com.willfp:eco:6.56.0")
|
||||
compileOnly("org.jetbrains:annotations:23.0.0")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
|
||||
}
|
||||
|
||||
@@ -42,11 +42,13 @@ class EcoBossesPlugin : LibreforgePlugin() {
|
||||
)
|
||||
}
|
||||
|
||||
override fun handleEnable() {
|
||||
override fun handleLoad() {
|
||||
Effects.register(EffectBossDropChanceMultiplier)
|
||||
Triggers.register(TriggerKillBoss)
|
||||
Triggers.register(TriggerSpawnBoss)
|
||||
}
|
||||
|
||||
override fun handleEnable() {
|
||||
registerHolderProvider { it.bossHolders }
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Sun Apr 09 18:19:30 AST 2023
|
||||
#Sat Apr 29 17:19:28 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.2.6
|
||||
version=9.2.6
|
||||
libreforge-version=4.7.0
|
||||
version=9.7.0
|
||||
|
||||
Reference in New Issue
Block a user