Spigot/Paper 1.17 support
PLASTAR-2748 opened this issue ยท 11 comments
Hi, support for Spigot/Paper 1.17 is planned. Currently we're waiting for Paper. Please wait patiently :)
Thanks for the explanation. How do you use Adventure on the SpigotMC version of the plugin?
In answer to the question, the Paper repository is used by the TabList so I can access it.
When a plugin enters the loading process, it can check which server software is using either Paper or Spigot. This can be used to finalize a logical value into memory so that it can be used later or with any type of variable. I could also call this a multifunction implementation which can basically run on similar software with similar code with minor changes.
As you no doubt know, there is some paper out there. We're testing paper 1.17-5 at present. :)
There is no ETA for Paper. Meanwhile, TabList doesn't work on Spigot 1.17. Any changes made for Spigot are guaranteed (by the Paper team) to work on Paper (Paper-specific optimizations will not work on Spigot, of course). Please update.
We're using Paper's new implementation called Adventure. Some of the tablist feature was deprecated and made it almost incompatible with the old ones. Most of these are improved, but I prefer to use the non-deprecated ones where possible.
Nice. Looking good, in our admittedly limited usage. We employ prefixes and PAPI placeholders and world-specific lists, but not some other features. Paper and Spigot.
The newest build in Actions page now supports it.