
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...
Downloads
5
Remixes
0
Price
Free
neoforge · Server · 1.21.1 · mod
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 withwelcomeMessage(string) andkit(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.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...