Colors please?

This commit is contained in:
Casey 2023-09-04 23:36:34 +03:00
parent 8e5c6b89d0
commit 23f8d02fff
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 78 additions and 78 deletions

156
README.md
View File

@ -1,80 +1,80 @@
## Supported packets
| ID | Packet name | Ready |
|-----|----------------------------------|-------|
| 000 | Packet0KeepAlive | YES |
| 001 | Packet1Login | YES |
| 002 | Packet2Handshake | YES |
| 003 | Packet3Chat | YES |
| 004 | Packet4UpdateTime | YES |
| 005 | Packet5PlayerInventory | YES |
| 006 | Packet6SpawnPosition | YES |
| 007 | Packet7UseEntity | YES |
| 008 | Packet8UpdateHealth | YES |
| 009 | Packet9Respawn | YES |
| 010 | Packet10Flying | YES |
| 011 | Packet11PlayerPosition | YES |
| 012 | Packet12PlayerLook | YES |
| 013 | Packet13PlayerLookMove | YES |
| 014 | Packet14BlockDig | YES |
| 015 | Packet15Place | YES |
| 016 | Packet16BlockItemSwitch | YES |
| 017 | Packet17Sleep | YES |
| 018 | Packet18Animation | YES |
| 019 | Packet19EntityAction | YES |
| 020 | Packet20NamedEntitySpawn | YES |
| 021 | Packet21PickupSpawn | YES |
| 022 | Packet22Collect | YES |
| 023 | Packet23VehicleSpawn | YES |
| 024 | Packet24MobSpawn | YES |
| 025 | Packet25EntityPainting | YES |
| 027 | Packet27Position | No |
| 028 | Packet28EntityVelocity | YES |
| 029 | Packet29DestroyEntity | YES |
| 030 | Packet30Entity | YES |
| 031 | Packet31RelEntityMove | YES |
| 032 | Packet32EntityLook | YES |
| 033 | Packet33RelEntityMoveLook | YES |
| 034 | Packet34EntityTeleport | YES |
| 035 | Packet35EntityNickname | YES |
| 038 | Packet38EntityStatus | YES |
| 039 | Packet39AttachEntity | YES |
| 040 | Packet40EntityMetadata | YES |
| 041 | Packet41EntityPlayerGamemode | YES |
| 050 | Packet50PreChunk | YES |
| 051 | Packet51MapChunk | YES |
| 052 | Packet52MultiBlockChange | YES |
| 053 | Packet53BlockChange | YES |
| 054 | Packet54PlayNoteBlock | YES |
| 056 | Packet56RequestChunk | No |
| 060 | Packet60Explosion | YES |
| 061 | Packet61PlaySoundEffect | YES |
| 070 | Packet70Bed | No |
| 071 | Packet71Weather | No |
| 072 | Packet72UpdatePlayerProfile | YES |
| 073 | Packet73WeatherStatus | YES |
| 100 | Packet100OpenWindow | YES |
| 101 | Packet101CloseWindow | YES |
| 102 | Packet102WindowClick | YES |
| 103 | Packet103SetSlot | YES |
| 104 | Packet104WindowItems | YES |
| 105 | Packet105UpdateProgressbar | YES |
| 106 | Packet106Transaction | YES |
| 107 | Packet107UpdateCreativeInventory | YES |
| 108 | Packet108SetHotbarOffset | YES |
| 130 | Packet130UpdateSign | YES |
| 131 | Packet131MapData | YES |
| 132 | Packet132SetMobSpawner | YES |
| 133 | Packet133OpenGuidebook | YES |
| 134 | Packet134ItemData | YES |
| 135 | Packet135PlacementMode | YES |
| 136 | Packet136SendKey | YES |
| 137 | Packet137UpdateFlag | YES |
| 138 | Packet138PlayerList | YES |
| 139 | Packet139SetPaintingMotive | YES |
| 140 | Packet140TileEntityData | YES |
| 141 | Packet141UpdateFlag | YES |
| 142 | Packet142OpenFlagWindow | YES |
| 143 | Packet143PhotoMode | YES |
| 200 | Packet200Statistic | YES |
| 255 | Packet255KickDisconnect | YES |
| ID | Packet name | Ready |
|-----|----------------------------------|----------------------------------|
| 000 | Packet0KeepAlive | <font color="green">Yes</font> |
| 001 | Packet1Login | <font color="green">Yes</font> |
| 002 | Packet2Handshake | <font color="green">Yes</font> |
| 003 | Packet3Chat | <font color="green">Yes</font> |
| 004 | Packet4UpdateTime | <font color="green">Yes</font> |
| 005 | Packet5PlayerInventory | <font color="green">Yes</font> |
| 006 | Packet6SpawnPosition | <font color="green">Yes</font> |
| 007 | Packet7UseEntity | <font color="green">Yes</font> |
| 008 | Packet8UpdateHealth | <font color="green">Yes</font> |
| 009 | Packet9Respawn | <font color="green">Yes</font> |
| 010 | Packet10Flying | <font color="green">Yes</font> |
| 011 | Packet11PlayerPosition | <font color="green">Yes</font> |
| 012 | Packet12PlayerLook | <font color="green">Yes</font> |
| 013 | Packet13PlayerLookMove | <font color="green">Yes</font> |
| 014 | Packet14BlockDig | <font color="green">Yes</font> |
| 015 | Packet15Place | <font color="green">Yes</font> |
| 016 | Packet16BlockItemSwitch | <font color="green">Yes</font> |
| 017 | Packet17Sleep | <font color="green">Yes</font> |
| 018 | Packet18Animation | <font color="green">Yes</font> |
| 019 | Packet19EntityAction | <font color="green">Yes</font> |
| 020 | Packet20NamedEntitySpawn | <font color="green">Yes</font> |
| 021 | Packet21PickupSpawn | <font color="green">Yes</font> |
| 022 | Packet22Collect | <font color="green">Yes</font> |
| 023 | Packet23VehicleSpawn | <font color="green">Yes</font> |
| 024 | Packet24MobSpawn | <font color="green">Yes</font> |
| 025 | Packet25EntityPainting | <font color="green">Yes</font> |
| 027 | Packet27Position | <font color="red">No</font> |
| 028 | Packet28EntityVelocity | <font color="green">Yes</font> |
| 029 | Packet29DestroyEntity | <font color="green">Yes</font> |
| 030 | Packet30Entity | <font color="green">Yes</font> |
| 031 | Packet31RelEntityMove | <font color="green">Yes</font> |
| 032 | Packet32EntityLook | <font color="green">Yes</font> |
| 033 | Packet33RelEntityMoveLook | <font color="green">Yes</font> |
| 034 | Packet34EntityTeleport | <font color="green">Yes</font> |
| 035 | Packet35EntityNickname | <font color="green">Yes</font> |
| 038 | Packet38EntityStatus | <font color="green">Yes</font> |
| 039 | Packet39AttachEntity | <font color="green">Yes</font> |
| 040 | Packet40EntityMetadata | <font color="green">Yes</font> |
| 041 | Packet41EntityPlayerGamemode | <font color="green">Yes</font> |
| 050 | Packet50PreChunk | <font color="green">Yes</font> |
| 051 | Packet51MapChunk | <font color="green">Yes</font> |
| 052 | Packet52MultiBlockChange | <font color="green">Yes</font> |
| 053 | Packet53BlockChange | <font color="green">Yes</font> |
| 054 | Packet54PlayNoteBlock | <font color="green">Yes</font> |
| 056 | Packet56RequestChunk | <font color="red">No</font> |
| 060 | Packet60Explosion | <font color="green">Yes</font> |
| 061 | Packet61PlaySoundEffect | <font color="green">Yes</font> |
| 070 | Packet70Bed | <font color="red">No</font> |
| 071 | Packet71Weather | <font color="red">No</font> |
| 072 | Packet72UpdatePlayerProfile | <font color="green">Yes</font> |
| 073 | Packet73WeatherStatus | <font color="green">Yes</font> |
| 100 | Packet100OpenWindow | <font color="green">Yes</font> |
| 101 | Packet101CloseWindow | <font color="green">Yes</font> |
| 102 | Packet102WindowClick | <font color="green">Yes</font> |
| 103 | Packet103SetSlot | <font color="green">Yes</font> |
| 104 | Packet104WindowItems | <font color="green">Yes</font> |
| 105 | Packet105UpdateProgressbar | <font color="green">Yes</font> |
| 106 | Packet106Transaction | <font color="green">Yes</font> |
| 107 | Packet107UpdateCreativeInventory | <font color="green">Yes</font> |
| 108 | Packet108SetHotbarOffset | <font color="green">Yes</font> |
| 130 | Packet130UpdateSign | <font color="green">Yes</font> |
| 131 | Packet131MapData | <font color="green">Yes</font> |
| 132 | Packet132SetMobSpawner | <font color="green">Yes</font> |
| 133 | Packet133OpenGuidebook | <font color="green">Yes</font> |
| 134 | Packet134ItemData | <font color="green">Yes</font> |
| 135 | Packet135PlacementMode | <font color="green">Yes</font> |
| 136 | Packet136SendKey | <font color="green">Yes</font> |
| 137 | Packet137UpdateFlag | <font color="green">Yes</font> |
| 138 | Packet138PlayerList | <font color="green">Yes</font> |
| 139 | Packet139SetPaintingMotive | <font color="green">Yes</font> |
| 140 | Packet140TileEntityData | <font color="green">Yes</font> |
| 141 | Packet141UpdateFlag | <font color="green">Yes</font> |
| 142 | Packet142OpenFlagWindow | <font color="green">Yes</font> |
| 143 | Packet143PhotoMode | <font color="green">Yes</font> |
| 200 | Packet200Statistic | <font color="green">Yes</font> |
| 255 | Packet255KickDisconnect | <font color="green">Yes</font> |