We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9749424 commit b85afebCopy full SHA for b85afeb
1 file changed
src/main/java/dev/threeadd/packeteventssk/element/general/event/EvtPacketSendOrReceive.java
@@ -27,7 +27,7 @@ public static void register(Registration reg) {
27
PacketSendOrReceiveEvent.NettyPacketEvent.class,
28
PacketSendOrReceiveEvent.SyncPacketEvent.class,
29
PacketSendOrReceiveEvent.AsyncPacketEvent.class
30
- }, "([any] packet|%-packettype%) [(:(sync|async|netty)) processed] [with packet[events] priority (:(lowest|low|normal|high|highest|monitor))]")
+ }, "([any] packet|%*-packettype%) [(:(sync|async|netty)) processed] [with packet[events] priority (:(lowest|low|normal|high|highest|monitor))]")
31
.name("General - On Packet")
32
.description("Listen to incoming/outgoing packets, more on [the wiki](https://github.com/3add/PacketEventsSK/wiki/Events)")
33
.examples("""
0 commit comments