GirafiStudios / Ping

12 stars 9 forks source link

Spigot compatibility #4

Closed PrincessRTFM closed 6 years ago

PrincessRTFM commented 6 years ago

I know that this mod needs to send information to the server, which must then send it out to other clients, in order to actually transmit the pings to people. The thing is, I'm running a spigot server. I'd really love to have this mod, so is there any 1.12.2 Spigot plugin that would send out the received packets so I could still use this mod? If not, would it be reasonably possible to make one?

GirafiStudios commented 6 years ago

I have no knowledge about how Spigot works, so unfortunately not much I can do here. If you figure out a solution, please let me know :)

PrincessRTFM commented 6 years ago

Alright, I'm working on a simple "packet forwarder" plugin now. If all goes well, it'll be able to send non-vanilla packets to connected clients.