CopyPasta

A sponge plugin for easily copy-pasting things

Clipboard
Cloud
Replace
Stencil
Quick-start

Stencil

The stencil brush converts an image to a line stencil that can then be pasted into the world with varying materials and heights.

Actions

Options

Stencil inherits options from the Clipboard wand, plus:

Stencil

To load a stencil you must provide a URL to an image (jpg/png):

/stencil <url> <samples> <threshold>

Where:

Palette

The default material for the Stencil wand is white wool, you can however create a custom palette of materials that will be used randomly instead.

  1. Clear your current palette:
    /palette clear
    
  2. Add a material to the palette:
    /palette <blockstate> <weight>
    

    Where:

    • <blockstate> - the full id of the material (ie minecraft:stone[variant=stone] - tab completions available!)
    • <weight> - optional, the likelihood of the material being selected (relative to the other weights you provide) - defaults to 1 if not provided