Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 493 Bytes

#PacketAPI#

###Simple bukkit packet library###

Features:

  • handle and cancel packet
  • change packet data
  • works also with Handshake packet

Usage: You have just 2 simple events (PacketRecieveEvent and PacketSendEvent). You have to use it with bukkit event api.

Requiments:

  • Spigot (or Spigot's fork eg. PaperSpigot)
  • late-bind enabled in spigot.yml

TODO:

  • connection UUID (or other way to recognize connections)
  • metrics
  • version checker
  • packet's wrappers