Change gradle dependency from implementation to compileOnly
wallysaurus opened this issue ยท 1 comments
Confirmation
- I have read the FAQ.
- I have tested the latest development build of Holographic Displays and the bug is still present.
- I have updated Spigot to the latest release for my particular Minecraft version.
- I made sure the bug hasn't already been reported on the issue tracker.
Description
As said on the README, it suggests to shade the dependency, but doing so gives the following error:
java.lang.IllegalStateException: No API implementation set. Is Holographic Displays enabled?
How to reproduce
Add implementation dependency to project, functionality doesn't work.
Server version
Spigot 1.18.1
Holographic Displays version
holographicdisplays-api:2.4.9
Installed plugins that allow players to join with multiple Minecraft versions
ViaVersion, ProtocolSupport
Additional information
No response