Ajneb97
Ajneb97
Is the event working for you, for other item craftings?
What Minecraft version is your server? And what ConditionalEvents version are you using?
Just tested on 1.21.8 (Paper), and everything works correctly. Which block are you using to craft the items? A workbench?
That is indeed strange. What I suggest is to remove all of your plugins and just leave ConditionalEvents to see if the issue is still happening.
Then it must be an issue with Purpur, if this were a global issue, I would have a lot of complains about this event not working at all. You must...
Have you tried in Paper?
Just tested again on Paper latest 1.21.8 on an empty server, just ConditionalEvents. ``` prevent_map_dupe: type: item_craft conditions: - "%item% == LEATHER_CHESTPLATE" actions: default: - "cancel_event: true" - "close_inventory: true"...
Are you sure this placeholder is correct? %checkitem_remove_mat:WHEAT_SEEDS,amt:{checkitem_mat:WHEAT_SEEDS}% What is the problem/bug exactly? Also, try without the wait_ticks, and try removing the last action.
What version of PlaceholderAPI are you using? I see multiple problems here: - This variable is incorrect: %checkitem_remove_mat:WHEAT_SEEDS,amt:{checkitem_mat:WHEAT_SEEDS}%. The correct usage for removing the wheat seeds is %checkitem_remove_mat:WHEAT_SEEDS% which is...
I will take a look at it when I have the time.