Skip to content

Releases: liebki/MinecraftBlazorSuite

HTTPS with LetsEncrypt - great!

06 Oct 16:43
Compare
Choose a tag to compare

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

04 Oct 09:03
Compare
Choose a tag to compare

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

25 Aug 18:32
Compare
Choose a tag to compare

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