This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Releases: ClobberXD/hud_notify
Releases · ClobberXD/hud_notify
v1.1.1
v1.1
Changelog
- Numerous improvements and fixes. Here are the major ones:
- Separated chat-command def from the HUD management code
minetest.after
has been removed in favour of a lightweight globalstep.
- Added support for server-wide notifications.
- Global notifications can be sent to all online players using
/notify_all <msg>
- Global notifications can be sent to all online players using
First release (v1.0)
Fixed potential crash due to player leave Prevents crash if player leaves before minetest.after() is finished