Geyser/connector/src/main/java/org/geysermc/connector
RednedEpic 70031c65e7 Handle keepalives better (Closes #965)
Bedrock cuts off the last 3 digits consistently every time, meaning that the keepalive returned from bedrock is never fully accurate. However, if we multiply the value by 1000, then divide by 1000 when sending back to java, the proper value is returned.
2020-12-12 00:45:41 -06:00
..
bootstrap Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
command More chat fixes (#1557) 2020-11-18 23:18:36 +00:00
common Move PlatformType to common module 2020-11-14 17:49:56 -06:00
configuration Add a config option for toggling showing coordinates (#1645) 2020-12-10 11:13:36 -05:00
dump Move PlatformType to common module 2020-11-14 17:49:56 -06:00
entity Fix armor stand rotation (Closes #1634) 2020-12-11 17:06:33 -06:00
inventory Pick block improvements (#1265) 2020-09-14 20:52:16 -04:00
metrics Move all json to Jackson instead of a mix of 2 libraries (#302) 2020-04-20 15:10:30 -05:00
network Handle keepalives better (Closes #965) 2020-12-12 00:45:41 -06:00
ping Added IGeyserPingPassthrough#getPingInformation(InetSocketAddress) to make logging of the pinging IPs possible (#1633) 2020-12-07 14:04:50 -05:00
scoreboard Fixed some issues related to Scoreboards (#1446) 2020-11-09 10:34:27 +01:00
skin Custom skull block support (#683) 2020-12-04 16:55:24 -05:00
utils Custom skull block support (#683) 2020-12-04 16:55:24 -05:00
FloodgateKeyLoader.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00
GeyserConnector.java Change version in query to use a more informative string (#1635) 2020-12-09 15:14:12 -05:00
GeyserLogger.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00