utarwyn / EnderContainers

A modern and customizable Bukkit plugin to divide enderchest into multiple inventories.
https://spigotmc.org/resources/4750/
BSD 3-Clause "New" or "Revised" License
25 stars 14 forks source link

Add a configurable list of forbidden materials (#110) #190

Closed utarwyn closed 2 years ago

utarwyn commented 2 years ago

Description

Add a configurable list of item materials which are forbidden to store in chests. Example:

enderchests:
  # [...]

  # A list of item materials which are forbidden to store in chests
  # Use Minecraft item IDs displayed ingame (shortcut: F3+H)
  forbiddenMaterials: [ 'andesite', 'purpur_block' ]

See this addition in action: Addition result gif

πŸŒ‚ Closes #110 πŸš€ Will be available from v2.3.x.

Changes

Checklist