Holographic Displays

Holographic Displays

3M Downloads

The plugin does not load in 1.20.4.

BurkenDev opened this issue ยท 6 comments

commented

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

Loading plugin in paper 1.20.4 does not work.

[20:50:50] [Server thread/INFO]: [HolographicDisplays] Fatal error while enabling HolographicDisplays v3.0.4-SNAPSHOT-b259:

Holographic Displays only supports Spigot from 1.8 to 1.20.
The plugin has been disabled.

[20:50:50] [Server thread/INFO]: [HolographicDisplays] Fatal error while enabling the plugin. Check previous logs for more information.

How to reproduce

See above

Server version

Paper 1.20.4

Holographic Displays version

HolographicDisplays v3.0.4-SNAPSHOT-b259

Installed plugins that allow players to join with multiple Minecraft versions

No response

Additional information

No response

commented
commented

@filoghost @andrewkm

Would it be possible to compile the plugin for us? We don't know how to do this and we need this urgently

commented

@DeEthria, it is not recommended to ask for compiled JARs so here's how you can do it yourself. ๐Ÿ˜ƒ To compile the plugin you need to install Maven first. You can download the latest release here. Once done you have to unzip it, copy the extracted folder's path and add it to your Path environment variable. To open the dialog press Windows key and search for "Edit the system environment variables", press "Environment Variables..." and locate the Path variable under "System variables", then press "Edit":

โ€ผ Make sure not to touch/edit/delete any paths.
Just press "New" and paste the path of the folder you installed Maven it but add \bin to it. Press OK, OK again and proceed.

Now you have to download the repository's source .zip (using the green "<> Code" button, then "Download ZIP"), unzip it, open a cmd into the extracted folder and type mvn package in the terminal. This will start the process which may take several minutes (took 12 for me) depending on connection speed.

Once completed you will two .jars inside the plugin\target folder just generated. You want the 900 KB one.
Let me know if you encounter difficulties. ๐Ÿ™‚

commented

Yes, thanks, I'll try it

commented
commented

Merged @rayanbzd's PR.