Chatbox Introduction¶
ReconnectedCC uses a server-side chatbox system (instead of peripherals). This has several benefits:
- The player does not need to craft any additional items to use a chatbox
- The chatbox API can be accessed from outside the game (e.g. a web server)
- Chatboxes can receive messages from Discord and other chatboxes
- Improved moderation capabilities for staff
The ComputerCraft-compatible Lua API is built into the rom, and can be used straight away with a single command.
Original¶
This Chatbox documentation is a fork of SwitchCraft 3's Chatbox.
The original documentation source can be found here: SwitchCraftCC/sc-docs/#9e147fa.
The documentation and assets within this Chatbox directory are licensed under the CC-BY-SA-4.0 license.