Live Data
Inspect the client data behind automation and widgets.
The Inspector tab shows the current GMCP, BatClient, temporary state, and persistent Variables snapshots for the visible server scope.
Sources
gmcpshows negotiated GMCP packages such asgmcp.Char.Vitals.hp.batclientshows BatClient data such asbatclient.vitals.hpandbatclient.prompt.text.stateshows temporary Lua state for the current visible server.variablesshows saved profile variables for the current settings scope.
Printing Data
Use Print beside any row to write that value into the current terminal as readable debug output. The same formatter is available from the command input:
/print_var gmcp
/print_var gmcp.Char.Vitals
/print_var batclient.vitals
/print_var state
/print_var vars
Lua scripts and Lua aliases can print the same kind of recursive table output with print_var(value, label).
Server Scope
The Inspector follows the visible server. When you switch active worlds, PlayMUD.online restores that server's runtime, GMCP, and BatClient snapshots and clears widgets owned by the previous scope.