mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
SQLite database, Entities, position, health
This commit is contained in:
@ -44,6 +44,8 @@ define("MC_CHAT", 0x85);
|
||||
define("MC_SET_TIME", 0x86);
|
||||
define("MC_START_GAME", 0x87);
|
||||
|
||||
define("MC_ADD_PLAYER", 0x89);
|
||||
|
||||
define("MC_REMOVE_ENTITY", 0x8d);
|
||||
|
||||
define("MC_MOVE_ENTITY_POSROT", 0x93);
|
||||
|
@ -44,6 +44,8 @@ $dataName = array(
|
||||
MC_SET_TIME => "SetTime",
|
||||
MC_START_GAME => "StartGame",
|
||||
|
||||
MC_ADD_PLAYER => "AddPlayer",
|
||||
|
||||
MC_REMOVE_ENTITY => "RemoveEntity",
|
||||
|
||||
MC_MOVE_ENTITY_POSROT => "MoveEntity_PosRot",
|
||||
|
Reference in New Issue
Block a user