josemmo / yamipa

Yet Another Minecraft Image Placing Addon
https://www.spigotmc.org/resources/88709/
MIT License
73 stars 19 forks source link

Add Support for PacketEvents and 1.21.1 Support #138

Open Hasenzahn1 opened 1 month ago

Hasenzahn1 commented 1 month ago

Description

Added support for PacketEvents, removing the protocollib dependency. This now also adds support for version 1.21.1. (The test doesn't seem to support all other versions, but that seems to be an issue with some environment keys not being set up correctly? Or something similar, nothing that shouldn't work with the plugin) The new plugin version was tested on a 1.21.1 server with packetevents 2.5.0, as well as on a 1.20.4 server with exactly the same plugins.

Fixed Issues