diff --git a/317-Send-private-message.mediawiki b/317-Send-private-message.mediawiki index 8f6cb61..0a7040c 100644 --- a/317-Send-private-message.mediawiki +++ b/317-Send-private-message.mediawiki @@ -18,4 +18,20 @@ Sends Message to another user. === Description === -Sending messages to other users within the server. \ No newline at end of file +Sending a private message to another user on the server. + +=== Packet Structure === +{|border=2 +! Data Type +! Description +|- +| [[Data Types#Standard data types|Long]] +| Player name. +|- +| [[Data Types#Standard data types|Int]] +| ? +|- +| [[Data Types#Standard data types|Byte]] +| Player rights. +|- +|} \ No newline at end of file