Skip to content

Releases: timvisee/lazymc

lazymc v0.2.1

17 Nov 19:50
v0.2.1
0715bae
Compare
Choose a tag to compare
Bump version to 0.2.1

- Add support for using host names in config address fields
- Handle banned players within `lazymc` based on server `banned-ips.json`
- Update dependencies

lazymc v0.2.0

15 Nov 20:40
v0.2.0
4510586
Compare
Choose a tag to compare
Bump version to 0.2.0

- Add lockout feature, enable to kick all connecting clients with a message
- Add option to configure list of join methods to occupy client with while server is starting (kick, hold, forward, lobby)
- Add lobby join method, keeps client in lobby world on emulated server, teleports to real server when it is ready (highly experimental)
- Add forward join method to forward (proxy) client to other host while server is starting
- Restructure `lazymc.toml` configuration
- Increase packet reading buffer size to speed things up
- Add support for Minecraft packet compression
- Show warning if config version is outdated or invalid
- Various fixes and improvements

lazymc v0.1.3

15 Nov 14:35
v0.1.3
5a5fa78
Compare
Choose a tag to compare
Bump version to 0.1.3

- Fix binary release

lazymc v0.1.1

14 Nov 12:09
v0.1.1
2af2094
Compare
Choose a tag to compare
Bump version to 0.1.1

- Make server sleeping errors more descriptive
- Add server quit cooldown period, intended to prevent RCON errors due to RCON
  server thread something quitting after main server
- Rewrite `enable-status = true` in `server.properties`
- Rewrite `prevent-proxy-connections = false` in `server.properties` if
  Minecraft server has non-loopback address (other public IP)
- Add compile from source instructions to README
- Add Windows instructions to README
- Update dependencies
- Various fixes and improvements

lazymc v0.1.0

11 Nov 13:53
v0.1.0
5d981f8
Compare
Choose a tag to compare
Bump version to 0.1.0

- Initial release