CopySignLine and CopySignText commands #4
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KnarCraft/PlaceholderSigns#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While the copy sign command is really useful, users might not always fully copy the sign, so here's two suggested additional commands:
/copySignText [side]
- Copies only the text of the sign the player is looking at. Optionally, FRONT or BACK can be specified to only copy text from one side of the sign./copySignLine <inputLine> [exitLine]
- Copies a single line from a sign. If the exit line isn't specified, it is assumed it should be pasted to the line specified as the input line.Note: It has been decided that it might be best to combine these into one command. As selecting one line from both sides of the sign doesn't make sense, the line number can be selected if a side has been selected.
Pasting a single side should past onto the side the player is looking at.