These notes describe the shared machinery used to build, validate, and run gameplay events and minigames.

Server administrators can combine reusable triggers, objectives, enemies, rewards, and ending conditions through a controlled editor. The framework checks that every required part is available and that the activity has a reachable, safe completion path before activation.

Build Events Without Editing Files

This service gives server admins an editor for building events and minigames from reusable parts. It checks that every required step can run and finish. It also packages all needed settings and parts when an event is shared with another server.

World Event Conductor

This service controls large story events across the game world. It manages timing, location rules, and event flow. It keeps the story moving without changing core gameplay systems. The conductor works with plugins to coordinate events in tension zones. It prevents conflicting actions by using spatial gating. If an event fails, it switches to a different storyline path. The system supports emergent gameplay without breaking core functions.