Built for a different Spigot revision?
SlimeDog opened this issue · 6 comments
>version
[21:25:15] [Server thread/INFO]: This server is running CraftBukkit version 3024-Spigot-79d53c2-90d6905 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[21:25:15] [Server thread/INFO]: You are running the latest version
>version citizens
[21:25:39] [Server thread/INFO]: Citizens version 2.0.27-SNAPSHOT (build 2277)
[21:25:39] [Server thread/INFO]: Website: http://www.citizensnpcs.co
[21:25:39] [Server thread/INFO]: Author: fullwall
>version Denizen
[21:25:43] [Server thread/INFO]: Denizen version 1.1.9-SNAPSHOT (build 5450-DEV)
[21:25:43] [Server thread/INFO]: Author: The DenizenScript Team
The issue is:
On server start-up
[21:17:33] [Server thread/WARN]: [Denizen] -------------------------------------
[21:17:33] [Server thread/WARN]: [Denizen] This build of Denizen was built for a different Spigot revision! This may potentially cause issues. If you are experiencing trouble, update Denizen and Spigot both to latest builds! If this message appears with both Denizen and Spigot fully up-to-date, contact the Denizen team (via GitHub, Spigot, or Discord) to request an update be built.
[21:17:33] [Server thread/WARN]: [Denizen] -------------------------------------
This did not occur on Spigot builds prior to 3024, through and including 3021.
Confirmed resolved for Spigot 3024, with Denizen b5451. However, for Paper 551
[22:34:13] [Server thread/WARN]: [Denizen] -------------------------------------
[22:34:13] [Server thread/WARN]: [Denizen] This build of Denizen was built for a different Spigot revision! This may potentially cause issues. If you are experiencing trouble, update Denizen and Spigot both to latest builds! If this message appears with both Denizen and Spigot fully up-to-date, contact the Denizen team (via GitHub, Spigot, or Discord) to request an update be built.
[22:34:13] [Server thread/WARN]: [Denizen] -------------------------------------
Paper has presumably not yet updated to the Spigot version released yesterday.
EDIT: Checked, they're 2 CB builds behind, and the relevant changed was the 2nd most recent... they are just behind, gg.
Thanks.
This issue remains on Paper 1.16.5-553, despite multiple updates due to "upstream" (ie, CraftBukkit/Bukkit/Spigot) changes. I suppose they are still behind. :(
despite multiple updates due to "upstream" (ie, CraftBukkit/Bukkit/Spigot) changes
there have been zero.
If you look at the changes listed on https://papermc.io/downloads build 550 is the last [Auto] Updated Upstream (CraftBukkit)
which is when they updated exactly just before the relevant spigot change.
When Paper updates, it was almost certainly have the exact same message of [Auto] Updated Upstream (CraftBukkit)
on the new build
Thanks.