Skip to main content

Tracking

Official compatibility

ElementReference
TypeWriterRequired. Use the official TypeWriter release supported by the extension release.
Related extensionsInstall the related extensions listed on this page before using entries that depend on them.

The Tracking Extension records player movements and sessions, allowing admins to replay journeys via particle trails or visualize them on web maps like BlueMap.

Features

  • Session Recording — Logs coordinates and timestamps.
    • In-Game Replay — Visualize paths with particles.
    • BlueMap — Render paths on web maps.
    • Optimized Storage — Binary compression for data.

Entries

  • ConfigurationConfig: Intervals & Visuals.
    • StorageData: Persistent sessions.

User guide

  • 1. Configure Settings — Start with the configuration entry: tracking_manifest. This defines global settings for the extension. → tracking_manifest

Commands

Prefix: /tracking

CommandDescription
/tracking <player> [id]Inspect/replay session.
/tracking stopStop inspection.

Permissions

PermissionDescription
typewriter.tracking.inspectInspect tracking data.

Troubleshooting

The extension is not visible

Check that the installed release matches the supported TypeWriter release and that the related extensions listed in the compatibility section are present.

An entry is missing

In the Typewriter Web panel, use the Search bar or the + button to find or create the entry with its exact identifier. Entry IDs and field names are case-sensitive; do not translate them.

The entry saves but nothing happens

Check that the entry is connected to the trigger, command, objective, event, or menu interaction required by its type. Test with optional permissions and criteria removed, then add them back one at a time.

An integration does not work

Verify the dependency and version shown in the extension card, then check the server log for the first error. Do not replace a missing dependency with a similarly named plugin unless the extension source explicitly supports it.