1. 17c5849 fix powered levers by Gerrygames · 6 years ago
  2. f6932e0 fix lever mapping by Gerrygames · 6 years ago
  3. 605e63e fix fence connections to stairs, remove waterlogged blocks from stair data by Gerrygames · 6 years ago
  4. b129ef0 Merge pull request #1148 from KennyTV/master by Myles · 6 years ago
  5. 1f41893 Merge pull request #1150 from creeper123123321/master by Myles · 6 years ago
  6. c8e8f39 Fix new velocity version by creeper123123321 · 6 years ago
  7. 20654b0 Add convenience config options by KennyTV · 6 years ago
  8. 200ccfd Use HTTPS for update checking by Myles · 6 years ago
  9. 67a0a47 Merge pull request #1143 from creeper123123321/master by Myles · 6 years ago
  10. 933e8cb set auto-team to false on join packet by creeper123123321 · 6 years ago
  11. daac2ba Resend viaversion team when removed from the current team by creeper123123321 · 6 years ago
  12. 4a2bcf6 Merge pull request #1142 from creeper123123321/master by Myles · 6 years ago
  13. cd7774f Use ProtocolInfo#getServerProtocolVersion for block connection, use bungee and velocity version if not ported by creeper123123321 · 6 years ago
  14. 240653c Merge pull request #1133 from creeper123123321/patch-1 by Myles · 6 years ago
  15. bac3a76 Add "blockconnection-method" to VelocityViaConfig#UNSUPPORTED by creeper123123321 · 6 years ago
  16. 1abc3eb Merge pull request #1121 from creeper123123321/master by Myles · 6 years ago
  17. c21003e CanPlaceOn, CanDestroy by creeper123123321 · 6 years ago
  18. 1fd0211 Merge pull request #1120 from creeper123123321/master by Myles · 6 years ago
  19. 1932c7a ProtocolVersion#SUPPORTED_VERSIONS, relocate javassist by creeper123123321 · 6 years ago
  20. 94422da Merge pull request #1119 from creeper123123321/master by Myles · 6 years ago
  21. b10ca3e Fix breaking change caused by VelocityPowered/Velocity@853fd22 by creeper123123321 · 6 years ago
  22. 858e0a5 Merge pull request #1117 from creeper123123321/master by Myles · 6 years ago
  23. eaa8e05 Fix mappings, fixing shift click on furnaces by creeper123123321 · 6 years ago
  24. 3e3d338 Merge pull request #1116 from creeper123123321/master by Myles · 6 years ago
  25. 0c5f5c6 remove debug by creeper123123321 · 6 years ago
  26. 7c6118b facepalm by creeper123123321 · 6 years ago
  27. 7fe99c9 clicking in recipe doesn't work by creeper123123321 · 6 years ago
  28. d6c4c18 still not working by creeper123123321 · 6 years ago
  29. 649676e trying recipes, currently not working by creeper123123321 · 6 years ago
  30. 43e93e7 Merge pull request #1113 from creeper123123321/master by Myles · 6 years ago
  31. ba78171 Fix chunk writing by creeper123123321 · 6 years ago
  32. c1147cb Formatting by Myles · 6 years ago
  33. fba0a59 Merge pull request #1107 from creeper123123321/master by Myles · 6 years ago
  34. c5c7d36 Change Chunk#getBiomeData() to int[] by creeper123123321 · 6 years ago
  35. 83ba55d Merge pull request #1104 from Gerrygames/block-connections-master by Myles · 6 years ago
  36. 000fff2 fix BlockConnectionStorage not being initialized by Gerrygames · 6 years ago
  37. 4023f24 Merge pull request #1093 from Gerrygames/block-connections-master by Myles · 6 years ago
  38. 27d56ca Merge pull request #1100 from creeper123123321/master by Myles · 6 years ago
  39. 55fad45 Update Lombok to make compile on Java 11 by creeper123123321 · 6 years ago
  40. 22cc12e Try to compile with Java 11 by creeper123123321 · 6 years ago
  41. 2812b12 Merge pull request #1099 from creeper123123321/master by Myles · 6 years ago
  42. ad3465f Fix Velocity platform breaking changes by creeper123123321 · 6 years ago
  43. fc8b55d fix spelling mistake by Marco Neuhaus · 6 years ago
  44. b60c56f Tripwire connections by Gerrygames · 6 years ago
  45. eb1571d init ConnectionData by Gerrygames · 6 years ago
  46. 9a13eb3 Serverside block-connections! by Gerrygames · 6 years ago
  47. 73dccba Merge branch 'pr/1045' by Myles · 6 years ago
  48. 66d8367 Merge pull request #1092 from Gerrygames/chunk-refactor by Myles · 6 years ago
  49. ab1c44c Propose 2.0.0 snapshot as this version contains several API breaking changes by Myles · 6 years ago
  50. 8549c22 Change the name of the config class to be more consistent by Myles · 6 years ago
  51. d0300de Prevent initialization error by Myles · 6 years ago
  52. 34c701e fix chunk unload packet by Marco Neuhaus · 6 years ago
  53. cf0bd6f Use List and Map, fixes duplicate block ids in palette causing issues by Gerrygames · 6 years ago
  54. 3b14dd3 Use methods for palette rewriting, fix "value already present" by Gerrygames · 6 years ago
  55. 9a87adf Use BiHashMap as palette by Gerrygames · 6 years ago
  56. ce65c7f fix merge issues by Gerrygames · 6 years ago
  57. 82013d5 Keep Chunk as an interface by Gerrygames · 6 years ago
  58. 14377ca Use types for ChunkSections by Gerrygames · 6 years ago
  59. f4b6b17 Merge pull request #1085 from Gerrygames/myles_master by Myles · 6 years ago
  60. b86950d fix #1076 by Gerrygames · 6 years ago
  61. 3ef1ac0 fix version, detect velocity implementation, fix npe, fix detectorservice by creeper123123321 · 6 years ago
  62. 4c07b6d Squash Velocity platform commits by creeper123123321 · 6 years ago
  63. 7f77cbf Merge pull request #1081 from creeper123123321/master by Myles · 6 years ago
  64. cfd3179 try to eat less ram by creeper123123321 · 6 years ago
  65. 1a3170c Merge pull request #1077 from creeper123123321/translations by Myles · 6 years ago
  66. 25463a9 Merge pull request #1078 from creeper123123321/master by Myles · 6 years ago
  67. 408bd49 fix set cooldown by creeper123123321 · 6 years ago
  68. 3fc2d28 fix npe by creeper123123321 · 6 years ago
  69. d9eff7b Translation rewriting by creeper123123321 · 6 years ago
  70. d84c436 Merge pull request #1069 from creeper123123321/master by Myles · 6 years ago
  71. bec27e0 Use ChatColor.COLOR_CHAR by creeper123123321 · 6 years ago
  72. 437b02c color rewriting changes by creeper123123321 · 6 years ago
  73. e6922ea Don't use -1 if provided by ProtocolDetectorService on Bungee #1064 by Myles · 6 years ago
  74. b9750be Merge pull request #1066 from creeper123123321/master by Myles · 6 years ago
  75. b7606ae Tolerate some identifiers. Should fix #1063 by creeper123123321 · 6 years ago
  76. 78aefa9 Minor bug report typo by Myles · 6 years ago
  77. 2c18adf Delete ISSUE_TEMPLATE.md by Myles · 6 years ago
  78. 083f401 Update issue templates by Myles · 6 years ago
  79. 58efd61 Back to SNAPSHOT by Myles · 6 years ago
  80. 99bd1a5 1.13.2 update by Myles · 6 years ago
  81. 8ba1725 Merge pull request #1055 from Gerrygames/1.13.2 by Myles · 6 years ago
  82. 0a2524f Merge pull request #1054 from Gerrygames/myles_master by Myles · 6 years ago
  83. 162d6aa 1.13.2 support by Gerrygames · 6 years ago
  84. fdcdd0f Merge remote-tracking branch 'Myles/master' into 1.13.2 by Gerrygames · 6 years ago
  85. 8532d38 fix #1052 by Gerrygames · 6 years ago
  86. ccc1445 Merge pull request #1053 from Gerrygames/book_fix by Myles · 6 years ago
  87. 0b7e438 fix #1044 by Gerrygames · 6 years ago
  88. 2f11268 Merge pull request #1050 from Plancke/master by Myles · 6 years ago
  89. 81514e4 convert every color in the name by Plancke · 6 years ago
  90. 7d5c59a Don't read the array size by Plancke · 6 years ago
  91. dc6d936 Rewrite scoreboard team member names to fix the color changing by Plancke · 6 years ago
  92. 6c609a6 Merge pull request #1049 from Gerrygames/1.13.2 by Myles · 6 years ago
  93. b7a3c85 1.13.2-pre2 support by Gerrygames · 6 years ago
  94. 80f84d4 Merge pull request #1048 from Gerrygames/1.13.2 by Myles · 6 years ago
  95. 5cecfd1 1.13.2-pre1 support by Gerrygames · 6 years ago
  96. 8bfcc55 Merge pull request #1036 from KennyTV/master by Myles · 6 years ago
  97. e40be24 Return correct default protocol, whoops! by KennyTV · 6 years ago
  98. 033d3bc Remove some more unncessary/doubled map check by KennyTV · 6 years ago
  99. 449ec15 Remove unncessary/doubled map check by KennyTV · 6 years ago
  100. 8b0ccd8 Merge pull request #1035 from KennyTV/master by Myles · 6 years ago