Skip to content

Default Packets

mega12345mega edited this page Jan 25, 2023 · 1 revision

Primitive Packet

The primitive packet allows you to send all the primitive types, plus Strings:

  • boolean
  • byte
  • short
  • char
  • int
  • long
  • float
  • double
  • String

This is intended to mainly be used when responding to information requests.

Clone this wiki locally