Geyser/api/src/main/java/org/geysermc/geyser/api/network
chris 61b3ffd0de
Feature: Allow setting a different port in the motd (#4293)
* Allow changing the broadcasted port using a system property. This may be needed if the port Geyser runs on & the port Bedrock players connect on do not match - e.g. due to port forwarding/different routing.

* initial stab at making the broadcast port an (unsafe) config option

* Automatically set broadcast port to be the bind port unless manually overridden

* Warn about broadcast port mismatch

* Use 0 instead of -1 as indicator to broadcast the port geyser is running on
2024-01-24 22:28:03 +01:00
..
AuthType.java Moved the base api to a separate repo 2023-02-09 17:31:00 +01:00
BedrockListener.java Feature: Allow setting a different port in the motd (#4293) 2024-01-24 22:28:03 +01:00
RemoteServer.java Allow srv resolving to be set per remote server (#4076) 2023-08-26 22:51:30 +01:00