ChatSphere 图标

ChatSphere

模组

A sleek social chat mod for Minecraft that replaces vanilla chat with channels, private messaging, and a modern GUI.

2.3.1

正式版 由 Eveya 发布 于 6 天前
下载

2.3.1

Fixed

  • Chat history no longer lost when console output fills up: console/command entries have their own cap (maxCommandMessages) and can no longer evict channel/private messages
  • Server history is trimmed to maxChatHistory/maxCommandMessages on load, and legacy files are split on load
  • Client console history cap follows the server config instead of a hardcoded 500
  • Server config is synced before history on login so the client applies the correct caps
  • Voice messages always relay through ChatSphere in every conversation type, so the sender's row and audio upload stay consistent
  • A cancelled voice recording can no longer make the next received voice look like your own

2.3.0

正式版 由 Eveya 发布 于 23 天前
下载

2.3.0

Added

  • Custom emoji: local png/gif uploads, animated GIFs, server sharing (public or per-channel), configurable limits
  • Channel slow mode
  • Per-player command console history
  • Server-assigned message UUIDs (messageId), backward-compatible wire format
  • Ui helper layer (withOpacity, visible, containsRounded, withRoundedClip)
  • ThemeSnapshot for frame-consistent theming

Changed

  • Chat UI reworked to a modern messenger style (channel info, member list, invite/explore/join/create, block list)
  • Corner radius follows the corner preset; popup borders work in every style
  • Public channels, sub-channels and online status cached with version counters
  • Console input/output stored per player

Fixed

  • Voice messages sometimes appearing as duplicate rows
  • Crash when queued packets ran after disconnect
  • Console output shown as player-sent messages