Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afcms/mcl_welcome_hud
Add a welcome bossbar in the HUD
https://github.com/afcms/mcl_welcome_hud
hud mineclone2 minetest minetest-mod server
Last synced: 2 days ago
JSON representation
Add a welcome bossbar in the HUD
- Host: GitHub
- URL: https://github.com/afcms/mcl_welcome_hud
- Owner: AFCMS
- License: gpl-3.0
- Created: 2021-04-08T09:03:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T14:11:44.000Z (over 3 years ago)
- Last Synced: 2024-11-01T09:42:16.520Z (about 2 months ago)
- Topics: hud, mineclone2, minetest, minetest-mod, server
- Language: Lua
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcl_welcome_hud
[![ContentDB](https://content.minetest.net/packages/AFCM/mcl_welcome_hud/shields/title/)](https://content.minetest.net/packages/AFCM/mcl_welcome_hud/)
[![ContentDB](https://content.minetest.net/packages/AFCM/mcl_welcome_hud/shields/downloads/)](https://content.minetest.net/packages/AFCM/mcl_welcome_hud/)Add a customisable welcome bossbar in the HUD
You can change the default message and color by adding a setting to your minetest.conf
mcl_welcome_hud.msg=Your message
mcl_welcome_hud.color=white
mcl_welcome_hud.timeout=6 (A value of 0 make the bar stay in place.)You can change these settings from the Settings tab.
WARNING: you need the MineClone2 `mcl_bossbars` mod for this mod to work