CustomCrafting icon indicating copy to clipboard operation
CustomCrafting copied to clipboard

Plugin Item Tags Not Working

Open Coder2195Text opened this issue 6 months ago • 0 comments

What happened?

Item Tags only go to the 2nd page.

The problem lays in https://github.com/WolfyScript/CustomCrafting/blob/00a13958582c61f268a6c9b48b99d4a613ac1676/spigot/src/main/java/me/wolfyscript/customcrafting/gui/recipe_creator/MenuTagChooseList.java#L58

By removing this if statement (and replacing with a try catch if issues happen), I get the expected behavior. (I am not entirely sure why)

I have this done in my own local version of CustomCrafting

How can the bug be reproduced?

Open crafting recipe maker

Shift Right click on slot

Follow procedures to add item tags

If you were to keep clicking next in the Item Tag menu, you can see after the 2nd page it doesn't respond.

Expected Behaviour?

Being able to go beyond 2nd page

Plugin version

Customcrafting 4.18.5, wolfy utils 4.18.6

Server software

paper 1.21.4

Relevant log output


Submit issue

  • [x] read the Wiki and especially the FaQ, and made sure there is no fix to your 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).

Coder2195Text avatar Apr 05 '25 22:04 Coder2195Text