jakobkmar / KSpigot

Extended Spigot and Bukkit API for Kotlin
https://jakobkmar.github.io/KSpigot
GNU General Public License v3.0
138 stars 33 forks source link

maxHealth Extension Property #65

Closed eazypaulCode closed 6 months ago

eazypaulCode commented 6 months ago

Add maxHealth Extension Property to Player

jakobkmar commented 6 months ago

That property already exists, see realMaxHealth. If you want, you can add a setter for that property via this PR.