PluginBugs / Issues-EpicBackpacks

Repository used to keep track of issues of my plugin EpicBackpacks
1 stars 2 forks source link

[BUG] EpicBackpacks loads before ItemsAdder #46

Closed Simondb05 closed 2 years ago

Simondb05 commented 2 years ago

Describe the bug On startup, EpicBackpacks loads before ItemsAdder.

To Reproduce Steps to reproduce the behavior:

  1. Startup the server

Expected behavior EpicBackpacks loads up before ItemsAdder, causing it to fail ItemsAdder items.

Info (please complete the following information):

Additional context I fixed the issue by opening plugins.yml in EpicBackpacks.jar and changing

depend:
   - LoneLibs

to

depend:
   - LoneLibs
   - ItemsAdder
LoneDev6 commented 2 years ago

It's strange since EpicBackpacks has ItemsAdder as softdepend in the configuration. I cannot add it to the depend list or it won't be enabled on servers without ItemsAdder.

I can't trigger the issue, maybe it's a Paper bug? Did you try to update Paper?