This is a transcription of the release from
here
.
Release 1.2.0
✨ Additions
- Introduce terminal commands and some terminal executor implementations.
- `help`: Display available commands.
- `netinfo`: Display network information.
- `stop`: Shut down the server.
- `plugins`: Display loaded plugins.
- `sysinfo`: Display system information.
- Add complementary methods for config file and directory in Plugin class.
- Add
transferproxy.yml support with fallback to plugin.yml. (Recommended)
- Add
StatusResponse#toBuilder
- Add status online and max online option in configuration.
- All dependencies are updated. Netty is now in > 4.2.0.
Bugs fixes
- Fix a concurrency issue when shutting down the server in rare cases.
- Fix exception propagation on plugin disabling
Breaking changes
The status event now has a dedicated event class.
A manager now handles status requests and triggers the status event.
The status event has been reworked to support get/set response, and disable automatic sending.
⚡ Performance
- Use unmodifiable view instead of a copy to get plugins.
❗ About displaying the number of online players
Since TransferProxy cannot know the number of connected players, it always displays 0 in the MOTD.
A
wiki page has been created on this topic. A
new project is available under the MIT license.
Full changelog:
1.1.0...1.2.0