TheMrJezza / HorseTpWithMe

A Bukkit Plugin that allows the simple teleportation of Rideable LivingEntities in Minecraft.
MIT License
14 stars 6 forks source link

1.21 compatibility (outdated/invalid check) #20

Open quiquelhappy opened 4 days ago

quiquelhappy commented 4 days ago

When running on paper 1.21, the check does not correctly detect paper 1.21 as a valid spigot fork:

[16:49:03] [Server thread/INFO]: [HorseTpWithMe] Enabling HorseTpWithMe v11.1.0
[16:49:03] [Server thread/INFO]: 
[16:49:03] [Server thread/INFO]: [ FAIL ] Server is Spigot or Spigot Fork.
[16:49:03] [Server thread/INFO]: [ PASS ] 1.19.3+ Show/Hide API detected.
[16:49:03] [Server thread/INFO]: 
[16:49:03] [Server thread/INFO]: Server is unsupported, HorseTpWithMe will be disabled.
[16:49:03] [Server thread/INFO]: [HorseTpWithMe] Disabling HorseTpWithMe v11.1.0
TheMrJezza commented 4 days ago

See this Spigot post:

https://www.spigotmc.org/threads/horsetpwithme.71846/page-34#post-4729147

I knew back in the 1.19 era that this issue would happen. I will fix it, but the current temporary solution as that post points out is to use Telentity instead of HorseTpWithMe.

Telentity is going to replace HorseTpWithMe eventually. It might get rebranded as HorseTpWithMe or stay its own separate project.

Edit: I'm going through a slight bit of burnout. All my energy goes into my dayjob, and my non-work related projects are suffering. As previously said, use Telentity until I sort this mess out. (I'm the developer of both).