Echo
Echo: temporarily copy other players outfit and accessories, names (requires token), and chat teleport to players with offset. Use /echohelp
| Last updated | 4 days ago |
| Total downloads | 236 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | AndrewLin-Echo-0.2.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305AndrewLin-Alpha
Alpha: A mod for On-Together to provide common utilities and features.
Preferred version: 0.1.0README
Echo
A BepInEx mod for On Together that adds teleportation, name copying, and outfit copying utilities.
Note: Echo can cause chaos. Install with care.
In-Game Commands
Type any command into the in-game chat. Commands start with / and are not sent to other players.
| Command | Short | Description |
|---|---|---|
/echoteleportperson <player> [x y z] |
/etp |
Teleport to a player. Optional XYZ offset relative to their position. |
/echoteleportlocation <name> |
/etl |
Teleport to a saved location by name, or save your current position under that name if it doesn't exist yet. |
/echoteleportlocation <x> <y> <z> |
/etl |
Teleport directly to the given world coordinates. |
/echofollow <player> [x y z] |
/ef |
Follow a player at a fixed offset. Uses current distance if no offset given. Sit at a desk first to prevent falling. |
/echounfollow |
/eu |
Stop following the current target. Also stops on teleport or target disconnect. |
/echocopyname <player> |
/ecn |
Copy another player's display name (including TMP colour/style tags). Token-gated - see Security > AccessToken in config. |
/echorevertname |
/ern |
Revert your display name to what it was before any Echo rename. |
/echocopyoutfit <player> |
/eco |
Copy another player's full outfit and appearance onto yourself. |
/echoremovestatuscommand <status_brakets> |
/ers |
Remove status from copied name. |
/echotoggle |
/ht |
Toggle all Echo features on or off. |
/echohelp |
/eh |
List all Echo commands. |
Player query formats — display name (partial match), Steam ID suffix (digits only), Steam persona name, or _host.
Configuration
Located in BepInEx/config/com.andrewlin.ontogether.echo.cfg
| Section | Key | Default | Description |
|---|---|---|---|
General |
EnableFeature |
true |
Master switch for the mod |
Security |
AccessToken |
(placeholder) | SHA-256-hashed token required to use /echocopyname |
Saved locations are stored separately in BepInEx/config/Echo_locations.cfg (plain-text, one name=x|y|z entry per line).
Installation
Use r2modman or the Thunderstore app for the simplest install.
Manual:
| Step | Action |
|---|---|
| 1 | Install BepInEx into your On Together game folder |
| 2 | Copy AndrewLin.Echo.dll into BepInEx/plugins/ |
| 3 | Launch the game — config files will be generated automatically |
Dependencies: BepInExPack, Alpha