Skip to content

Releases: Latte-Corporation/HardLoop

0.0.3

04 Sep 17:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

29 Aug 23:23
Compare
Choose a tag to compare

What's Changed

  • feat: Add health scoreboard objective and display by @Razano26 in #7
  • feat: Improve player death handling and server reset logic by @Razano26 in #9
  • feat: Add uptime and played time scoreboard by @Nayrode in #11
  • feat: Refactor server.py and observer.py for better code organization… by @Nayrode in #14

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1 - Initial Release

27 Aug 23:12
Compare
Choose a tag to compare

Added

  • Automated Server Resets: The server now automatically resets when a player dies, providing a fresh start for all players.
  • Custom MOTD Updates: After each reset, the Message of the Day (MOTD) is automatically updated to reflect the latest player death and the total number of resets.
  • Infinite Loop Concept: Introduced the core concept of endless gameplay loops, encouraging players to survive as long as possible.
  • RCON Integration: Implemented RCON commands for automated server management, including player kicking and server stopping.
  • World Renaming: After each reset, the previous world is renamed and saved with a timestamp, preserving past worlds.
  • Dynamic server.properties Editing: The server properties file is automatically updated to reflect changes, such as the MOTD, without manual intervention.
  • Basic Setup Script: Included a script to easily download the necessary server files and configure the server for first-time use.

Known Issues

  • MOTD Formatting: Some users may experience issues with special characters in the MOTD when editing the server.properties file.
  • Limited Documentation: Initial release includes basic setup instructions; more detailed documentation will be provided in future updates.