Skip to main content
Awoken Chat renders message bodies as 3D floating text above the sender’s head when a category has threeD = true. The implementation is a faithful port of qbox’s qbx.drawText3d with one addition: a per-player queue that stacks multiple concurrent lines in screen-space instead of overwriting via a single state-bag value.

Global defaults

config.lua
renderDistance is the global default. Per-fun-command override lives in funCommands.renderDistance; per-message override travels on the payload itself (set by the server when a fun-command-style send is made).

Per-channel overrides

Categories can opt out of the global defaults. Available in the Category Manager → 3D Text section, or directly in the awoken_chat_categories JSON.