EventRecorder Guide
This page introduces EventRecorder from a public server-docs point of view. It focuses on what the feature does in-game, how to get started when you have access, and which commands are useful.
What It Does
Section titled “What It Does”EventRecorder is a generic developer/testing plugin for learning server runtime behavior. It records selected server events with readable fields so future feature plugins can be designed from observed behavior instead of guesses.
How Players Use It
Section titled “How Players Use It”Start in-game with /cmirecorder. The sections below explain what EventRecorder is for, which commands players can try, and what to expect when your account has access.
Things You Can Do
Section titled “Things You Can Do”- Open or view EventRecorder with /cmirecorder.
- Check your own EventRecorder progress or settings with /cmirecorder status.
Quick Start
Section titled “Quick Start”- Start with
/cmirecorderto open or view EventRecorder. - Use
/cmirecorder statusto check your current progress, settings, or state. - Try
/cmirecorder eventswhen you are ready to use one of the feature actions.
Commands
Section titled “Commands”| Command | What it does | Example |
|---|---|---|
/cmirecorder | Opens or shows the main EventRecorder player view. | /cmirecorder |
/cmirecorder status | Shows your current EventRecorder status. | /cmirecorder status |
/cmirecorder events [page] | Runs the EventRecorder events action. | /cmirecorder events |
/cmirecorder on <event> | Changes or clears your EventRecorder setting. | /cmirecorder on example |
/cmirecorder on all | Changes or clears your EventRecorder setting. | /cmirecorder on all |
/cmirecorder off <event> | Changes or clears your EventRecorder setting. | /cmirecorder off example |
/cmirecorder off all | Changes or clears your EventRecorder setting. | /cmirecorder off all |
/cmirecorder recent [event| | Runs the EventRecorder recent action. | /cmirecorder recent |
/cmirecorder stats [event| | Runs the EventRecorder stats action. | /cmirecorder stats |
/cmirecorder find <text> [page] | Runs the EventRecorder find action. | /cmirecorder find Build a starter house |
/cmirecorder clear [event| | Changes or clears your EventRecorder setting. | /cmirecorder clear |
/cmirecorder dump [event| | Runs the EventRecorder dump action. | /cmirecorder dump |
/cmievents | Opens or shows the main EventRecorder player view. | /cmievents |
/cmievents status | Shows your current EventRecorder status. | /cmievents status |
/cmievents events [page] | Runs the EventRecorder events action. | /cmievents events |
/cmievents on <event> | Changes or clears your EventRecorder setting. | /cmievents on example |
/cmievents on all | Changes or clears your EventRecorder setting. | /cmievents on all |
/cmievents off <event> | Changes or clears your EventRecorder setting. | /cmievents off example |
/cmievents off all | Changes or clears your EventRecorder setting. | /cmievents off all |
/cmievents recent [event| | Runs the EventRecorder recent action. | /cmievents recent |
/cmievents stats [event| | Runs the EventRecorder stats action. | /cmievents stats |
/cmievents find <text> [page] | Runs the EventRecorder find action. | /cmievents find Build a starter house |
/cmievents clear [event| | Changes or clears your EventRecorder setting. | /cmievents clear |
/cmievents dump [event| | Runs the EventRecorder dump action. | /cmievents dump |
Examples
Section titled “Examples”/cmirecorder events/cmirecorder recent all 2/cmirecorder recent afk/cmirecorder stats warp/cmirecorder find warp/cmirecorder on teleport/cmirecorder on all-cmi/cmirecorder on cmilib-log/cmirecorder on paper-log/cmirecorder off console/cmirecorder dump all
Good To Know
Section titled “Good To Know”- Some commands may be hidden until your group, event progress, or unlocks allow them.
- If a command opens a menu, follow the buttons in-game; the website is only the learning guide.
Full Reference
Section titled “Full Reference”The full synced EventRecorder reference is available for exact technical details.