minecraft-server
minecraft-server copied to clipboard
PacketI Implementation
Implementation of server bound packets.
Handshake
- [x] 0x00: Handshake
- [ ] 0xFE: Legacy Server List Ping
Status
- [x] 0x00: Request
- [x] 0x01: Ping
Login
- [x] 0x00: Login Start
- [x] 0x01: Encryption Response
- [x] 0x02: Login Plugin Response
Play
- [x] 0x00: Teleport Confirm
- [x] 0x01: Query Block NBT
- [x] 0x02: Set Difficulty
- [x] 0x03: Chat Message
- [x] 0x04: Client Status
- [x] 0x05: Client Settings
- [ ] 0x06: Tab Complete
- [ ] 0x07: Window Confirmation
- [ ] 0x08: Click Window Button
- [ ] 0x09: Click Window
- [ ] 0x0A: Close Window
- [x] 0x0B: Plugin Message
- [ ] 0x0C: Edit Book
- [ ] 0x0D: Entity NBT Request
- [ ] 0x0E: Interact Entity
- [x] 0x0F: Keep Alive
- [ ] 0x10: Lock Difficulty
- [x] 0x11: Player Position
- [x] 0x12: Player Position And Rotation
- [x] 0x13: Player Rotation
- [ ] 0x14: Player Movement
- [ ] 0x15: Vehicle Move
- [ ] 0x16: Steer Boat
- [ ] 0x17: Pick Item
- [ ] 0x18: Craft Recipe Request
- [x] 0x19: Player Abilities
- [ ] 0x1A: Player Digging
- [ ] 0x1B: Entity Action
- [ ] 0x1C: Steer Vehicle
- [ ] 0x1D: Recipe Book Data
- [ ] 0x1E: Name Item
- [ ] 0x1F: Resource Pack Status
- [ ] 0x20: Advancement Tab
- [ ] 0x21: Select Trade
- [ ] 0x22: Set Beacon Effect
- [ ] 0x23: Held Item Change
- [ ] 0x24: Update Command Block
- [ ] 0x25: Update Command Block Minecart
- [ ] 0x26: Creative Inventory Action
- [ ] 0x27: Update Jigsaw Block
- [ ] 0x28: Update Structure Block
- [ ] 0x29: Update Sign
- [ ] 0x2A: Animation
- [ ] 0x2B: Spectate
- [ ] 0x2C: Player Block Placement
- [ ] 0x2D: Use Item
Hi, what version of the protocol you're targeting to implement?
I've looked through packets list above, and it looks like 1.15.2, is that right?