1. af6dfcd Refactor legacy location offset. by Shevchik · 3 years, 6 months ago
  2. 2394215 Fix entity/player location precision loss by Shevchik · 3 years, 6 months ago
  3. 86cdfe3 Split network entity object data mapping registry to two registries by Shevchik · 3 years, 6 months ago
  4. 2ad32f0 Improve logging by Shevchik · 3 years, 6 months ago
  5. fd54b13 Remove write/set method impls from ReplayingDecoderByteBuf by Shevchik · 3 years, 6 months ago
  6. 49da111 Add missing enchantment skips by Shevchik · 3 years, 6 months ago
  7. 9957eea Cleanup by Shevchik · 3 years, 6 months ago
  8. 69bd763 Use Locale#ENGLISH in Strng#toLowerCase/toUpperCase calls by Shevchik · 3 years, 6 months ago
  9. 1971e53 Rename blockdata remap classes by Shevchik · 3 years, 6 months ago
  10. 456f1b6 Refactor entity metadata remapping by Shevchik · 3 years, 6 months ago
  11. bf8e8af Make NetworkItemStack clonable by Shevchik · 3 years, 6 months ago
  12. 0e3ece6 Improve nbt utils by Shevchik · 3 years, 6 months ago
  13. 47999f3 Call clear() before applying default mappings by Shevchik · 3 years, 6 months ago
  14. 40863eb Use ProtocolVersionsHelper#ALL instead of ProtocolVersion#getAllSupported by Shevchik · 3 years, 6 months ago
  15. befa8be Use 2 stage itemstack mapping in particle mapping by Shevchik · 3 years, 6 months ago
  16. 0920073 Use 2 stage items mapping in legacy hover serializer by Shevchik · 3 years, 6 months ago
  17. 65ffa83 Split itemstack transforming to 2 stages by Shevchik · 3 years, 6 months ago
  18. 9634feb Dev version by Shevchik · 3 years, 6 months ago
  19. 936247a Release 1.16.5-2 by Shevchik · 3 years, 6 months ago
  20. 0993a34 Confirm movement on exact match only by Shevchik · 3 years, 7 months ago
  21. e61a8de Leave the single / in tab complete by Shevchik · 3 years, 7 months ago
  22. ce1e3db Play item pickup sound on collect effect for any entity by Shevchik · 3 years, 7 months ago
  23. 1ea1976 Generate resources on processResources stage by Shevchik · 3 years, 7 months ago
  24. 6628267 Disable gradle metadata generation by Shevchik · 3 years, 7 months ago
  25. 4a9ea5f Fix maven publication by Shevchik · 3 years, 7 months ago
  26. ff7c9b8 Gradle 7 by Shevchik · 3 years, 7 months ago
  27. fd03cdd Refactor registry by Shevchik · 3 years, 7 months ago
  28. 1ba230e Refactor SimpleTypeDeserializer/SimpleTypeSerializer by Shevchik · 3 years, 7 months ago
  29. 5324d50 Use new SimpleTypeSerializer constructor in ItemStackSerializer by Shevchik · 3 years, 7 months ago
  30. 40a5e5d Refactor StringSerializer by Shevchik · 3 years, 7 months ago
  31. fe37b6a Refactor SimpleTypeSerializer by Shevchik · 3 years, 7 months ago
  32. 03a091d Use ProtocolVersionsHelper by Shevchik · 3 years, 7 months ago
  33. 89077ce Update mappings by Shevchik · 3 years, 7 months ago
  34. 1a446f2 Fix translating translate component with extra components by Shevchik · 3 years, 7 months ago
  35. 66b494a Improve legacy potion remapping by Shevchik · 3 years, 8 months ago
  36. e9aaf71 More BitUtils shorcut methods by Shevchik · 3 years, 8 months ago
  37. 9df83c9 Update buildtools version by Shevchik · 3 years, 8 months ago
  38. e52085f Enable stacktrace printing by default by Shevchik · 3 years, 8 months ago
  39. ae727e3 Update readme to spigot 1.16.5 by Shevchik · 3 years, 8 months ago
  40. ca4fd29 Do not interrupt load on block bounds update failure by Shevchik · 3 years, 8 months ago
  41. df80677 Attempt to use unsafe to set static final field by Shevchik · 3 years, 8 months ago
  42. 4fb9fb0 Cleanup by Shevchik · 3 years, 8 months ago
  43. 5ba500d Improve biome remapping by Shevchik · 3 years, 8 months ago
  44. 705f6dd Fix varlong read by Shevchik · 3 years, 9 months ago
  45. a9f7e1e dev version by Shevchik · 3 years, 9 months ago
  46. f188eb2 Add website to plugin.yml by Shevchik · 3 years, 9 months ago
  47. 7b36b34 Bump version for release by Shevchik · 3 years, 9 months ago
  48. aaa26c0 Fix rain state for <= 1.6.4 by Shevchik · 3 years, 9 months ago
  49. 858f62c Fix handling respawn screen enabled state by Shevchik · 3 years, 9 months ago
  50. cc14bc5 Check isFormat instead of isColor or reset by Shevchik · 3 years, 9 months ago
  51. f655d1c Merge pull request #1316 from alexsosnovsky/master by Shevchik · 3 years, 9 months ago
  52. aa6ac7f Add only one reset by alexsosnovsky · 3 years, 9 months ago
  53. 989e07b Fix legacy scoreboard prefix getting cut off by alexsosnovsky · 3 years, 9 months ago
  54. 3bc06a8 Add an optional file log, and use it for logging network exceptions. by Shevchik · 3 years, 10 months ago
  55. fc88d0c Better user friendly version names by Shevchik · 3 years, 11 months ago
  56. 1bf74a9 Bump plugin version in plugin yml too by Shevchik · 3 years, 11 months ago
  57. 0570786 Update to 1.16.5 by Shevchik · 3 years, 11 months ago
  58. 6d47f29 Do not process invalid spawn named packets by Shevchik · 3 years, 11 months ago
  59. 743fb16 Calculate varint size and use it for writing packet length by Shevchik · 3 years, 11 months ago
  60. 2386e39 Bump dependency supplier version by Shevchik · 3 years, 11 months ago
  61. efb968d Abstract compressor by Shevchik · 3 years, 11 months ago
  62. 3e99b27 Update address by Shevchik · 3 years, 11 months ago
  63. 73b54a7 Rename middle packet and packetdatacodec methods by Shevchik · 3 years, 11 months ago
  64. 32c4c7b Normalize chunk section bits per block before read by Shevchik · 3 years, 11 months ago
  65. a8ba65e Fix book edit/sign for 1.13-1.16.3 by Shevchik · 3 years, 11 months ago
  66. 04834ef Fix legacy hover action serializer by Shevchik · 3 years, 12 months ago
  67. 39d280d Fix mule missing data format for some versions by Shevchik · 3 years, 12 months ago
  68. 5bfc6c6 Remap item id in set cooldown by Shevchik · 3 years, 12 months ago
  69. 51a81ec Dev version by Shevchik · 3 years, 12 months ago
  70. 9f487df Disable 1.8 ChunkSendIntervalPacketQueue if delay is <= 0 by Shevchik · 3 years, 12 months ago
  71. 5f20c03 Read + parse json using JsonParser static methods by Shevchik · 4 years ago
  72. eeb44c1 Move MinecraftData item utils to MinecraftItemData by Shevchik · 4 years ago
  73. e328ea6 Refactor minecraftblockdata and blockdata <-> network id conversion by Shevchik · 4 years ago
  74. c0c2151 Bump api version by Shevchik · 4 years ago
  75. 3d24efe Change version to release by Shevchik · 4 years ago
  76. b4acd6c Print a stacktrace if platform init failed by Shevchik · 4 years, 1 month ago
  77. 3803266 Fix book edit by Shevchik · 4 years, 1 month ago
  78. e04433c Update readme by Shevchik · 4 years, 1 month ago
  79. 7d8b25a Update to 1.16.4 by Shevchik · 4 years, 1 month ago
  80. 05b4610 Add mappings for new 1.16 colors. Fix mappings for <= 1.6.4 colors. by Shevchik · 4 years, 1 month ago
  81. 9221cc3 Override all methods in NOOP PacketDataCodecImpl by Shevchik · 4 years, 1 month ago
  82. 1e1809f Handle the same world dimension switch by Shevchik · 4 years, 1 month ago
  83. 90d1804 Refactor connection and transform codec init by Shevchik · 4 years, 2 months ago
  84. 5cff06a Fix legacy network entity location offset by Shevchik · 4 years, 2 months ago
  85. e70170a Fix bed item mapping for < 1.12 by Shevchik · 4 years, 2 months ago
  86. 5e3ee49 Update dependencies. Fix gitignore. by Shevchik · 4 years, 2 months ago
  87. ec3ed4b Refactor window remapping by Shevchik · 4 years, 2 months ago
  88. b53d337 1.16 global palette chunk writer should use 15 bits by Shevchik · 4 years, 2 months ago
  89. 2bdaef6 Cancel custom payload reigster/unregister if data transform regtured 0 tags. by Shevchik · 4 years, 2 months ago
  90. f60607f Update README by Shevchik · 4 years, 2 months ago
  91. 87ef804 Iterated block mask again in order to figure out which tiles should be by Shevchik · 4 years, 2 months ago
  92. 67eece3 Check if the chunk had full chunk sent before assuming it is loaded by Shevchik · 4 years, 2 months ago
  93. 644e80b Make write length/size prefixed data methods also accept the type that by Shevchik · 4 years, 2 months ago
  94. 2f467f2 Default to pig if entity type is unknown by Shevchik · 4 years, 2 months ago
  95. 04a894b Use passenger aware entity destroy for potion entity respawn by Shevchik · 4 years, 2 months ago
  96. da55305 Implement multiple entity passengers by Shevchik · 4 years, 2 months ago
  97. 9fcf5d3 Refactor custom payload transform by Shevchik · 4 years, 2 months ago
  98. c7735cd Fix thrown potion texture for <= 1.8.9 clients by Shevchik · 4 years, 2 months ago
  99. 334cf1c Also emulate hurt effect on lava damage by Shevchik · 4 years, 2 months ago
  100. 2379200 Rename class by Shevchik · 4 years, 2 months ago