1. d183d76 Remove platform bulk chunk transformers by KennyTV · 4 years, 3 months ago
  2. 44e928d Update copyright scopes by KennyTV · 4 years, 3 months ago
  3. 89127ca If possible, user Paper internal injection method by KennyTV · 4 years, 3 months ago
  4. ab93e08 Rename platform task implementations by KennyTV · 4 years, 3 months ago
  5. 96b5051 Use primitive long in task methods by KennyTV · 4 years, 3 months ago
  6. 9e59ef4 Hold the rest of the primitive Type instances under their actual class by KennyTV · 4 years, 3 months ago
  7. 0074683 ProtocolInfo is not a StoredObject by KennyTV · 4 years, 3 months ago
  8. 8e15b6d 21w17a by KennyTV · 4 years, 3 months ago
  9. cad3583 Rename outgoing->clientbound, incoming->serverbound by KennyTV · 4 years, 3 months ago
  10. a2b3906 Move bossbar to new legacy package, since it only works on <1.9 by KennyTV · 4 years, 3 months ago
  11. cadb5ec Rename abstract Protocol to AbstractProtocol by KennyTV · 4 years, 3 months ago
  12. 95e2067 Clean up ProtocolPipeline by KennyTV · 4 years, 3 months ago
  13. f1c8d27 Reformat imports by KennyTV · 4 years, 3 months ago
  14. 318c49c More interfaces, keep ProtocolRegistry.SERVER_PROTOCOL legacy api by KennyTV · 4 years, 3 months ago
  15. d4bc31d Always create ProtocolInfo, store mappings as int[] by KennyTV · 4 years, 3 months ago
  16. 30d122e Create some fancy interfaces by KennyTV · 4 years, 3 months ago
  17. 49d3860 Add ProtocolVersion to legacy api by KennyTV · 4 years, 3 months ago
  18. deec4b5 Move some packages and classes around by KennyTV · 4 years, 3 months ago
  19. dbf6a11 Keep wrapping Via, ViaAPI, and Bossbar API in api-legacy module by KennyTV · 4 years, 3 months ago
  20. a25a563 Change package/imports in classes and build configs by KennyTV · 4 years, 3 months ago
  21. a3b1ce8 Repackage to com.viaversion by KennyTV · 4 years, 3 months ago
  22. c02047a Change group id to com.viaversion by KennyTV · 4 years, 3 months ago
  23. f18e2b3 Cancel Bungee packet encoding when closed (#2448) by Juan Cruz Linsalata · 4 years, 3 months ago
  24. ad0842c Bump version to 4.0.0, remove ProtocolRegistry by KennyTV · 4 years, 3 months ago
  25. 2b19a98 21w16a by KennyTV · 4 years, 3 months ago
  26. d40ce9f Minor optimizations in pipeline filling by KennyTV · 4 years, 3 months ago
  27. 144c24c Move packet tracking methods out of UserConnectionn by KennyTV · 4 years, 3 months ago
  28. 2c884dc Feat (Bungee): Use only unsafe field modifications (#2440) by Mariell Hoversholm · 4 years, 3 months ago
  29. d0882cf Update GsonUtil, more javadoc by KennyTV · 4 years, 3 months ago
  30. cfec0cc Improve 1.9->1.8 block place translation (and fix some bugs) (#2437) by RK_01 · 4 years, 3 months ago
  31. d3a3e36 Fix publishing by KennyTV · 4 years, 3 months ago
  32. f1eef02 Fix Java 16 compatibility on Bukkit/Sponge 1.8 (#2438) by MrMicky · 4 years, 3 months ago
  33. 4df70de Add note on required jdk version for compilation by KennyTV · 4 years, 3 months ago
  34. 898521d 21w15a by KennyTV · 4 years, 3 months ago
  35. 87d54f1 Clean up build scripts using new Gradle features (#2436) by Jason · 4 years, 3 months ago
  36. c7e5b4a Update to Gradle 7.0 by KennyTV · 4 years, 3 months ago
  37. 458279d Fix (Bungee): Java 16 compatibility (#2433) by Mariell Hoversholm · 4 years, 3 months ago
  38. 7300a69 Use Paper method to get server protocol version if possible by KennyTV · 4 years, 3 months ago
  39. 76e739e fix ghost shield issue and delayed interaction when switching to another item (#2432) by LabyStudio · 4 years, 3 months ago
  40. 0ee80dc Don't throw an exception on hover parse failure by KennyTV · 4 years, 3 months ago
  41. 4473f86 Update ComponentRewriter by KennyTV · 4 years, 4 months ago
  42. 9f380a7 Handle minecart block data (#2424) by creeper123123321 · 4 years, 4 months ago
  43. 3c7d481 Fix namespaced 1.12->1.13 sound conversion by KennyTV · 4 years, 4 months ago
  44. b23c01c Javadoc additions by KennyTV · 4 years, 4 months ago
  45. 00b8289 Handle new entity pose from 21w13a by KennyTV · 4 years, 4 months ago
  46. e9fa5b4 21w14a by KennyTV · 4 years, 4 months ago
  47. ef8cb05 Update build badge in readme by KennyTV · 4 years, 4 months ago
  48. e83686d Implement showShieldWhenSwordInHand option (#2417) by LabyStudio · 4 years, 4 months ago
  49. 26bbc92 Warn about potentially unstable plugins/server software by KennyTV · 4 years, 4 months ago
  50. 9ccd8bf Fix error with shit-click on offhand slot on 1.8 servers (#2419) by MrMicky · 4 years, 4 months ago
  51. 29d6b55 Fix ChunkSection nullability annotations by KennyTV · 4 years, 4 months ago
  52. 1251d43 Fix invalid enchantment parsing Fixes #2418 by KennyTV · 4 years, 4 months ago
  53. 070c7f5 Move to checker qual nullability annotations by KennyTV · 4 years, 4 months ago
  54. d79bd00 Minor log changes by KennyTV · 4 years, 4 months ago
  55. df7a644 Add ShortByteArrayType, minor PacketWrapper changes (#2413) by creeper123123321 · 4 years, 4 months ago
  56. 956492b Add option to fix delayed shield blocking (#2415) by R0bbyYT · 4 years, 4 months ago
  57. 1d31128 GitHub workflow (#2163) by creeper123123321 · 4 years, 4 months ago
  58. b251170 Add goat entity type by KennyTV · 4 years, 4 months ago
  59. ab376dc 21w13a by KennyTV · 4 years, 4 months ago
  60. fd9442b Minor jd changes in ViaAPI, fix typo by KennyTV · 4 years, 4 months ago
  61. a63f2ab Improve server version API by KennyTV · 4 years, 4 months ago
  62. d918fd2 Reduce boxing in protocol path getting by KennyTV · 4 years, 4 months ago
  63. 6335620 ProtocolRegistry -> ProtocolManager interface by KennyTV · 4 years, 4 months ago
  64. 210cae7 Add MIT copyright headers to the api module by KennyTV · 4 years, 4 months ago
  65. 0ab2c62 Split parts of common into api; We are now GPL, api is MIT by KennyTV · 4 years, 4 months ago
  66. b8072aa Merge remote-tracking branch 'origin/master' into dev by KennyTV · 4 years, 4 months ago
  67. 00b4c9b Add feature request template by KennyTV · 4 years, 4 months ago
  68. 2f45de2 Small changes to the issue form by KennyTV · 4 years, 4 months ago
  69. f60c016 Issue forms, anyone? by KennyTV · 4 years, 4 months ago
  70. bfcfb43 Add missing doc by KennyTV · 4 years, 4 months ago
  71. 9b4d50b Tidy up concurrent mapping loading by KennyTV · 4 years, 4 months ago
  72. bdeb5ac Fix license bundling by KennyTV · 4 years, 4 months ago
  73. 81b9f1b 21w11a by KennyTV · 4 years, 4 months ago
  74. 0552863 Update adventure by KennyTV · 4 years, 4 months ago
  75. 0986e17 Fix drag desync by KennyTV · 4 years, 4 months ago
  76. b589561 More primitive tag calls by KennyTV · 4 years, 4 months ago
  77. 388eb73 Update nbt usage by KennyTV · 4 years, 4 months ago
  78. 2f7de53 Merge remote-tracking branch 'origin/master' into dev by KennyTV · 4 years, 4 months ago
  79. f7afe84 21w10a (kind of) by KennyTV · 4 years, 5 months ago
  80. ea01465 Add "forced-use-1_17-resource-pack" option (#2390) by LemonCaramel · 4 years, 5 months ago
  81. 72de597 Fix Explosion Mapping (#2389) by LemonCaramel · 4 years, 5 months ago
  82. d7c8f3a Update Sponge repository url by KennyTV · 4 years, 5 months ago
  83. 6cc761e Title Packet fix (#2387) by LemonCaramel · 4 years, 5 months ago
  84. 2723302 Update bug_report.md by Joseph Burton · 4 years, 5 months ago
  85. 6497cca Update adventure by KennyTV · 4 years, 5 months ago
  86. ec188db Shade relocated adventure without breaking native platform usage by KennyTV · 4 years, 5 months ago
  87. b84bc76 Fixes by KennyTV · 4 years, 8 months ago
  88. cf8d11d Let's go on an <insert title card> by KennyTV · 4 years, 8 months ago
  89. 7f8052c Fix handling of unknown container ids (#2384) by RK_01 · 4 years, 5 months ago
  90. 08763a9 Add 1.17 to table by KennyTV · 4 years, 5 months ago
  91. 6e9e757 Fix ExceptionInInitializerError (#2372) by LemonCaramel · 4 years, 5 months ago
  92. 5e227cb Fix Bungee Chat relocation Fixes #2371 by KennyTV · 4 years, 5 months ago
  93. 3c73d70 Fix handling of animation 3 in 1.8->1.9 (#2358) by RK_01 · 4 years, 5 months ago
  94. 9fbadc0 Keep white background of version chart by KennyTV · 4 years, 5 months ago
  95. 6b7818e 21w08b by KennyTV · 4 years, 5 months ago
  96. 16208b2 Update README by KennyTV · 4 years, 5 months ago
  97. a0351b8 Update version by KennyTV · 4 years, 5 months ago
  98. 35ac41e Fix subproject version/name by KennyTV · 4 years, 5 months ago
  99. 46a01cb Fix publishing (#2364) by Jason · 4 years, 5 months ago
  100. e437c65 Revert "Try /everything" by Myles · 4 years, 5 months ago