Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
API bump and added example ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Intyre committed Mar 29, 2016
1 parent 4104832 commit b1202b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PacketLogger
author: shoghicp
api: 1.0.0
version: 1.1.0
api: 2.0.0
version: 1.2.0
main: shoghicp\PacketLogger\PacketLogger
description: Log network packets as you want
website: https://github.com/shoghicp/PluginLogger
9 changes: 7 additions & 2 deletions resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ selectors:
filters:
packetId: #Filter by the packet id (faster)
default: true #Default value of the packets not specified here. true will log it, false will not
#Example: FullChunkDataPacket won't be logged
#0xba: false
#Available packet ID's can be found in https://github.com/PocketMine/PocketMine-MP/blob/master/src/pocketmine/network/protocol/Info.php
#0x8f: false # LoginPacket
#0x92: false # BatchPacket
#0x95: false # StartGamePacket
#0xba: false # CraftingDataPacket
#0xbf: false # FullChunkDataPacket
#0xc3: false # PlayerListPacket

0 comments on commit b1202b2

Please sign in to comment.