CustomCrafting icon indicating copy to clipboard operation
CustomCrafting copied to clipboard

Need a event for third-party extension to execute action when player finish to craft a item

Open killerprojecte opened this issue 11 months ago • 0 comments

The Problem

I need a event for execute action when player finish to craft a specific item (Like add a nbt to result item & insert data to database)

If i listen the CustomPreCraftEvent it will have a problem because i can't know the player is cancelled the crafting

Solution

Just call a event when player finish to craft item

Alternatives

CustomPreCraftEvent but will have problem

Additional Context

Hope provide a result setter & getter in new event

Submit issue

  • [X] searched for and ensured there isn't already an open issue regarding this,
  • [X] are running the latest version of your server software (Spigot, Paper, etc.), and plugins (WolfyUtilities, CustomCrafting).

killerprojecte avatar Mar 03 '24 06:03 killerprojecte