Craft Engine
The CraftEngine Extension integrates the core engine with the CraftEngine plugin. It allows you to use CraftEngine's custom blocks and furniture as quest objectives or event triggers.
Entry Library
Events
Triggers based on CraftEngine interactions.
- Block Break — Trigger on custom block break.
- Block Place — Trigger on custom block place.
- Furniture Break — Trigger on furniture break.
- Furniture Place — Trigger on furniture place.
Objectives
Quest tasks for custom assets.
- Break Block — Track broken custom blocks.
- Place Block — Track placed custom blocks.
- Break Furniture — Track broken furniture items.
- Place Furniture — Track placed furniture items.
Technical Details
This extension requires the CraftEngine plugin to provide custom blocks and furniture.
Quick Start
- 1. React to Events — Use event entries to trigger mechanics when things happen: on_craftengine_block_break_event, on_craftengine_block_place_event, on_craftengine_furniture_break_event. → on_craftengine_block_break_event → on_craftengine_block_place_event