File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/kotlin/com/mineinabyss/deeperworld/movement Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919 maven(" https://repo.mineinabyss.com/snapshots" )
2020 maven(" https://papermc.io/repo/repository/maven-public/" ) // Paper
2121 maven(" https://repo.codemc.org/repository/maven-public/" )
22- maven(" https://jitpack.io " )
22+ maven(" https://maven.enginehub.org/repo/ " ) // WorldGuard
2323}
2424
2525dependencies {
Original file line number Diff line number Diff line change 11group =com.mineinabyss
22version =0.11
3- idofrontVersion =0.25.24
3+ idofrontVersion =0.26.0-dev.2
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ object MovementHandler {
4242 ) {
4343 damage(0.01 ) // give a damage effect
4444 health = (health - deeperWorld.config.damageOutsideSections / 10 )
45- .coerceIn(0.0 , getAttribute(Attribute .GENERIC_MAX_HEALTH )?.value) // ignores armor
45+ .coerceIn(0.0 , getAttribute(Attribute .MAX_HEALTH )?.value) // ignores armor
4646 showTitle(
4747 Title .title(
4848 " You are not in a managed section" .miniMsg().color(NamedTextColor .RED ),
You can’t perform that action at this time.
0 commit comments