Wiki 9Minecraft Observable Mod Wiki
Observable Mod Wiki › Configuration

Observable Mod — Configuration

Commands

Observable includes several commands for server administrators to manage profiling remotely or via scripts.

Command Description
/observable start Begins a new profiling session on the server.
/observable stop Ends the current profiling session early and compiles results.
/observable results Displays the results of the last completed profile in the chat or console.
/observable settings Allows for the adjustment of profiling parameters like duration and sample rate.

Configuration

The mod can be configured to suit different hardware capabilities and diagnostic needs. Configuration options are typically found in the observable-client.toml and observable-common.toml files.

Key Settings

  • Sampling Duration: Determines how long the profiler runs (default is 600 ticks / 30 seconds).
  • Overlay Visibility: Toggles whether the in-world boxes are visible by default after a profile.
  • Microsecond Thresholds: Users can define the specific µs values that trigger the color changes (e.g., setting the 'Red' threshold lower for high-performance servers).
  • Privacy Settings: On servers, administrators can restrict who has permission to run profiles to prevent potential exploitation of entity location data.