Cancelling Loaded Recipes (the second time).
Good evening, all.
I have a custom plugin on my server which serves as an 'item manager'. Part of this plugin's function is to override a few vanilla recipes, either disabling them or adjusting them.
Of course, when a server is started up for the first time, somewhere along the startup messages, we'll see this:
That is normal and not of concern. Once the recipes are loaded, the custom plugin steps in and begins to remove some recipes. And it does so successfully.
However, after some time (during the same restart/boot-up), we'll get the
Is there a way to cancel the SECOND recipe load so our work doesn't get overridden? I know this doesn't happen on most other servers either so unsure why it's happening here.
I have a custom plugin on my server which serves as an 'item manager'. Part of this plugin's function is to override a few vanilla recipes, either disabling them or adjusting them.
Of course, when a server is started up for the first time, somewhere along the startup messages, we'll see this:
That is normal and not of concern. Once the recipes are loaded, the custom plugin steps in and begins to remove some recipes. And it does so successfully.
However, after some time (during the same restart/boot-up), we'll get the
Loaded 1370 recipes message AGAIN, essentially once again overriding all the work that the custom plugin has done, and replacing all recipes with the vanilla variant again. Is there a way to cancel the SECOND recipe load so our work doesn't get overridden? I know this doesn't happen on most other servers either so unsure why it's happening here.