Skip to content

Replies Pins

KOKOTO-DEV edited this page Aug 26, 2026 · 2 revisions

Replies Pins

KOKOTO WebChat 5.0.0 · Minecraft 1.18–26.2 · Java 17 baseline

14. Public Message Replies

reply:
  game-click:
    enabled: true
    local-game-chat: true
  game-command-format: "&8[&dReply&8] &f{player}&7: &f{message}"
  game-preview:
    enabled: true
    format: "&7{sender}: {preview}"
    max-length: 120
  game-prefix:
    enabled: true
    text: "↪ [Reply] "

Clicking a non-URL part of a KWC-rendered Minecraft message suggests:

/kchat reply <messageId> 

Send a reply with:

/kchat reply <messageId> <message>

Permission:

kwc.reply

local-game-chat: true replaces local game chat display with an equivalent clickable component. Disable it if another chat-format plugin must own final rendering. Web-to-game and relay replies continue to work when it is disabled.

URLs keep their open-link action. Only non-URL message parts suggest the reply command.

18. Pinned Messages

pinned:
  enabled: true
  max-pins: 20
  show-to-logged-out: true
  preserve-uploads: true

Pinned messages are stored separately from normal history and appear in a compact top bar. Referenced uploads are protected from cleanup when preserve-uploads is enabled. Moderator/admin pin and delete controls are shown only after the corresponding temporary admin-panel toggle is enabled.

Clone this wiki locally