Can you update this repository to the latest version?
Opened this issue · 2 comments
We are building an autism server based on Spigot 1.8.8 and using some behavior logging plugins from HeapCraft. During the process, we found the interface address in the old plugin(for Minecraft 1.8) is outdated, so we tried to compat downward based on the source of plugin for Minecraft 1.12.2. However, that didn't work. We think it may due to some changes in the format of the data packet.
The obvious solution is to compat downward based on latest plugin source, if it's not convenient for you, please let me know if there are other solutions. Thank you!
The repository is already the latest version. This plugin is working with the latest CraftBukkit (1.13.2), and I don't have a newer version of it. I sent you old source code that should work with the older 1.8.8 version by email. However, 1.8.8 was released in 2015 and I do not plan to re-add support.
If you want to add support yourself: The format of data packets has not changed. The main changes were about 2-3 API changes, like using LivingEntity
instead of the no longer existing Damageable
, or using getItemInMainHand
instead of getItemInHand
.
Please do not edit your issue report in a way that my response no longer makes sense. Instead, add a comment bellow, or create a new issue. Thanks!
Hi All,
First of all congratulations @stepmuel for your work! It would be great if you could not supporting such powerful tool like Heapcraft. I have been following your research and repo recently to support a Minecraft game for people with disabilities we are working on. I am using a 3rd party server and I today started playing around with Heapcraft. So far looks like Heapcraft is running
I am not that experienced setting servers and developing Minecraft itself, but it would be very helpful having some tips and lessons learnt from your experience @Mc-andan and from your research/work developed @stepmuel
Thank you both for time and effort working on this and hopefully we could catch up briefly