handle_silkroad filtering opcodes?

Hi,
Since the Player.get_players() is disabled I wanted to parse 3015-3019 packets manually.
Using xPacketTool plugin I cant find them (only 3015 for despawn, nothing for spawn).
I thought that they might changed the opcodes (server Electus RedSea), so I did the following test:
Log all packets, looked ingame for a player, searched for the player name (as hex) in the logs
=> nothing
Is the handle_silkroad() not displaying all packets?

Yes handle_silkroad is filtered to prevent abuse. There wouldn’t be much point in blocking get_players if you could just read the same information from spawn packets