Pular para o conteúdo principal

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 .schem file loading and displaying.
    • Audience Control — Show blocks only to specific players.
    • Interaction — Trigger events on "fake" block break/interact.

Entries

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.

CommandDescription
/fakeblock listLists active fake block IDs
/fakeblock count [player]Shows tracked block count
/fakeblock reset <player> [id]Clears fake blocks

Permissions

PermissionDescription
typewriter.fakeblock.adminAdministrate fake block displays.