Speedgot
PacketInjectorAPI [1.8-1.21.3] - Manage packets easily
-----
Simple API for managing packets. Powered by LightInjector!
Download Now
73.5 KB .jar
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Added setPacket() Method
Added this methods:
Code (Java):
public
void
onPacketSend
(
PacketSendEvent event
)
{
// The old packet class must remain the same as the new one
event.
setPacket
(
newPacket
)
;
}
Code (Java):
@EventHandler
public
void
onPacketRetrive
(
PacketRetriveEvent event
)
{
// The old packet class must remain the same as the new one
event.
setPacket
(
newPacket
)
;
}
----------
,
Dec 17, 2019
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
4,538
First Release:
Jun 20, 2018
Last Update:
Oct 26, 2024
Category:
---------------
All-Time Rating:
2 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support