Table of Contents
Core Topics
Deep dive into Pilaf internals and implementation details.
Components
-
StoryRunner - Test execution engine
-
Backend Architecture - RCON and Mineflayer implementations
Key Concepts
Variable Storage
Store step results and reference them later:
// Store result
{ action: 'get_player_location', player: 'p', store_as: 'pos' }
// Reference stored value
{ action: 'calculate_distance', from: '{pos}', to: '{new_pos}' }
For Contributors
Interested in contributing to Pilaf?
-
Code is in
packages/directory -
Tests are in
tests/directory -
Use
pnpm testto run tests -
Follow existing code patterns
Need More?
-
Getting Started - New user guide
-
Guides - Usage documentation
-
Reference - API documentation