Trigary / TriBukkit

A collection of utilities designed to make Bukkit plugin development swifter.
GNU General Public License v3.0
0 stars 0 forks source link

Make Predicate<ItemStack> unusable in crafting, anvil, furnace, trading, etc. #2

Open Trigary opened 5 years ago

Trigary commented 5 years ago

Create a place where you can register a Predicate<ItemStack>, which becomes unusable in all vanilla ways, eg. in crafting tables, anvils, furnaces, enchanting tables, villager tradings, as consumables, as throwables, etc. Keep in mind that hoppers exist. A way to block only specific ones from this list should also be present.