Skip to content

Releases: frengor/PacketInjectorAPI

3.2.1

26 Oct 09:10
6701028
Compare
Choose a tag to compare
  • Updated LightInjector to 1.0.4
  • Small fixes and improvements

3.2.0

06 Oct 03:25
e2e191b
Compare
Choose a tag to compare
  • Added support for Minecraft 1.21.1
  • Updated LightInjector to 1.0.3

Remove Spiget

08 Sep 19:06
Compare
Choose a tag to compare

Replaced Spiget (https://spiget.org) with a simpler there-is-an-update message in console.

New API

30 Aug 03:12
Compare
Choose a tag to compare

New and Improved API:

PacketEventManager.registerPacketListener(this, new PacketListener() {
	@Override
	public void onSend(PacketSendEvent e) {
		// TODO
	}

	@Override
	public void onRetrive(PacketRetriveEvent e) {
		// TODO
	}
});