- Supported Minecraft Versions
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
skript-packet
A Skript packet addon to replace ThatPacketAddon (which is not updated) with Skript 2.5.2+
Requirements
The Minecraft server and your Minecraft client share information called "packets". Example of a packet:
This link can help you to identify the content of a packet: https://wiki.vg/Protocol
What is the difference from ThatPacketAddon
TPA is not up to date and is not recommended after MC 1.15.
Skript-Packet provide support from MC 1.12 to the most recent version
Skript-Packet try to improve performances and fix bugs from TPA (exemple : TPA does not fully support play_server_map_chunk)
My Addon add a lot of feature to deal with NMS (like converting Bukkit to NMS and vice versa)
I do my best to facilitate understanding of packets.
A Skript packet addon to replace ThatPacketAddon (which is not updated) with Skript 2.5.2+
Requirements
- Recent version of Skript
- Stable ProtocolLib dev build (does not works with v-4.5.1)
- Java8+
- It's highly recommended to use skript-reflect
The Minecraft server and your Minecraft client share information called "packets". Example of a packet:
- Any movement made by an entity
- Opening a gui to a player
- When the player use an item
This link can help you to identify the content of a packet: https://wiki.vg/Protocol
What is the difference from ThatPacketAddon
TPA is not up to date and is not recommended after MC 1.15.
Skript-Packet provide support from MC 1.12 to the most recent version
Skript-Packet try to improve performances and fix bugs from TPA (exemple : TPA does not fully support play_server_map_chunk)
My Addon add a lot of feature to deal with NMS (like converting Bukkit to NMS and vice versa)
I do my best to facilitate understanding of packets.