deoxxa / jsmc

Pure JavaScript Minecraft server
Other
82 stars 14 forks source link

Added falling damage #23

Closed nickpoorman closed 11 years ago

nickpoorman commented 11 years ago

There are three new plugins.

player-fall - When a user falls determines damage to be done and fires a damage event on the player. player-abilities - Used to keep track of when the user is flying for player-fall. player-health - Modifies the player health on damage events.

deoxxa commented 11 years ago

Looks good, merging.