I use Discord Logger (authored by @MON@H)which in turn uses the API call 'void OnPlayerTeleported(BasePlayer player, Vector3 from, Vector3 to)' to log tps to discord.
That call realy only works for one player. What I mean is if an admin teleports a player you cant tell because the message only says this:
11:11 PM {player} teleported from B12 (-1535.50, 1.05, -113.40) to B12 (-1539.96, 0.49, -111.15)
SO in this case it looks like the player teleported themselves when in fact the admin teleported them.
is it possible to modify this API or make a new one that would result in this on cases where the admin teleports them:
11:11 PM {admin player} teleported {player} from B12 (-1535.50, 1.05, -113.40) to B12 (-1539.96, 0.49, -111.15)