Description
A no fall damage plugin.
This plugin allows you to disable fall damage for yourself or others, with simple permissions to control who has access. Jelly legs would be a great donator perk!
Support
Configuration
Donate
Want to support me? Consider becoming a sponsor or make a one time donation via PayPal!
A no fall damage plugin.
This plugin allows you to disable fall damage for yourself or others, with simple permissions to control who has access. Jelly legs would be a great donator perk!
Support
Configuration
YAML:
# ==============================================
# JellyLegs by lukeeey
# https://github.com/lukeeey/JellyLegs
# ==============================================
messages:
fall-damage-enabled: "&cYou can now take fall damage"
fall-damage-disabled: "&aYou can no longer take fall damage"
fall-damage-enabled-other: "&cPlayer '{player}' can now take fall damage"
fall-damage-disabled-other: "&aPlayer '{player}' can no longer take fall damage"
player-not-found: "&cPlayer not found"
damage-taken: "&7You survived a fall that would have caused &4{damage} hearts&7 of damage!"
# Whether or not to show a message telling the player the amount of damage they
# WOULD have taken if they did not have JellyLegs.
# -
# The message displayed can be edited above.
show-damage-taken-message: true
Want to support me? Consider becoming a sponsor or make a one time donation via PayPal!