Go to file
AFCMS ff5b8fb44f fix CI 2021-07-22 16:01:42 +02:00
.github/workflows fix CI 2021-07-22 16:01:42 +02:00
.editorconfig improvements 2021-07-22 15:59:52 +02:00
.gitattributes Initial commit 2021-04-07 22:06:10 +02:00
.gitignore Initial commit 2021-04-07 22:06:10 +02:00
.luacheckrc improvements 2021-07-22 15:59:52 +02:00
LICENSE Initial commit 2021-04-07 22:06:10 +02:00
README.md improvements 2021-07-22 15:59:52 +02:00
init.lua improvements 2021-07-22 15:59:52 +02:00
mod.conf improvements 2021-07-22 15:59:52 +02:00
screenshot.png Create screenshot.png 2021-04-08 12:25:20 +02:00
settingtypes.txt Update settingtypes.txt 2021-05-24 10:05:24 +02:00

README.md

mcl_welcome_hud

ContentDB ContentDB

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