- Replaced
List.findFirst()
toList.get(0)
to avoid NoSuchMethodError - Changed order in InvalidMatrix() to avoid error when crafting normal items
- Improved logic and intuitive code
- Support more crafting recipes (NBT containing / some unstackables / crafting recipes from other plugin)
- Removed command and config
Notice:
In Folia server, do not close the inventory after retrieving the result item immediately.
Items will be lost
Showcase
Improved Folia server checking
Fixed item disappear when holding item at cursor and click result slot
Fixed plugin enable problem
- Lower the API version to support more Game versions.
- Added config & command for Admins to disable Item from crafting, useful for some recipes that has NBT tags
- Hardcoded some NBT / invalid recipe as disabled (Shulkerbox, unstackables, fireworks)
- Reworked code for future compatibility (crafter)
- Added Folia support.
Command usage: /sbc <Material> enable|disable
report if any bugs/ideas