28 Commits

Author SHA1 Message Date
timvisee
e7c31f2619
Add protocol version documentation 2021-11-22 13:37:21 +01:00
timvisee
7da467ff8c
Bump version to 0.2.2 2021-11-18 11:37:02 +01:00
timvisee
a71b3cb24f
Add option to drop all connections from banned IPs
This instantly disconnects clients from banned IPs. Clients won't be
able to request or ping the server status. Clients won't get a kick
message with their ban reason either. Clients simply get a
'Disconnected' message on login.
2021-11-17 18:23:17 +01:00
timvisee
168cbceb4c
Disconnect banned IPs based on server banned-ips.json file 2021-11-17 17:36:28 +01:00
timvisee
73d0c86780
Describe lobby feature in README, add documentation page with warning 2021-11-15 20:53:24 +01:00
timvisee
aca09dff7b
Cleanup 2021-11-15 20:36:15 +01:00
timvisee
ae6e877f17
Add lobby method to configuration 2021-11-15 18:17:02 +01:00
timvisee
db99289ea7
Add join forward method to proxy to other address while server starts 2021-11-15 18:03:03 +01:00
timvisee
32cd9ffc73
Improve join occupy method descriptions in config 2021-11-15 17:27:38 +01:00
timvisee
6b38dce5ab
Restructure configuration file 2021-11-15 16:21:51 +01:00
timvisee
234a30aecb
Add lockout mode, enable to prevent all players from connecting 2021-11-15 15:46:13 +01:00
timvisee
4d51113bd9
Add option to use Minecraft server MOTD 2021-11-11 11:37:08 +01:00
timvisee
5df8c65b44
Move server start/stop timeout settings into time section 2021-11-11 11:14:16 +01:00
timvisee
7b4a90bb34
Add option to restart after a crash 2021-11-11 00:11:17 +01:00
timvisee
18fdf4c5f9
Add server start/stop timeout to force kill server if it gets stuck 2021-11-10 23:43:47 +01:00
timvisee
fb8c40e5bb
Update README 2021-11-10 21:17:47 +01:00
timvisee
cbe35e5585
Add client holding feature
Don't disconnect client when server starts, hold them for a while, and
relay when the server is ready. This makes the start-and-connect process
much more transparent.
2021-11-10 20:50:49 +01:00
timvisee
e7741f4ece
Set config defaults, comment out defaults in base config file 2021-11-09 15:13:50 +01:00
timvisee
bbecb43639
Add option for protocol version hints, clean up configuration 2021-11-09 14:57:58 +01:00
timvisee
86c88d85f2
Clean up internal server state handling, various fixes 2021-11-09 14:31:31 +01:00
timvisee
5883dcb1f4
Cleanup configuration 2021-11-09 01:15:16 +01:00
timvisee
d109b2bf32
Add RCON server management support, adds Windows support 2021-11-09 01:12:46 +01:00
timvisee
115d100aee
Add documentation for using bash script as server command 2021-11-08 19:52:35 +01:00
timvisee
a7a182fbcb
Add option to automatically rewrite server.properties file
This tries to fiend the server.properties file of the Minecraft server,
and sets the correct IP and port as configured within lazymc. This is
enabled by default.
2021-11-08 19:10:50 +01:00
timvisee
db0552f2e5
Rename sleep_on_start to wake_on_start 2021-11-08 18:10:36 +01:00
timvisee
e115bba827
Add sleep_on_start option 2021-11-08 17:41:02 +01:00
timvisee
66faac396a
Add CLI handling, add command to generate/test configuration 2021-11-08 16:49:45 +01:00
timvisee
fdc3c2ea3c
Add configuration (2/2) 2021-11-08 15:27:48 +01:00