Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 4 months ago
All versions
6.1.7
Release
1.21.11 Support, New Features and Bugfixes4 months ago 8,672
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
Added:
- Support 1.21.11 (8858957)
- UUID String for skull owner (57fbb5d)
- You can now specify the UUID of the player skin as the skull-owner to be set for the item.
- translatable update messages (a427733)
- itemflag messages (b7cedd5)
- You can now specify messages that will be sent when an itemflag is triggered.
- Support has been added for the following itemflags; placement, inventory-modify, cancel-equip, not-hat, cancel-events, item-store, item-modifiable, item-craftable, item-repairable, ip-limit, death-drops, self-drops, and erase-drops.
- A message is defined by simply specifying the itemflag name
-messagee.g:self-drops-message: '&cYou cannot drop items!'
Fixed:
- Folia AuthMe support (19a14ea)
- item-repairable itemflag (c16b966)
- Shift+Clicking the item into a crafting table would occasionally result in the item not being returned to the player.
- death-keep for crafting items (a5e1ff7)
- Items were being incorrectly dropped when the gamerule keepInventory was true.
- If dying fast enough, it was also possible to have the items be dropped on death.
- incorrect cooldown for on_hold commands (a7876b7)
- item-store itemflag storing in pots (c736778)
- item-store will now properly block the storage of items in
FLOWER_POTandDECORATED_POT.
- item-store will now properly block the storage of items in
- folia delay ticks exception (c0b78bc)
- windowId on paperspigot (4f0728a)
- database failure when isClosed not supported (63590ef)
- Fixes a major bug that prevented data from being fetched from the database when the isClosed method wasn't implemented in the specific sql driver version.
- The fallback is to assume connections aren't closed to allow the statement to try executing. If it fails, the connection will then be assumed closed and tries to get the connection again.
- rendering menu pages that do not exist (cec60a0)
- updateInventory (9abb123)
- Fixes the updateInventory function in Legacy Minecraft Versions due to incorrectly not using the windowId.
- This fixes ghost items when viewing an open container.
- implement proper reflections caching (ed16760)
- Improves performance, especially on papers new on-the-fly remapping, which is not performant.
Changed:
- implement proper reflections caching (32820bd)
- Improves performance on server forks utilizing on-the-fly remapping.
- rewrite item animation handler (6ba7f8a)
- Fixes item animations still being ran when the animations were suppose to be closed.
- Fixes duplicate animation tasks when using
/ij removeand/ij getcausing animation flicker. - Fixes animation flicker when two players are viewing the same inventory.
- The item(s) will now animate based on the first viewing player.
- Fixes the accidental closing of animations when items are removed or lost. Items could exist in containers so we should continue trying to animate.
- support 1.21.4+ pick item handling (3da6ac7)
- improve handling crafting (e2194bc)
Removed
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:8OiYKudu:Uzd9TJVu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8OiYKudu:Uzd9TJVu"
}

