Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
All versions
1.08
Alpha
Take It Out — Minecraft Plugin 1.08last month 41
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Paper
Purpur
Spigot
Changes
1.08
Bug Fixes
- Item stacking: items taken from linked containers one at a time now accumulate in an existing partial slot instead of scattering across separate inventory slots
- allow_all_items_take: false message: the "All Items tab is disabled" notification was silently overwritten by the client's own action bar message — moved to chat so it's always visible
- Oversized container list: when a player has more linked containers than the server limit, they now receive a clear error message (Too many linked containers selected (X/Y)) instead of a silent failure
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:usAyJ0Wy:3e9rZ3Xy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:usAyJ0Wy:3e9rZ3Xy"
}

