Jumper251 / AdvancedReplay

Minecraft plugin to record players on your server
GNU General Public License v3.0
141 stars 62 forks source link

Armor Exchange #179

Open PedroMPagani opened 1 month ago

PedroMPagani commented 1 month ago

Armor Exchange between types is not updating Replicating is easy, just get two chestplates and change the two, it'll not update because all it cares about is "head" etc, instead of checking for item similarity, I assume this is a struggle because of different versions and API.

Is there any sort of consideration on removing support for older versions?

Jumper251 commented 1 month ago

My current plan is to upgrade the main part of the plugin to the new api versions and move all code that requires legacy api methods to a seperate module.