Skip to content

voxel/voxel-health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voxel-health

Stores player health value (voxel.js plugin)

Build Status

(for UI, see also voxel-health-bar)

Usage

Load with voxel-plugins, options:

  • maxHealth (10), minHealth (0): valid health value range, outside will be clamped
  • startHealth (defaults to maxHealth): initial starting health value

API

Methods:

  • hurt(amount)
  • heal(amount)

Events:

  • health: emitted with new and old value on any change
  • hurt, heal: emitted when hurt and healed, respectively
  • die: emitted when health reaches minimum

License

MIT

About

store player health (voxel.js plugin)

Resources

Stars

Watchers

Forks

Packages

No packages published