oncraftcommand works incorrectly
enels0n opened this issue ยท 1 comments
Describe the bug
The "oncraftcommand" command is not executed directly during crafting, but when placing ingredients in slots.
I would like to be able to add a list of commands and be able to use placeholders. (like %player_name%)
To Reproduce
oncraftcommand: "say hello"
Describe the bug The "oncraftcommand" command is not executed directly during crafting, but when placing ingredients in slots. I would like to be able to add a list of commands and be able to use placeholders. (like %player_name%)
To Reproduce oncraftcommand: "say hello"
You should report issues at https://github.com/broken1arrow/CraftEnhance
Yeah I know the command part is not perfect and thought about a way to fix that.