Welcome, mod. banner
Welcome, mod. icon

Welcome, mod.

When the player joins the server, send them a welcome message that's configured inside of a DML configuration file. Also, give the player a kit that's to...

00
neoforgeServer1.21.1mod

Welcome, mod.

  • Server-only NeoForge mod that greets players when they join and hands out a configurable kit.
  • Configuration lives in config/welcomemod.dml (created on first run). Format is JSON with welcomeMessage (string) and kit (array of { "item": "namespace:item", "count": number }).
  • On player login the mod sends the configured message and gives the listed kit. Counts are split across stacks; items that cannot be added are dropped at the player. Unknown or blank item ids are skipped and logged.
  • Config reloads when the file timestamp changes and is recreated with defaults if deleted. Defaults: message "Welcome to the server!", kit of 1 stone sword and 16 bread.

Server Validation

Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.