General - Packet Type Bound (Condition) — PacketEventsSK

Addon: PacketEventsSK · Category: Condition · Since: 1.1.3

Syntax

%packettypes% (is|are) (client|server)[ ]bound

Description

See in which direction a packet (or packettype) is bound

Examples

on any packet:
    if event-packet is clientbound:
        send packet type of event-packet to console

View source