Releases: liebki/MinecraftBlazorSuite
Releases · liebki/MinecraftBlazorSuite
HTTPS with LetsEncrypt - great!
Key Update: You can use HTTPS with LetsEncrypt using your own domain names!
Please see the Installation instructions to set it up, as it requires changes to two json-files.
If you have questions or problems, as always contact me or open an issue.
Full Changelog: V0.2...V0.3
New stuff, yay - V0.2
Release Notes:
New Features:
- Login: Password login added with
bcrypt
encryption. Changeable via interface or settings file. - Quick Buttons: Added buttons for weather control, time change, save/reload, etc.
- Global Alerts: Alerts for server startup/shutdown, command executions, and more.
- Mobile Support: Basic mobile interface for use on the go.
Enhancements:
- Player View: Color and button design tweaks for better usability.
- Design Updates: Improved design across the interface.
- Management Page: Added memory & CPU usage display (may be removed later).
To run like always dotnet MinecraftBlazorSuite.dll
(or how you named it).
Notes:
- Please check the
ReadMe
for login details.
First release
I forgot to publish a release until now..:
- Download the files
- Modify the path to the jar in the settings file
- Start the .exe or use
dotnet [path to executeable/dll]
Works on any machine that supports .NET (now version 8)
Full Changelog: https://github.com/liebki/MinecraftBlazorSuite/commits/V0.1