1.19.3 support
SlimeDog opened this issue ยท 7 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
Error on server start-up
[16:41:30] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.1-SNAPSHOT-b239
[16:41:30] [Server thread/INFO]: ^[[0;31;22m[HolographicDisplays] ^[[0;31;1mFatal error while enabling HolographicDisplays v3.0.1-SNAPSHOT-b239:
[16:41:30] [Server thread/INFO]:
[16:41:30] [Server thread/INFO]: Holographic Displays only supports Spigot from 1.8 to 1.18.2.
[16:41:30] [Server thread/INFO]: The plugin has been disabled.
How to reproduce
- Update to Spigot 1.19.3-3616 or (later) Paper 1.19.3-321
- Start server
- Read log
Server version
version [16:47:19] [Server thread/INFO]: This server is running CraftBukkit version 3616-Spigot-d90018e-eecb4c0 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) [16:47:19] [Server thread/INFO]: You are running the latest version
version[10:25:10 INFO]: This server is running Paper version git-Paper-321 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: d8cf30d)You are running the latest version
Holographic Displays version
3.0.1-SNAPSHOT-b239
Installed plugins that allow players to join with multiple Minecraft versions
n/a
Additional information
Note that the error message lists support for 1.8 to 1.18.2, although 1.19.2 is supported.
furthermore, can you add a config option called something like "run-on-unsupported-versions?" That way we can at least try to run it on a new mc version, even if there's no garuntee it will work. Its very dumb that its setup this way
I'm having same issue. works fine with 1.19.2. Doesn't work with 1.19.3 spigot or paper. Says its only support 1.18 - 1.18.2 even though 1.19.2 worked fine. 3.0.0 and 3.0.1. Lotta holograms in my server need help asap
furthermore, can you add a config option called something like "run-on-unsupported-versions?" That way we can at least try to run it on a new mc version, even if there's no garuntee it will work. Its very dumb that its setup this way
NMS versions don't work like that, you can't simply enable it and hope for the best. Code won't run, 100% of the time. More info: #666 (comment)