Skip to content

Releases: kuqk/ItemBlocker

ItemBlocker v1.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:40

[1.1.3] - 2026-06-16

Fixed

  • Fixed severe duplication glitches when swapping blocked armor pieces from the hotbar.
  • Thanks traxeur for reporting this bug!

ItemBlocker v1.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 16:10

[1.1.2] - 2026-03-31

Added

  • New default-first public command flow based on block, edit, unblock, show, list, and preset.
  • Item smithing action 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.
  • block now merges into an existing item rule instead of overwriting it.
  • edit now updates only the fields provided by the command.
  • Smithing restrictions now use actions:smithing instead 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 addhand and 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

Choose a tag to compare

@github-actions github-actions released this 29 Mar 11:59

[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 + presets restriction layout.
  • Full item action editing directly from chat with add, addhand, edit and remove.
  • Per-item world scopes inside default and presets.
  • Preset management commands for create, info, delete, description, reason and worlds.
  • Per-action bypass permissions.
  • info style inspection for configured items.
  • Hopper protection through InventoryMoveItemEvent.
  • GitHub Actions workflows for build, release and Modrinth automation.
  • .editorconfig for cleaner formatting consistency.
  • Richer English and Polish translation files.
  • Full project changelog.

Changed

  • Reworked blocked-items.yml so it now contains only the always-present default section.
  • Reworked presets.yml into 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

Choose a tag to compare

@github-actions github-actions released this 29 Mar 11:16

Full Changelog: v1.0.1...v1.1.0

1.21.x

Choose a tag to compare

@kuqk kuqk released this 02 Jan 15:05
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

1.21.x

Choose a tag to compare

@kuqk kuqk released this 11 Dec 14:01
v1.0.0

Initial commit