Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 10 months ago
All versions
1.0.0
Release
Welcome Mod 1.0.010 months ago 99
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, with versioning following Semantic Versioning.
[Unreleased]
Added
- Support for in-game config editing via MidnightLib GUI
- Broadcast overlay option for welcome messages
- Custom placeholder support for
%permission,%max,%cur
Changed
- Updated default messages to use Minecraft color codes more cleanly
- Internal refactoring of placeholder replacement logic
Fixed
- Ensured config file auto-creates if missing
- Fixed NPE when server name is null
[1.0.0] – 2025-10-12
Added
- Initial release of Welcome Mod
- Features:
- Broadcast welcome message to all players
- Personal welcome message to joining player
- Overlay support
- Dynamic placeholders:
%player,%server,%permission,%max,%cur
- JSON config file with default options
- MidnightLib integration (config GUI)
- Compatibility with Fabric loader, Java ≥ 21
Changed
- —
Fixed
- —
[0.1.0] – 2025-10-05
Added
- Basic mod scaffolding
- Placeholder support for
%playerand%server - Simple broadcast welcome message
Changed
- —
Fixed
- —
How to version
- Major version when you make incompatible API changes
- Minor version when you add functionality in a backwards-compatible manner
- Patch version when you make backwards-compatible bug fixes
Attribution
- Inspired by community mods that support welcome messages
- Uses MidnightLib for config GUI
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:SRRLAhl1:5eJeL6Pz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SRRLAhl1:5eJeL6Pz"
}

