File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/kotlin/com/mineinabyss/extracommands/commands Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11group =com.mineinabyss
2- version =0.9
3- idofrontVersion =0.25.24
2+ version =0.10
3+ idofrontVersion =0.26.0
Original file line number Diff line number Diff line change 11[versions ]
2- gearyPaper = " 0.31.3 "
2+ gearyPaper = " 0.32.1 "
33
44[libraries ]
55geary-papermc = { module = " com.mineinabyss:geary-papermc" , version.ref = " gearyPaper" }
66placeholderapi = " me.clip:placeholderapi:2.11.6"
7- huskhomes = " net.william278.huskhomes:huskhomes-bukkit:4.7 "
7+ huskhomes = " net.william278.huskhomes:huskhomes-bukkit:4.9.5 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.bukkit.attribute.Attribute
77fun RootIdoCommands.healCommand () {
88 " heal" {
99 playerExecutes {
10- player.health = player.getAttribute(Attribute .GENERIC_MAX_HEALTH )!! .value
10+ player.health = player.getAttribute(Attribute .MAX_HEALTH )!! .value
1111 player.foodLevel = 20
1212 player.saturation = 20f
1313 player.clearActivePotionEffects()
You can’t perform that action at this time.
0 commit comments