You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add server info retrieval and display functionality
- Implemented `get_server_info` method in API to fetch server details.
- Updated `ServerInfo` interface to include `started_at` property.
- Enhanced server page template to display Minecraft version, modloader version, RAM, and server start time.
- Modified `load_data` function to populate server information on the page.
- Added event handling for server start time in the server core and Minecraft server classes.
0 commit comments