Releases: kuqk/ItemBlocker
Releases · kuqk/ItemBlocker
Release list
ItemBlocker v1.1.3
[1.1.3] - 2026-06-16
Fixed
- Fixed severe duplication glitches when swapping blocked armor pieces from the hotbar.
- Thanks
traxeurfor reporting this bug!
ItemBlocker v1.1.2
[1.1.2] - 2026-03-31
Added
- New default-first public command flow based on
block,edit,unblock,show,list, andpreset. - Item
smithingaction as part of the normal item rule system. - Simpler in-game help and usage output for the new command model.
Changed
- One item in one target now uses one rule only.
blocknow merges into an existing item rule instead of overwriting it.editnow updates only the fields provided by the command.- Smithing restrictions now use
actions:smithinginstead of a separate netherite-only flow. - README, example configs, language help, and plugin usage text were rewritten around the new release model.
Removed
- Public
scope-based item editing flow. - Legacy public command variations such as
addhandand separate netherite command usage from the supported workflow. - Legacy target aliases and old item rule formats from the supported configuration model.
ItemBlocker v1.1.1
[1.1.1] - 2026-03-29
Added
- New built-in language files for German, Spanish, French and Italian.
Changed
- Release notes for GitHub Releases, Modrinth and Hangar now come from
CHANGELOG.md. - Hangar publishing now skips already existing versions instead of failing on duplicate uploads.
[1.1.0] - 2026-03-28
Added
- New
default + presetsrestriction layout. - Full item action editing directly from chat with
add,addhand,editandremove. - Per-item world scopes inside
defaultand presets. - Preset management commands for create, info, delete, description, reason and worlds.
- Per-action bypass permissions.
infostyle inspection for configured items.- Hopper protection through
InventoryMoveItemEvent. - GitHub Actions workflows for build, release and Modrinth automation.
.editorconfigfor cleaner formatting consistency.- Richer English and Polish translation files.
- Full project changelog.
Changed
- Reworked
blocked-items.ymlso it now contains only the always-presentdefaultsection. - Reworked
presets.ymlinto the main place for grouped restrictions. - Updated command flow so config editing and in-game editing use the same structure.
- Improved saved YAML formatting so command-written files stay clean and readable.
- Rewrote README and marketplace descriptions around the new layout and workflow.
- Refreshed in-game messages and help output for a cleaner presentation.
Compatibility
- Requires Java 21+
- Supports Folia / Paper / Purpur / Spigot
- Targets the Minecraft 1.21.x API line
- CI metadata also tracks the latest stable release, including Minecraft Java Edition 26.1
[1.0.1] - 2026-01-02
Added
- Container Interaction Blocking: Prevented taking, putting, and moving blocked items within chests, dispensers, hoppers, and other containers.
ItemBlocker v1.1.0
Full Changelog: v1.0.1...v1.1.0
1.21.x
Add inventory item blocking and bump version to 1.0.1 - Implement InventoryListener to prevent moving blocked items into/out of containers - Add 'inventory' toggle to block-actions in config.yml - Update English and Polish language files with new blocker messages - Update DESCRIPTION.MD and create DESCRIPTION_PL.MD with feature details