HomeJavaModsStencil
ModsJava

Stencil

Litematica-style schematic holograms and Easy Place, no client mod needed. Free Minecraft Java mod for 26.1, 26.2.

⬇ Download on Spigot
Stencil
Litematica without the mod. Schematic holograms, layer view, material lists, a verifier and Easy Place — for vanilla clients.
Early access. Stencil is brand new and still rough around the edges. Everything below works and is covered by a built-in self test, but expect bugs, odd looks and missing polish for a while. Please report what you find in the discussion thread — every report gets read.
Litematica is the best building tool there is, and nobody can use it on your server unless they install a mod. Stencil moves the whole workflow to the server: a player drops a .litematic in, types one command, and the build appears in front of them as a hologram they can walk through and build over — on a completely vanilla client. Bedrock-free, mod-free, nothing to install.
Features
How it looks
Vanilla clients cannot draw translucent blocks, so Stencil draws each ghost as a smaller cube inside its block space with a soft glowing outline. It reads as a hologram and you can walk straight through it. The size, the outline and its colour are all in the config; set ghost-size: 1.0 and outline: false if you prefer solid-looking previews.
Commands
Code (Text):
/stencil                         the menu   (aliases: /sten, /lit, /ghost)
/stencil load <file|url>         load a schematic and place it at your feet
/stencil list [filter]           schematics on the server
/stencil unload                  remove your placement
/stencil toggle                  hide / show the hologram
/stencil move [here|x y z]       move the origin (~ works)
/stencil nudge <dir> [n]         up/down/north/south/east/west/forward/back/left/right
/stencil rotate [cw|ccw|180]     turn the placement
/stencil mirror [x|z|off]        mirror it
/stencil layer [here|up|down|below|single|off|<y>]
/stencil radius <blocks>         how far around you ghosts are drawn
/stencil materials [page]        the material list
/stencil verify [on|off|now]     highlight missing / wrong / extra blocks
/stencil easyplace [on|off]      right-click ghosts to place the right block
/stencil info                    details about your placement
/stencil wand | pos1 | pos2      select an area
/stencil save <name>             save the selection as a .litematic
/stencil paste [air]             build the whole schematic   (op)
/stencil undo                    undo your last paste        (op)
/stencil reload                  reload config and messages  (op)
/stencil selftest                built-in self test          (console / op)
Permissions
Code (Text):
stencil.use          load schematics and use the hologram   (default: everyone)
stencil.url          load from URLs                         (default: everyone)
stencil.easyplace    easy place                             (default: everyone)
stencil.materials    material lists                         (default: everyone)
stencil.verify       the verifier                           (default: everyone)
stencil.save         wand, corners and saving               (default: everyone)
stencil.list         list the schematics folder             (default: everyone)
stencil.paste        paste and undo                         (default: op)
stencil.bypass       ignore world restrictions              (default: op)
stencil.reload       reload the config                      (default: op)
stencil.selftest     run the self test                      (default: op)
Config
Code (YAML):
preview:
  radius
: 32               # blocks around each player that get ghosts
  max-ghosts
: 2000         # entity cap per player; nearest blocks win
  spawn-per-refresh
: 500   # ghosts sent per refresh so nothing spikes
  ghost-size
: 0.6           # cube size inside the block (1.0 = solid)
  outline
: true             # glowing outline around ghosts
  outline-color
: "#7DF9FF"
  lit
: true                 # full brightness so ghosts show at night
verify
:
  glow-missing
: "#4FC3F7"
  glow-wrong
: "#FF5252"
  glow-extra
: "#E040FB"
  rescan-seconds
: 3         # quiet time after a block change before re-scanning
easy-place
:
  enabled-by-default
: false
  physics
: true             # refuse blocks that would pop off, update neighbours
  fire-place-event
: true   # let protection plugins cancel the placement
  take-from-inventory
: true
paste
:
  millis-per-tick
: 20       # time budget shared by all running pastes and saves
  block-entities
: true     # restore chest contents, sign text, ...
limits
:
  max-volume
: 8000000       # largest schematic (enclosing volume)
  allow-urls
: true
  allow-subfolders
: true
sources
:                   # /stencil load site:abc  ->  base URL + abc
  # site: "https://example.com/download/"
allowed-worlds
: [ ]         # empty = everywhere
Good to know

Commands

Plugin details

Read from the plugin's own plugin.yml.

Stencil is a free Minecraft Java mod. Compatible with Minecraft 26.1, 26.2. Downloaded 3 times (via Spigot). Download it and open it directly in the game.

Explore more