/jog

A highly configurable sprint mod for minetest with an API.

Primary LanguageLuaCreative Commons Zero v1.0 UniversalCC0-1.0

Jog – A highly configurable sprint mod for minetest with an API.

Allows players to sprint (duh!) by holding down the E key. Jog is compatible with (but does not require!) the hudbars mod.

License: CC0 (see LICENSE file)

API

Jog offers a small, simple API. The following functions are available:

  • jog.get_stamina(playername)
  • jog.set_stamina(playername, stamina)
  • jog.get_max_stamina(playername)
  • jog.set_max_stamina(playername)