Tags
Creators
Details
All versions
1.4.17+mod
Release
[1.19] ~ 1.4.17 Mod3 years ago 499
Compatibility
Minecraft: Java Edition
1.19.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- New Feature: Shareable Stats! You can now view other players stats and share yours. Use the command
/trigger stats set memberIDherereplacingmemberIDherewith the member ID of an online player to view their stats. You can find your member ID by using/trigger stats, or setting it to be on tab/belowname display. - New Feature: Trimmed Armored Piglins! Armored piglins now have a chance of spawning in with their armor pieces trimmed. About 8% of all piglins will have trimmed armor, and bastion remnants will have 16% of all piglins with trimmed armor.
- New Feature: Playerlist Command! Use
/trigger playerlistto view a list of online players, the count of online players, and how many ever joined the server. Player names are color coded based on dimension (can be configured) and creative/spectator mode players are categorized.
- The world's difficulty is now viewable in the gamerules menu on page 1 of the Minecraft gamerules
- Gamerules menu is now much more "compressed" with 8 gamerules displayed per page now instead of 5. This was done to prevent having to flip through so many pages, which the server can consider as spam and kick you out.
- Wands Menu has been decluttered a bit and two new mob related wands have been added
- /trigger stats command now displays your member join number if the world is multiplayer
- /trigger stats command added an XP stat (mainly for the viewing of other players)
- Page 1 of the viewable gamerules menu now displays the correct number of pages left (1/9 instead of 1/8)
- Tips are now entirely disabled by default
- Stats menu now displays time since last death and playtime with leading zeros on the hours and minutes count
- Member first join announcement now accurately displays the player's actual member join # number (prior it would show -1 of their actual join order number)
- Added missing description to multi-value vanilla refresh game rules (readable clocks for example)
- Added an Open Menu/Preview button to multiple settings
- Stats Preview no longer requires stats to be enabled to function
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:gWO6Zqey:B9gSKBFl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gWO6Zqey:B9gSKBFl"
}

