Copy/Paste Commands

Verified High Quality Copy/Paste Commands 2.3

This script was verified by the Denizen team to be a particularly high quality example of how scripts are written.
Denizen Version
REL-1765
Copy/Pasting Commands: Commands to copy/paste/preview/rotate/etc a block selection


GitHub: https://github.com/mcmonkeyprojects/DenizenSampleScripts/blob/master/copy_paste_commands.dsc

Installation/usage:
# Dependencies:
# Selector Tool script - https://forum.denizenscript.com/resources/area-selector-tool.1/
#
# Installation:
# Just put this script and the selector tool script in your scripts folder and reload.
#
# Usage:
# Refer to the selector tool info for how to get and use a SelTool.
#
# Use "/selcopy" to copy your selected area (relative to where you stand).
# Use "/selrotate [90/180/270]" or "/selflip [x/z]" to rotate/flip the copy.
# Use "/selpreview [time] [noair]" to show a temporary preview of how it will paste.
# Use "/selpaste [noair]" to actually paste the copy in (relative to where you stand).
# Use "/selsave [name]" to save the copy to file and "/selload [name]" to load it back.
Author
mcmonkey
Downloads
850
Views
1,042
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from mcmonkey

Share this resource

Latest updates

  1. 2.3 - selcopy

    Changed commands from "ccopy" and etc to "selcopy" to match the selector wand's new names...
  2. 2.0 - SelTool support

    now uses SelTool instead of ctool, to allow dynamic shapes