Auxilor / eco

Spigot development library, built for the latest version.
MIT License
155 stars 51 forks source link

Eco breaks FancyHolograms plugin #366

Closed articbloom closed 2 weeks ago

articbloom commented 1 month ago

Describe the bug I saw that in this commit https://github.com/Auxilor/eco/commit/a9a961ff2b9f3f72dc92c2fadd38e11e81dd2f8f you added support for FancyHolograms to Eco. But it doesn’t seem to work, it causes FancyHolograms to not load on startup. FancyHolograms starts fine when Eco is not installed:

https://discord.com/channels/452518336627081236/718516051092176988/1266180971657564250

This is from one of the members of the FancyHolograms team: https://discord.com/channels/452518336627081236/736918991867609170/1266469172058263573

To Reproduce Steps to reproduce the behavior:

  1. Install Eco
  2. Install FancyHolograms from https://modrinth.com/plugin/fancyholograms (get either one of the dev versions or the latest stable one, doesn't matter since all of them break because of Eco integration)
  3. Start the server, you will see the following error: https://mclo.gs/04dIfw3 (Search FancyHolograms with control + F)
  4. See error

Expected behavior FancyHolograms should work fine since "Integration" with it was added on a recent commit. The integration seems to be breaking FancyHolograms entirely. Holograms can't be created and don't show when Eco is installed.