main/SignEditor

This basic sign-editor allows you to change the text on signs, after they've been placed.
In order to be able to use the sign-editor you need the permission map.signedit
The commands for the signeditor are:
| Command | Description | |
| /se copy [LINES] | This sets copy-mode to the given lines or all lines if none specified | |
| /se cut [LINES] | This sets cut-mode to the given lines or all if none specified | |
| /se paste | This set paste-mode using all active lines in the clipboard | |
| /se set [LINES] [TEXT] [TEXT] [TEXT] [TEXT] | This activates lines in the clipboard if no text specified or sets the text in a line by the give order in LINES | |
| /se clear | This will clear you clipboard and set all lines in it to EmptyString |
The LINES argument has to consist or numbers from 1 to 4 ascending. Selecting all lines would be 1234. Descending or mixed like 4231 wont work!
You may also skip some line or use only one line (e.g. 14 2 34 124 ...)
The TEXT arguments are using my reArgs function. So in case you want to set a line having spaces in it you may quote the argument (e.g. /se set 4 "Like so"). An EmptyString (basicly an empty line) can be achieved by using a doubble-quote (e.g. /se set 234 TestArgument "" "Some Space").
Please also note that multiple white spaces will be removed by Minecraft and replaced with a single space!
As soon as you successfully performed a command you'll automatically be put into edit mode. You just need to click the sign you want to copy / cut / paste / set in order to do so.
You may toggle edit mode by only typing /se into the chat at any time. Your clipboard will remain active while editing is disabled. This mean you are able to e.g. copy a sign, then place a whole bunch of new signs, directly go into paste mode and paste the text.