1. 82c13ae Revert "Fix thunderbolt" by Shevchik · 4 years, 4 months ago
  2. 0a662e0 Fix thunderbolt by Shevchik · 4 years, 4 months ago
  3. 2af3f6a Fix tameable entity interaction by Shevchik · 4 years, 4 months ago
  4. 2dbe5f0 Fix global palette size. Preload chunk constants. by Shevchik · 4 years, 4 months ago
  5. 4482823 Do not add the root exception as suppressed by Shevchik · 4 years, 5 months ago
  6. 7872dad Rename some classes and methods by Shevchik · 4 years, 5 months ago
  7. 691f18e Remap block/item ids in declare tags by Shevchik · 4 years, 5 months ago
  8. 5c305a4 Combine individual transformer encoder sends into a single result and by Shevchik · 4 years, 5 months ago
  9. 91f4c80 Fix entity attribute id skip by Shevchik · 4 years, 5 months ago
  10. 1f834da Forgot to commit new particle files by Shevchik · 4 years, 5 months ago
  11. f7dd0a1 Add missing particles by Shevchik · 4 years, 5 months ago
  12. e2836d4 Remap tameable entity owner metadata by Shevchik · 4 years, 5 months ago
  13. 7f95f31 Forgot to trySuccess in case of empty buffer by Shevchik · 4 years, 5 months ago
  14. 0038d3a Always use void promises for sending transformed packets. Try set by Shevchik · 4 years, 5 months ago
  15. 2c26b9b Send world sound using cached entity position instead of entity sound by Shevchik · 4 years, 5 months ago
  16. 93f4daa Bump api-version by Shevchik · 4 years, 5 months ago
  17. 3c99219 Fix readme by Shevchik · 4 years, 5 months ago
  18. 6e5858f Stop remapping sound name twice by Shevchik · 4 years, 5 months ago
  19. af30c85 Remove metadata form ConnectionImpl#toString by Shevchik · 4 years, 5 months ago
  20. 0a8517e Connection close event can triggered sync by Shevchik · 4 years, 5 months ago
  21. 1241031 Use entity position cache to play collect effect sounds by Shevchik · 4 years, 5 months ago
  22. a8eeab9 Also cache client position by Shevchik · 4 years, 5 months ago
  23. b3ea277 Remove custom entity tracker remnants by Shevchik · 4 years, 5 months ago
  24. 7e9218c Cache entity positions. Use entity position cache to transform relative by Shevchik · 4 years, 5 months ago
  25. dc9ee23 public -> protected by Shevchik · 4 years, 5 months ago
  26. c6ff2fd Transform player head profile uuid by Shevchik · 4 years, 5 months ago
  27. 70bff17 Fix uuid4i serializer by Shevchik · 4 years, 5 months ago
  28. dd3396d Bump API version by Shevchik · 4 years, 5 months ago
  29. f2b0b1c Update README by Shevchik · 4 years, 5 months ago
  30. 1ccc9c1 Implement biome remapping by Shevchik · 4 years, 5 months ago
  31. 239fb43 Implement rgb colors support in chat json by Shevchik · 4 years, 5 months ago
  32. 099fc2a WIP 1.16.1 by Shevchik · 4 years, 5 months ago
  33. 4fdd683 Remap nametag on 1.8 for any entity, not just living entity by Shevchik · 4 years, 5 months ago
  34. b8516a2 Fix suffix team color prepend (suffix needs reset prepend in case of by Shevchik · 4 years, 5 months ago
  35. 71700bd Refactor scoreboard teams handling by Shevchik · 4 years, 5 months ago
  36. 46a6985 Another entity remapping refactor by Shevchik · 4 years, 5 months ago
  37. e8e8a84 Refactor entity spawn handling again by Shevchik · 4 years, 6 months ago
  38. 5f712a9 Fix sounds for < 1.9 by Shevchik · 4 years, 6 months ago
  39. 0905d1a Fix titles by Shevchik · 4 years, 6 months ago
  40. 76c21b5 Allow null SocketAddress in API by Shevchik · 4 years, 6 months ago
  41. 687bed7 Fix arrows metadata by Shevchik · 4 years, 6 months ago
  42. 0bf043f Fix mushroom cow remap by Shevchik · 4 years, 6 months ago
  43. 3eec19e Fixed rabbits remap for 1.8 by Shevchik · 4 years, 6 months ago
  44. 5a0a534 Handle respawn screen status change. Fix rain handling for < 1.7. by Shevchik · 4 years, 6 months ago
  45. 026b7f9 Validate player or address isn't null in API by Shevchik · 4 years, 6 months ago
  46. 6d90a73 Implement illager aggressive -> legacy attacking metadata by Shevchik · 4 years, 6 months ago
  47. c46c827 Send chat action bar message from specific title impl by Shevchik · 4 years, 6 months ago
  48. 348a511 Skip hotbar chat sending in the middleimpls by Shevchik · 4 years, 6 months ago
  49. 80eb5e6 Cleanup by Shevchik · 4 years, 6 months ago
  50. 84534eb Move server data still has bytes after read to the encoder by Shevchik · 4 years, 6 months ago
  51. 0cc9b73 Always read the data, and throw read cancel only after that by Shevchik · 4 years, 6 months ago
  52. 74627d4 Fix ghost items on player death by Shevchik · 4 years, 6 months ago
  53. 7ede751 Refactor entity equipment by Shevchik · 4 years, 6 months ago
  54. 522de31 Refactor Client/ServerBoundMiddlePacket. by Shevchik · 4 years, 6 months ago
  55. 5a02c6c Respawn client if respawn screen is disabled in start game packet by Shevchik · 4 years, 6 months ago
  56. 7033d32 Fix missing ChunkLight tiles update for 1.9 by Shevchik · 4 years, 6 months ago
  57. 3f930c9 Refactor Client/ServerBoundMiddlePacket. Cache contextx in ConnectionImpl. by Shevchik · 4 years, 6 months ago
  58. 94b1da3 Refactor PacketDataCodec to hide write/read impl from MiddlePacket by Shevchik · 4 years, 6 months ago
  59. bebe905 Fix jukebox record play by Shevchik · 4 years, 6 months ago
  60. ebcb0e5 Update mappings by Shevchik · 4 years, 6 months ago
  61. c6c00ca Fix missing explosion sound by Shevchik · 4 years, 6 months ago
  62. 7443b37 Refactor sound handling. by Shevchik · 4 years, 6 months ago
  63. f34959c Add lenient mode from json chat parsing by Shevchik · 4 years, 7 months ago
  64. 48f3bc7 Drop 1.8 chunk queue on dimension change by Shevchik · 4 years, 7 months ago
  65. 7e72880 Also include online mode in Profile#toString by Shevchik · 4 years, 7 months ago
  66. 0a97751 Manually implement Profile#toString by Shevchik · 4 years, 7 months ago
  67. 7550772 Check if protocol storage data entry isn't null when removing by Shevchik · 4 years, 7 months ago
  68. 70f1453 Should be protected too by Shevchik · 4 years, 7 months ago
  69. 6a1c30f Skip remaining bytes on exception by Shevchik · 4 years, 7 months ago
  70. 84a83a2 Refactor entity metadata remapper. by Shevchik · 4 years, 7 months ago
  71. 258f05e Use fishing float entity metadata remapper by Shevchik · 4 years, 7 months ago
  72. 160a769 Add missing legacy item data -> durability remapper by Shevchik · 4 years, 7 months ago
  73. 46d634d Remove unused skipping table by Shevchik · 4 years, 7 months ago
  74. 517fb59 REmove unused remapper table by Shevchik · 4 years, 7 months ago
  75. 7486bac Remove unused state enum by Shevchik · 4 years, 7 months ago
  76. 513e8f0 Cleanup by Shevchik · 4 years, 8 months ago
  77. 7faca44 Make PacketType enum by Shevchik · 4 years, 8 months ago
  78. d542a95 Cast network managers field to Collection in spigot injector by Shevchik · 4 years, 8 months ago
  79. 5526654 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by Shevchik · 4 years, 9 months ago
  80. b7bcd20 Use own pool instead of netty recycler by Shevchik · 4 years, 9 months ago
  81. 2e129b4 Merge pull request #1220 from tsao-chi/patch-1 by Shevchik · 4 years, 9 months ago
  82. 63e134b protocolsupport.zplatform.impl.spigot.SpigotPacketFactory.getPacketId: add cause by ㄗㄠˋ ㄑㄧˊ · 4 years, 9 months ago
  83. ebe8556 Improve profile api. by Shevchik · 4 years, 10 months ago
  84. b4fb04a Properly update chunk data when full chunk data is sent for already loaded chunk by Shevchik · 4 years, 10 months ago
  85. d66d8e1 Preload object data remappers registry by Shevchik · 4 years, 10 months ago
  86. 279088d Fix panda entity metadata remapping by Shevchik · 4 years, 10 months ago
  87. 09c353e Improve tab complete by Shevchik · 4 years, 10 months ago
  88. 5e6763c Update readme by Shevchik · 4 years, 10 months ago
  89. 3c6d96e Add missing sonatype repo by Shevchik · 4 years, 10 months ago
  90. 7e42b4d Update to 1.15.2 by Shevchik · 4 years, 10 months ago
  91. 892cbff Fix biomes for 1.8 and 1.9.1 by Shevchik · 4 years, 10 months ago
  92. a36a484 Rename some packages that wasn't renamed in 1.15 update by Shevchik · 4 years, 10 months ago
  93. b2cad35 Transform biome data format for old versions by Shevchik · 4 years, 10 months ago
  94. e767ece Include paper-api in dependencies. by Shevchik · 4 years, 10 months ago
  95. a82f2b4 Add API for entity type <-> network id by Shevchik · 4 years, 11 months ago
  96. 1b2f517 Bump api-version just to be sure by Shevchik · 4 years, 11 months ago
  97. 93b5dc4 fire exception on failure when sending packet in API by Shevchik · 4 years, 11 months ago
  98. ac256f7 Move gson instance to JsonUtils by Shevchik · 4 years, 11 months ago
  99. 55f2901 Pass and use player count for creating ping response. by Shevchik · 4 years, 11 months ago
  100. b237e4c Add click action copy to clipboard by Shevchik · 4 years, 11 months ago