All versions
v2.3-build.2
Beta
Villager PLUS v2.3-build.2last month 1,097
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
v2.3-build.2 is now available! Check out some notable changes.
- Custom Enchantment Options: Now compatible with Visible Traders and Trade Cycling. Enchantments above the maximum level (Level 5) can be obtained by using the sliders in the Villager PLUS menu.
- Beta Tab Removed: The beta tab has been removed. New features will be added to their respective categories using a toggle button to enable and disable existing features.
- Trade Multiplier Temporarily Disabled: The Trade Multiplier option has been temporarily disabled until it is 'fixed' or removed in future updates.
- New 'Available' Options: For now, Trade XP Multiplier and Minimum Guaranteed XP are disabled in this version. They will be available soon in a new stable update. Disable Golem Retaliation is a new option available. Turn it off and on as you wish if you don’t want Iron Golems to chase you.
Incompatibility Safeguards:
In this version, there are some safety measures in place to ensure smooth gameplay with third-party mods.
- QOL Player Tab: The QOL Player category is automatically disabled when using mods such as FallingTree and VeinMiner. For players who prefer to use both, a safeguard will be activated that disables all options in the QOL Player category, ensuring that Villager PLUS does not interfere and preserving each player’s personal preferences.
Improvements:
- Rapid Wood Cutting now cuts Nether tree trunks.
- Added a particle effect option to enable or disable when cutting trunks. (Enabled by default).
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:Yf8KPA8u:RS8dkXVZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yf8KPA8u:RS8dkXVZ"
}

