FakeBlock
The FakeBlock Extension enables the creation of complex, virtual structures that only selected players can see. Using packet-based rendering, it delivers high-performance visual world-building without modifying the actual server world.
Features
- Client-Side Rendering — Zero server impact, instant updates.
- Schematic Support — Native
.schemfile loading and displaying. - Audience Control — Show blocks only to specific players.
- Interaction — Trigger events on "fake" block break/interact.
- Schematic Support — Native
Entries
- Actions — Schematic Block: Display a schematic.
- Audience — Schematic Audience: Regional visibility. Item Audience: Visibility by held item.
- Cinematics — Schematic Cinematic: Animated block sequences.
- Artifacts — Schematic State: Persistent block states.
Quick Start
- 1. Create Storage — Add artifact entries to persist data: schematic_state_artifact. → schematic_state_artifact
- 2. Trigger Actions — Use action entries to interact with the extension: schematic_block. Trigger them from commands, NPCs, events, or other entries. → schematic_block
Commands
All commands are under /fakeblock.
| Command | Description |
|---|---|
/fakeblock list | Lists active fake block IDs |
/fakeblock count [player] | Shows tracked block count |
/fakeblock reset <player> [id] | Clears fake blocks |
Permissions
| Permission | Description |
|---|---|
typewriter.fakeblock.admin | Administrate fake block displays. |