Initial commit: Welcome Screen mod v1.1.0
All checks were successful
Build VS Mod / build (push) Successful in 14s

- Welcome screen GUI dialog on player join
- Markdown to VTML converter
- Mod checker (recommended/blacklisted mods)
- HOME key to reopen
- CI/CD pipeline for build + release
This commit is contained in:
Axel Meyer
2026-02-24 17:28:10 +00:00
commit 253ec52411
10 changed files with 754 additions and 0 deletions

11
resources/modinfo.json Normal file
View File

@@ -0,0 +1,11 @@
{
"type": "code",
"modid": "welcomescreen",
"name": "Welcome Screen",
"version": "1.1.0",
"description": "Shows a welcome screen with server rules and info when players join. Includes mod checker that compares client mods against recommended/blacklisted mods. Content loaded from Markdown, rendered as VTML. Press HOME to reopen.",
"authors": ["Calic"],
"side": "universal",
"requiredOnClient": true,
"requiredOnServer": true
}