Skip to content

RemoveItemTypes

dniym edited this page Sep 6, 2020 · 3 revisions

Item types (eg STRUCTURE_BLOCK) added to this list will be removed if found in a players inventory, useful if players on your server have obtained blocks you do not wish for them to have such as Bedrock

This protection will now prevent players from placing or dropping one of these blacklisted items, previously if they were very quick they could sometimes beat the item scan timer and place a blacklisted block in the world.


  • To add an item type to the removal list: /istack value add RemoveItemTypes
  • To remove an item type from the removal list: /istack value add RemoveItemTypes

NOTE

Item types must be valid Minecraft items, and ALL items of that type will be removed. If you add STICK to this list, then every stick will be removed from every player in every inventory when IllegalStack detects them. Use with caution.


This protection has no extra options.

Clone this wiki locally