mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
"Working" server
This commit is contained in:
@ -81,25 +81,25 @@ $pstruct = array(
|
||||
),
|
||||
|
||||
0x80 => array(
|
||||
"triad",
|
||||
"itriad",
|
||||
"ubyte",
|
||||
"customData",
|
||||
),
|
||||
|
||||
0x84 => array(
|
||||
"triad",
|
||||
"itriad",
|
||||
"ubyte",
|
||||
"customData",
|
||||
),
|
||||
|
||||
0x88 => array(
|
||||
"triad",
|
||||
"itriad",
|
||||
"ubyte",
|
||||
"customData",
|
||||
),
|
||||
|
||||
0x8c => array(
|
||||
"triad",
|
||||
"itriad",
|
||||
"ubyte",
|
||||
"customData",
|
||||
),
|
||||
@ -107,14 +107,14 @@ $pstruct = array(
|
||||
0xa0 => array(
|
||||
"short",
|
||||
"bool",
|
||||
"triad",
|
||||
"itriad",
|
||||
"special1",
|
||||
),
|
||||
|
||||
0xc0 => array(
|
||||
"short",
|
||||
"bool",
|
||||
"triad",
|
||||
"itriad",
|
||||
"special1",
|
||||
),
|
||||
|
||||
|
@ -40,6 +40,8 @@ $dataName = array(
|
||||
0x87 => "StartGame",
|
||||
|
||||
0x93 => "MoveEntity_PosRot",
|
||||
0x94 => "MovePlayer",
|
||||
0x9d => "RequestChunk",
|
||||
|
||||
0xa4 => "SetEntityMotion",
|
||||
);
|
Reference in New Issue
Block a user