1. 9c926d1 Add permission node for each subcommand by WHR · 2 years, 9 months ago
  2. b7e608c Improve color format for player listing by WHR · 2 years, 9 months ago
  3. 0ab7b1c Improve command implementation by WHR · 2 years, 9 months ago
  4. 74c7d0d Use initial version names for ProtocolVersion values by WHR · 2 years, 9 months ago
  5. 99dc672 Support all variants of Minecraft 2.0 by WHR · 2 years, 9 months ago
  6. a9930ae Distinguish modern and legacy protocol versions in protocolsupport.api.ProtocolVersion by WHR · 2 years, 9 months ago
  7. 2bdc6e1 Don't try to detect Spigot if Glowstone is already detected; update version number by WHR · 2 years, 9 months ago
  8. 230a1d1 Add a proper usage string to replace the confusing 'Invalid command' message by WHR · 2 years, 9 months ago
  9. 94a6c57 Remove command alias 'ps' by WHR · 2 years, 9 months ago
  10. 126dcb9 Don't catch Throwable by WHR · 2 years, 9 months ago
  11. bb478dd Ignore NoSuchElementException when trying to remove some channel handers from Glowstone server connection channel by WHR · 2 years, 9 months ago
  12. ac43d37 Add Minecraft 2.0 protocol compatibility by WHR · 2 years, 9 months ago
  13. 72e9871 Remove protocolsupport.api.ProtocolVersion$OrderId: the array returned by 'values' method is already in values declaration order by WHR · 2 years, 9 months ago
  14. 8b6ebbc Remove protocolsupport.api.ProtocolType: calling it 'PC' is irresponsibly misleading by WHR · 2 years, 9 months ago
  15. 6fdc966 Don't send LoginSuccess packet before PlayerLoginEvent, fixes compatibility issue with tsauth by WHR · 2 years, 9 months ago
  16. 20f745a Don't package external libraries into Java archive staticly, they are already available in target environment by WHR · 2 years, 9 months ago
  17. d5fe75b Target Java 7 by WHR · 2 years, 9 months ago
  18. 1b0bfab Shouldn't be here by Shevchik · 7 years ago
  19. ec52c56 Fill packet id remapping table by Shevchik · 7 years ago
  20. bb7a87c Check if still connected before firing login finish event. Check by Shevchik · 7 years ago
  21. c2d6b7c Only fire itemstack write event for clientbound itemstack writing by Shevchik · 7 years ago
  22. 8a3eab7 Check for null profile (May happen if player sent the handshake packet by Shevchik · 7 years ago
  23. cf43a59 Get tile entity update type from packet on tile entity update packet by Shevchik · 7 years ago
  24. 79dc9c2 Get tile entity update type from packet on tile entity update packet by Shevchik · 7 years ago
  25. 89c2c65 Catch more exceptions in MinecraftSessionService by Shevchik · 8 years ago
  26. b39b709 Use packet position instead of tile one when updating tile nbt by Shevchik · 8 years ago
  27. bbffc79 Return NONE specific remappe if no watched type -> remapper entry exists by Shevchik · 8 years ago
  28. 0ebbbff Use WatchedType as id for SpecificRemapper. Cleanup. by Shevchik · 8 years ago
  29. 82215b5 Merge pull request #454 from 7kasper/metanew by Shevchik · 8 years ago
  30. 550f95b Fixed WatchedType related crash. by 7kasper · 8 years ago
  31. 4745d88 Added space. by 7kasper · 8 years ago
  32. c12277e Added id -> networkId for minecarts. by 7kasper · 8 years ago
  33. 86342f7 Added minecart support in WatchedObject. by 7kasper · 8 years ago
  34. 6d7c0b3 Fixed networkIds and added bukkit interchange. by 7kasper · 8 years ago
  35. 9eb8882 Merge pull request #453 from 7kasper/metanew by Shevchik · 8 years ago
  36. ab83e71 Removed big comments. by 7kasper · 8 years ago
  37. e8da5c6 Added more formatting to WatchedTyping. by 7kasper · 8 years ago
  38. dcea13d First Attempt seperating WatchedType and SpecificRemapper. by 7kasper · 8 years ago
  39. 49d3b4e Refactor datawatcher object type id get by Shevchik · 8 years ago
  40. ec31402 Fix listener by Shevchik · 8 years ago
  41. 617d69b Validate packet before even attempting to send it. Should prevent for by Shevchik · 8 years ago
  42. abc368b Fix deprecated ProtocolSupport::getOldest method. That fixes legacy ping by Shevchik · 8 years ago
  43. 00a3dca ChatAPI::fromJson should never return null (because none of the internal by Shevchik · 8 years ago
  44. 1e919e9 Fix some messages by Shevchik · 8 years ago
  45. f089dab Decode full json chat message when reading 1.8 sign update by Shevchik · 8 years ago
  46. ccf3522 Catch json parse exception error and print original json that caused it by Shevchik · 8 years ago
  47. aa44a07 Change how nbt is serialized by Shevchik · 8 years ago
  48. bc21e83 Fix glowstone by Shevchik · 8 years ago
  49. 6a98fa3 Receive movement packets even if teleport confirmation is needed. Server by Shevchik · 8 years ago
  50. cb3ba96 Check that protocol type too. Fix exception message. by Shevchik · 8 years ago
  51. cb871b9 Import the source itself, not everything by Shevchik · 8 years ago
  52. 5a41f7d Download libs to separate folder, clean workspace, remote target jar by Shevchik · 8 years ago
  53. a000b54 Move plugin yml to resources by Shevchik · 8 years ago
  54. 2f1be10 Add some tests by Shevchik · 8 years ago
  55. 5ff5874 Add some new methods, fix javadocs by Shevchik · 8 years ago
  56. d4e7908 Use is supported check for fillng versions by id map by Shevchik · 8 years ago
  57. ec8a555 Change MINECRAFT_1_11 friendly version name from 1.11.1 to 1.11.2 by Shevchik · 8 years ago
  58. cb0baac Log startup exception by Shevchik · 8 years ago
  59. 5be3d8f Cleanup by Shevchik · 8 years ago
  60. de0a5f2 Check protocol types too when serializing by Shevchik · 8 years ago
  61. bd50da6 Rename by Shevchik · 8 years ago
  62. 9476586 Make sure ProtocolVersion inits first by Shevchik · 8 years ago
  63. 90523c3 More documentation by Shevchik · 8 years ago
  64. 59b3566 Update gradle to 3.4.1. Add our own version of shadowJar plugin that can by Shevchik · 8 years ago
  65. 39e1922 Package source with plugin by Shevchik · 8 years ago
  66. dd1a178 Improve and document ProtocolVersion by Shevchik · 8 years ago
  67. 3c5442b Cleanup by Shevchik · 8 years ago
  68. dcb6a9f Fix legacy decoder by Shevchik · 8 years ago
  69. a4f248d Fix custom payload by Shevchik · 8 years ago
  70. 3fdaae4 Replace single serializer with a lot of static methods by Shevchik · 8 years ago
  71. 3eef7d8 Remove useless clientbound middle packet generic by Shevchik · 8 years ago
  72. 41ed8e5 Fix quartz block remap fo 1.4.7 by Shevchik · 8 years ago
  73. 7c48f77 Dev version by Shevchik · 8 years ago
  74. 07ed7c6 Spaces by Shevchik · 8 years ago
  75. 000c954 Prepare for release. Update README. by Shevchik · 8 years ago
  76. 87aeb80 Change 0 value attributes to 0.0000001 because minecraft doesn't like 0 values. by Shevchik · 8 years ago
  77. 3f4c942 Check that channel is not null by Shevchik · 8 years ago
  78. b3ec85d Fix remapper by Shevchik · 8 years ago
  79. 80b7811 Use raw address as primary key for protocolstorage. Also store all new by Shevchik · 8 years ago
  80. 4d25a99 Use raw address as primary key for protocolstorage. Also store all new by Shevchik · 8 years ago
  81. 2c50713 Remap books only at custom payload by Shevchik · 8 years ago
  82. 2cb16b5 Add missing check by Shevchik · 8 years ago
  83. 003f92e Replace manifest after shadowJar by Shevchik · 8 years ago
  84. 5876af0 Fix remapped itemstack writing by Shevchik · 8 years ago
  85. e3b183a Remove unneeded call by Shevchik · 8 years ago
  86. ce36056 Send item pickup sound for < 1.9 by Shevchik · 8 years ago
  87. 327724b Check if connection is not null in case of fake players (players with by Shevchik · 8 years ago
  88. 65200df Kick player if connection link is severed by Shevchik · 8 years ago
  89. a329c59 Cleanup by Shevchik · 8 years ago
  90. 3e970fe Add read itemstack remapping. Remap book pages for 1.8. by Shevchik · 8 years ago
  91. fb9866a Fix null nbttag compound toString by Shevchik · 8 years ago
  92. 826e0c4 Fix glowstone network manager get spoofed profile by Shevchik · 8 years ago
  93. a4c09b0 Change platform detection by Shevchik · 8 years ago
  94. 0b2b0e0 Do not use google guava by Shevchik · 8 years ago
  95. 9fd366d Add guava by Shevchik · 8 years ago
  96. aa42333 Remove META-INF from shaded libraries by Shevchik · 8 years ago
  97. bf9be3d Use now shaded apache commons by Shevchik · 8 years ago
  98. 3dfe0f6 Some renames by Shevchik · 8 years ago
  99. 259fdb3 Rename by Shevchik · 8 years ago
  100. b1f5f0b Refactor itemstack remapper by Shevchik · 8 years ago