1. 8b00a67 Fix injecting on spigot by Shevchik · 4 years, 11 months ago
  2. 4dbb928 Fix bee entity remap for 1.12 by Shevchik · 4 years, 11 months ago
  3. 4402ff5 Update README by Shevchik · 4 years, 11 months ago
  4. 0198f51 Add 1.15 protocol support. by Shevchik · 4 years, 11 months ago
  5. 728aebc Update NMS impl to 1.15. Update middle packet definitions to 1.15. by Shevchik · 4 years, 11 months ago
  6. c795b39 Some refactor to block change/break confirm writing for legacy versions by Shevchik · 4 years, 12 months ago
  7. 05a1dae Pass remapped entity type to writer by Shevchik · 4 years, 12 months ago
  8. 804f963 Refactor entity remapper usage by Shevchik · 4 years, 12 months ago
  9. 04ead20 Cleanup some logging by Shevchik · 4 years, 12 months ago
  10. 03cd016 Fix method name by Shevchik · 4 years, 12 months ago
  11. bfbee4b Abstract entity metadata + use bed handling by Shevchik · 4 years, 12 months ago
  12. 86be0db Skip receiving keepalive if id -1 by Shevchik · 4 years, 12 months ago
  13. df5c616 Cleanup encoder/decoder. More efficient packet data clone. by Shevchik · 4 years, 12 months ago
  14. a87f347 Use correct variables for writing data by Shevchik · 4 years, 12 months ago
  15. d723901 Instead of writing packet id on packet data creation allocate some space by Shevchik · 4 years, 12 months ago
  16. 2a633db Check codec for non null before attempt to release by Shevchik · 4 years, 12 months ago
  17. ba686ee Fix startgame for 1.4 - 1.6 by Shevchik · 4 years, 12 months ago
  18. a9c4716 Refactor middle packets and packet data. by Shevchik · 4 years, 12 months ago
  19. 9dece32 Make entity tracker more compatible with plugins that may try to use it. by Shevchik · 5 years ago
  20. 022e678 Implement paper specific server ping event by Shevchik · 5 years ago
  21. 1a5899c Lift limits on nametag length for some versions by Shevchik · 5 years ago
  22. b49da73 Cleanup window data implementtation. Move windowrelated cache to by Shevchik · 5 years ago
  23. fde4b06 Remap some particles instead of skipping them by Shevchik · 5 years ago
  24. 52e6727 Get keep alive cache on packet init by Shevchik · 5 years ago
  25. e441901 Get custom payload cache on packet init by Shevchik · 5 years ago
  26. e0e377a Actually use chunkCache field by Shevchik · 5 years ago
  27. 22b9435 Refractor playerlist set entry by Shevchik · 5 years ago
  28. 06b7cdb Abstract some things in < 1.9 movement handling by Shevchik · 5 years ago
  29. a211289 Extract specific cache type on middle packet init by Shevchik · 5 years ago
  30. 98c9284 Fix class name by Shevchik · 5 years ago
  31. d08c48c Change 2d id to south 2d id. by Shevchik · 5 years ago
  32. c1439db Fix llama entity metadata remap for 1.14 by Shevchik · 5 years ago
  33. 75dc9f5 Fix parsing some types of mojanson compound. by Shevchik · 5 years ago
  34. 1720619 Fix hrose inventory open for 1.14+ by Shevchik · 5 years ago
  35. f92b9fa Move recipe type definitions to separate package. Should help create a by Shevchik · 5 years ago
  36. d5f3811 Refactor and cleanup block/chunk related impl by Shevchik · 5 years ago
  37. 673d11d Move metadata to window cache. by Shevchik · 5 years ago
  38. 2541bfa Rename to make window remapping more understandable by Shevchik · 5 years ago
  39. f7663ef Forgot beacon by Shevchik · 5 years ago
  40. 9292a59 Fix inventory slot remapping by Shevchik · 5 years ago
  41. 8a9eadf Remove unused field by Shevchik · 5 years ago
  42. b6f6d1c Helper for getting event loop and executing simple tasks by Shevchik · 5 years ago
  43. 889d779 Skip invalid animations by Shevchik · 5 years ago
  44. dabbe7c Both send and queue entity set passenger packet for 1.8. by Shevchik · 5 years ago
  45. 29bd54d Cleanup by Shevchik · 5 years ago
  46. c39f35a Clamp prefix so there is always a space for team color by Shevchik · 5 years ago
  47. 8182fa9 Fix biomes for < 1.9 by Shevchik · 5 years ago
  48. 4faa661 Skip falling dust pre 1.10 by Shevchik · 5 years ago
  49. fe9bf49 Use default locale from client -> server itemstack read. by Shevchik · 5 years ago
  50. a21dece Use specific write/read string methods where possible by Shevchik · 5 years ago
  51. 835d9a5 Refactor remapping window slots by Shevchik · 5 years ago
  52. 6eebde3 Null some middle packet fields after their send. by Shevchik · 5 years ago
  53. 3a80c66 Copy scoreboard team color to prefix if needed for < 1.13. by Shevchik · 5 years ago
  54. 3c6f147 API improvements by Shevchik · 5 years ago
  55. 569792d Remove the sync ticking task. by Shevchik · 5 years ago
  56. bcea4d4 Rename method by Shevchik · 5 years ago
  57. 9eeddc5 Fix shulker box inventory remap. by Shevchik · 5 years ago
  58. bcf9f75 Remap item banners too. Also remap shields. by Shevchik · 5 years ago
  59. 0335852 Do a defensive copy of players before kicking them by Shevchik · 5 years ago
  60. 93ca228 Add release function to packet processors. Move connection remove to by Shevchik · 5 years ago
  61. 28b9e96 Update legacyblockdata by Shevchik · 5 years ago
  62. 0e62bba Update block mappings by Shevchik · 5 years ago
  63. 5b63471 Fix tile remap on block tile update by Shevchik · 5 years ago
  64. c783058 Fix possible timeout issue. by Shevchik · 5 years ago
  65. ad6a102 Cleanup by Shevchik · 5 years ago
  66. c9bc492 Rename animation fields by Shevchik · 5 years ago
  67. 2bd63c4 Update README to reflect statistics handling change by Shevchik · 5 years ago
  68. b8c4633 Only send statistics for latest protocol version by Shevchik · 5 years ago
  69. 55784aa Rename some packets by Shevchik · 5 years ago
  70. 7e55dd4 Fix entity tracker entry. by Shevchik · 5 years ago
  71. 9121e72 Move into SpigotPlatformInjector by Shevchik · 5 years ago
  72. 69ab045 Move more things to CommonNBT by Shevchik · 5 years ago
  73. 2b09754 Use arrays in other minecraft data registries too. by Shevchik · 5 years ago
  74. 37f3992 Make potiondata id -> name registry use array by Shevchik · 5 years ago
  75. f28ecbf Rename all entity metadata FLAGS to prevent accidental use of wrong by Shevchik · 5 years ago
  76. e9bafbf Send compression enable message inside the event loop. by Shevchik · 5 years ago
  77. 1741072 Don't use streams for such small thing by Shevchik · 5 years ago
  78. 5f022bc Use bit utils createBitMask by Shevchik · 5 years ago
  79. ecdb9b0 Fix isBitSet. Split int and long bitmask bit utils. Add more bit utils by Shevchik · 5 years ago
  80. 0c1242d Move bit flags operations to separate class. Use them in some new by Shevchik · 5 years ago
  81. 3cb5e51 Inherit ClientBoundPacketData and ServerBoundPacketData from by Shevchik · 5 years ago
  82. b3e2383 Get trusted lookup using reflection so code can be used on java8 too. by Shevchik · 5 years ago
  83. a2ad18d Java12 compatible way of setting static final field. by Shevchik · 5 years ago
  84. 8e1d103 Replace stream with foreach (runs faster in this case) by Shevchik · 5 years ago
  85. 0b25207 Do not try to remap null itemstack after read. by Shevchik · 5 years ago
  86. 4873748 Use monotonic clock source for calculating read timeout and throttle by Shevchik · 5 years ago
  87. 279ac3b Cleanup by Shevchik · 5 years ago
  88. 6255bcc Select type writer/reader based on protocol version instead of bunch of by Shevchik · 5 years ago
  89. 94d65cf Fix type serializer used versions by Shevchik · 5 years ago
  90. de95f7e Fix minecarts for < 1.9 by Shevchik · 5 years ago
  91. 4443020 Fix polar bears remap for 1.10 by Shevchik · 5 years ago
  92. e97d8d1 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by Shevchik · 5 years ago
  93. 8eb0c68 Fix explosion desync. Propagate block changes done in explosion to chunk cache. by Shevchik · 5 years ago
  94. 353364f Print packet class when encoder bytes readable left exception is thrown. by Shevchik · 5 years ago
  95. 6795433 Make CachedInstanceOfMap concurrent capable. by Shevchik · 5 years ago
  96. 50f5982 Optimize chunk data writing. by Shevchik · 5 years ago
  97. 2813834 Use a specialized list for remapped entity metadata. Share the entity by Shevchik · 5 years ago
  98. 62e086e Skip more particles that didn't exist before 1.13 by Shevchik · 5 years ago
  99. a2fd58f Make runnabletransformoperation into a class instead by Shevchik · 5 years ago
  100. f70e9c2 Rewriter middle pipeline. Now connection knows how to write middle by Shevchik · 5 years ago