hpfxd / PandaSpigot

Fork of Paper for 1.8.8 focused on improved performance and stability.
GNU General Public License v3.0
238 stars 65 forks source link

Integrate bungeeguard from paper #157

Closed Askarionn closed 6 months ago

Askarionn commented 1 year ago

Integrate the bungeeguard option from paper, would be a great thing

uRyanxD commented 12 months ago

I didn't quite understand what you asked. Do you want us to integrate lucko BungeeGuard into PandaSpigot? Paper does not have BungeeGuard integrated in any version, it has the Velocity Forwarding system, however, it is not possible to backport this system to 1.8.

hpfxd commented 6 months ago

BungeeGuard has no purpose being integrated directly in PandaSpigot, it is a plugin. PandaSpigot already provides the PlayerHandshakeEvent which BungeeGuard utilizes in order to avoid requiring ProtocolLib to listen for packets (see BungeeGuardBackendPlugin.java)