CubBossa / ClientEntities

A wrapper for PacketEvents library to easily create client side entities.
GNU General Public License v3.0
8 stars 1 forks source link

Un-shaded version #2

Open RobotHanzo opened 1 month ago

RobotHanzo commented 1 month ago

The current structure does not allow users who wants to shade this library, but use packetevents as a plugin. It'd be great if there could be a version of this library that does not relocate packetevents

CubBossa commented 1 month ago

Why wouldn't it work with both the shaded packetevents and the plugin? I shade and relocate packetevents whenever I need it, it's just two instances running then.

RobotHanzo commented 1 month ago

Why wouldn't it work with both the shaded packetevents and the plugin? I shade and relocate packetevents whenever I need it, it's just two instances running then.

In cases where packetevent updates, this would create branched behaviors which might be hard to debug Plus it would result in a huge jar containing this library and packetevents

CubBossa commented 1 month ago

I'll add it within the next days