mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
- Introduced a new `ServerStatusInfo` class to encapsulate server status data including MOTD, player counts, and version information. - Implemented `ServerStatusDisplay` to format and display server status information in both classic and TUI modes. - Added protocol version upgrade logic in `ProtocolHandler` to determine the highest supported protocol version for multi-version servers. - Updated translations to support new server status labels and messages. - Created `ServerStatusPanelBuilder` for TUI to visually represent server status with player information and connection details. |
||
|---|---|---|
| .. | ||
| BrewingStandView.cs | ||
| ContainerViewBase.cs | ||
| ContainerViewModel.cs | ||
| CraftingView.cs | ||
| EnchantingTableView.cs | ||
| FurnaceView.cs | ||
| GridContainerView.cs | ||
| GrindstoneView.cs | ||
| HopperView.cs | ||
| InventoryApp.cs | ||
| InventoryMainView.cs | ||
| InventoryTuiHost.cs | ||
| InventoryViewModel.cs | ||
| MainTuiView.cs | ||
| McColorParser.cs | ||
| MccTuiApp.cs | ||
| MinimapBlockColors.json | ||
| MinimapColorMap.cs | ||
| MinimapControl.cs | ||
| MinimapEntityCategories.json | ||
| MinimapEntityClassifier.cs | ||
| ServerStatusPanelBuilder.cs | ||
| SlotViewModel.cs | ||
| TuiConsoleBackend.cs | ||
| TuiTooltipService.cs | ||