1. 39b5b86 Allow opening horse inventory for 1.6+ by Shevchik · 7 years ago
  2. 99e99bc Subcommands by Shevchik · 7 years ago
  3. 2a89e93 Reformat by Shevchik · 7 years ago
  4. a9bda73 Merge pull request #543 from xNaXDy/cmdfix by Shevchik · 7 years ago
  5. 4e41856 No more comments + small amendments by Naxdy · 7 years ago
  6. 66c113c Moved usage to plugin.yml, changed to ProtocolSupport.getAllSupported() by BuildTools · 7 years ago
  7. e9027db Removed hiding by BuildTools · 7 years ago
  8. c317f1e Removed config values, added verbose option for /ps list by BuildTools · 7 years ago
  9. af7dd2c /protocolsupport command improvements by BuildTools · 7 years ago
  10. f2f1671 Remap bed to 0 data for all versions before 1.12 by Shevchik · 7 years ago
  11. 83da676 Remap itemstacks using both id and data by Shevchik · 7 years ago
  12. baf62e8 Do not allow logins while server is not running (is shutting down). by Shevchik · 7 years ago
  13. 6aeafa2 Download glowstone from glowstone maven by Shevchik · 7 years ago
  14. 444c3cb Include ps buildinfo in debug exception message by Shevchik · 7 years ago
  15. 3d67248 Fix and always run generate tasks by Shevchik · 7 years ago
  16. dec6d7e Allow but filter out invalid click and hover chat actions by Shevchik · 7 years ago
  17. fdc2d9d Catch all exceptions in ChatAPI.fromJson by Shevchik · 7 years ago
  18. 6089950 Add toString to chat components by Shevchik · 7 years ago
  19. 276fc4c Merge pull request #542 from gdude2002/patch-1 by Shevchik · 7 years ago
  20. 02a9272 Fix Glowstone artifact URL by Gareth Coles · 7 years ago
  21. f57deef toLowerCase on client locale by Shevchik · 7 years ago
  22. 0624fdb Remove debug print, use legacy chat json everywhere by Shevchik · 7 years ago
  23. 8d630e7 Cleanup by Shevchik · 7 years ago
  24. fe12af3 Update en_us locale. Properly iterate over all components in legacy chat by Shevchik · 7 years ago
  25. d7a7beb Append color char after component sibling instead of before by Shevchik · 7 years ago
  26. ae756b9 Convert root component too by Shevchik · 7 years ago
  27. 7adbb41 Translate legacy translations serverside by Shevchik · 7 years ago
  28. cf28b81 Support -1 gamemode (not set), while it's not valid gamemode and should by Shevchik · 7 years ago
  29. c228486 Prepare foundation for translating unsupported translations serverside by Shevchik · 7 years ago
  30. 22d7350 Load all language files by Shevchik · 7 years ago
  31. 63fe9cb Add all lang files by Shevchik · 7 years ago
  32. 701fcbb Actually use locale by Shevchik · 7 years ago
  33. f983d93 Use locale to translate to legacy text by Shevchik · 7 years ago
  34. c8e3e16 Use new serializer methods on socreboard team by Shevchik · 7 years ago
  35. a9722bd Fix rabbit type remapping by Shevchik · 7 years ago
  36. 185eedb Add != null check to avoid exceptions when teleporting unknown entity by Shevchik · 7 years ago
  37. 87369a3 Use 1 field to hold title text by Shevchik · 7 years ago
  38. 693d8e9 Add ConnectionImpl::toString by Shevchik · 7 years ago
  39. 27a45d6 Rename some packages by Shevchik · 7 years ago
  40. 76d496d Merge pull request #505 from lukechatton/patch-1 by Shevchik · 7 years ago
  41. c22db25 updater readme to 1.12 by Luke Chatton · 7 years ago
  42. 5438e68 Change some things in chunk endcoding by Shevchik · 7 years ago
  43. 92684d7 Create utils to operate on block ids and use them by Shevchik · 7 years ago
  44. da69af0 Should be a BaseComponent too by Shevchik · 7 years ago
  45. 895612c ProtocolVersion::isSupported should use name not null check by Shevchik · 7 years ago
  46. babea51 Increase compressed buf initial size to account for overhead when input data length is really low by Shevchik · 7 years ago
  47. 6dd7dd4 Use remapping registry for latest version packet ids by Shevchik · 7 years ago
  48. 9d13f2c GlowStone has block break animation packet implemented now by Shevchik · 7 years ago
  49. 42b9744 Add missing lama spit metadata remapper by Shevchik · 7 years ago
  50. 2b4cc10 Return empty remapper list if remappers doesnt exist for that version by Shevchik · 7 years ago
  51. eb5c9c6 Cleanup by Shevchik · 7 years ago
  52. 7c37351 Actually read/write advancements by Shevchik · 7 years ago
  53. f5065ae Fix ocelot type remapping by Shevchik · 7 years ago
  54. ae6e8ed Remap brown terracota too by Shevchik · 7 years ago
  55. 94bad52 Actually fix read stuck problem (This was working before by pure luck) by Shevchik · 7 years ago
  56. 62960b9 Workaround channel read stuck by Shevchik · 7 years ago
  57. 93e069b Fix wolf metadata remap by Shevchik · 7 years ago
  58. 190512d It's vector3f not float by Shevchik · 7 years ago
  59. c2bfc62 Fix unlock recipes packet by Shevchik · 7 years ago
  60. 031a5be Update to 1.12 by Shevchik · 7 years ago
  61. cefba27 Cleanup by Shevchik · 7 years ago
  62. 9d06408 Create separate parsers for hostname data by Shevchik · 7 years ago
  63. 3cfa56f Partially solve some concurrency problems by Shevchik · 7 years ago
  64. 2cbd94c Update protocol to pre7 by Shevchik · 7 years ago
  65. c2f7d80 Preload classes using Class.forName by Shevchik · 8 years ago
  66. a43a776 Skip new attribute by Shevchik · 8 years ago
  67. ec790b2 Remove Converter and use Function instead (it was here because long time by Shevchik · 8 years ago
  68. 9b80589 Remove no longer needed exception, packet contents is printed now instead by Shevchik · 8 years ago
  69. 8a13189 Ignore static fields in reflective toString by Shevchik · 8 years ago
  70. b0d11c6 ConnectionImpl is stored inside LogicHandler, no need to get it from channel by Shevchik · 8 years ago
  71. c8551ce Remove file error logger and add info to exception message in debug mode instead by Shevchik · 8 years ago
  72. 0bdc54e Improve chat json fixer. Remap keybind component for versions that don't by Shevchik · 8 years ago
  73. 1be5b1d Compute data watcher object index by entity hierarchy by Shevchik · 8 years ago
  74. 10d7b60 Create entity skipping registry and use it by Shevchik · 8 years ago
  75. 6ab48c8 Cleanup by Shevchik · 8 years ago
  76. ec491f5 Dump packet and bytebuf contents on exception in debug mode by Shevchik · 8 years ago
  77. f244731 Move readtimeouthandler by Shevchik · 8 years ago
  78. d475d2a Fix wrong metadata remap by Shevchik · 8 years ago
  79. 5c5f515 Fix horse inventory open by Shevchik · 8 years ago
  80. 993401d Forgot to read jump boost by Shevchik · 8 years ago
  81. 3dd0cae Ooooops by Shevchik · 8 years ago
  82. 21094e9 Forgot to use getOrCreateDefault here too by Shevchik · 8 years ago
  83. e036832 Cleanup by Shevchik · 8 years ago
  84. 308004c Types for entity action by Shevchik · 8 years ago
  85. 657a010 Types for block dig by Shevchik · 8 years ago
  86. e7a1eed ProtocolVersion getAllAfter/getAllBefore by Shevchik · 8 years ago
  87. 136a539 Use new utils method by Shevchik · 8 years ago
  88. b9e1759 Use utils get map or create default (should probably just remove it, by Shevchik · 8 years ago
  89. fbcc263 Types for client command by Shevchik · 8 years ago
  90. b0a04d5 Cleanup by Shevchik · 8 years ago
  91. d02975b Move ProtocolVersionsHelper to proper package by Shevchik · 8 years ago
  92. 1ddadf7 Use constant field instead of getting it every time by Shevchik · 8 years ago
  93. ad5ee51 Explicitly null variable because it is cached by Shevchik · 8 years ago
  94. c81148e Update to 1.12-pre5 by Shevchik · 8 years ago
  95. 5b85983 Update data files by Shevchik · 8 years ago
  96. f872db4 Add keybind component by Shevchik · 8 years ago
  97. c06897e pre3 by Shevchik · 8 years ago
  98. 51b68db Remove show achievement hover action by Shevchik · 8 years ago
  99. f15ed23 Implement new serverbound packets. Remap parrot to ocelot because it is by Shevchik · 8 years ago
  100. 7e2a8f5 Remap knowledge book and illusioner by Shevchik · 8 years ago