Mineclonia/mods/playerplus
Wuzzy 8160896e46 Add basic soul sand 2017-02-09 01:56:55 +01:00
..
README.md Add playerplus variant (suffocation + cactus dmg) 2017-01-16 11:36:30 +01:00
depends.txt Rename mod: default to mcl_core 2017-01-31 23:32:56 +01:00
description.txt Add playerplus variant (suffocation + cactus dmg) 2017-01-16 11:36:30 +01:00
init.lua Add basic soul sand 2017-02-09 01:56:55 +01:00
license.txt Add playerplus variant (suffocation + cactus dmg) 2017-01-16 11:36:30 +01:00

README.md

PlayerPlus mod for MineClone 2

Features

  • Hurt players touching cacti (0.5 hearts / 0.5s)
  • Suffocation: Hurt players who have their head inside a solid block (0.5 hearts / 0.5s)

Suffocation not dealt to player with the noclip privilege.

Notes

This mod is based on PlayerPlus [playerplus] by TenPlus1. It behaves a bit differently than the original, but the API is fully compatible.

API

Every half second the mod checks which node the player is standing on, which node is at foot and head level and stores inside a global table to be used by mods:

  • playerplus[name].nod_stand
  • playerplus[name].nod_foot
  • playerplus[name].nod_head

Setting the group disable_suffocation=1 disables suffocation for nodes which would otherwise deal suffocation damage.

License

WTFPL.