Skip to content

Commit 802cc22

Browse files
committed
typo fixes
1 parent 6ef6f15 commit 802cc22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

copy_paste_commands.dsc

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# @script-version 2.0
1414
#
1515
# Dependencies:
16-
# Selector Tool script - https://forum.denizenscript.com/resources/cuboid-selector-tool.1/
16+
# Selector Tool script - https://forum.denizenscript.com/resources/area-selector-tool.1/
1717
#
1818
# Installation:
1919
# Just put this script and the selector tool script in your scripts folder and reload.
@@ -58,7 +58,7 @@ cpaste_command:
5858
permission: dscript.cpaste
5959
script:
6060
- if !<schematic[<player.uuid>_copy].exists>:
61-
- narrate "<&[error]>You must copy something with <&[emphasis]>/copy <&[base]>or <&[emphasis]>/cload <&[base]>first."
61+
- narrate "<&[error]>You must copy something with <&[emphasis]>/ccopy <&[base]>or <&[emphasis]>/cload <&[base]>first."
6262
- stop
6363
- if <player.has_flag[copying]>:
6464
- narrate "<&[error]>You must wait until the copying is complete before you can paste."
@@ -79,7 +79,7 @@ cpreview_command:
7979
permission: dscript.cpreview
8080
script:
8181
- if !<schematic[<player.uuid>_copy].exists>:
82-
- narrate "<&[error]>You must copy something with <&[emphasis]>/copy <&[base]>or <&[emphasis]>/cload <&[base]>first."
82+
- narrate "<&[error]>You must copy something with <&[emphasis]>/ccopy <&[base]>or <&[emphasis]>/cload <&[base]>first."
8383
- stop
8484
- if <player.has_flag[copying]>:
8585
- narrate "<&[error]>You must wait until the copying is complete before you can paste."
@@ -128,7 +128,7 @@ csave_command:
128128
- narrate "<&[error]>/csave [name]"
129129
- stop
130130
- if !<schematic[<player.uuid>_copy].exists>:
131-
- narrate "<&[error]>You must copy something with <&[emphasis]>/copy <&[base]>or <&[emphasis]>/cload <&[base]>first."
131+
- narrate "<&[error]>You must copy something with <&[emphasis]>/ccopy <&[base]>or <&[emphasis]>/cload <&[base]>first."
132132
- stop
133133
- define name <context.args.first.escaped>
134134
- if <server.has_file[schematics/<[name]>.schem]>:
@@ -145,7 +145,7 @@ cflip_command:
145145
permission: dscript.cflip
146146
script:
147147
- if !<schematic[<player.uuid>_copy].exists>:
148-
- narrate "<&[error]>You must copy something with <&[emphasis]>/copy <&[base]>or <&[emphasis]>/cload <&[base]>first."
148+
- narrate "<&[error]>You must copy something with <&[emphasis]>/ccopy <&[base]>or <&[emphasis]>/cload <&[base]>first."
149149
- stop
150150
- choose <context.args.first||null>:
151151
- case x:
@@ -166,7 +166,7 @@ crotate_command:
166166
permission: dscript.crotate
167167
script:
168168
- if !<schematic[<player.uuid>_copy].exists>:
169-
- narrate "<&[error]>You must copy something with <&[emphasis]>/copy <&[base]>or <&[emphasis]>/cload <&[base]>first."
169+
- narrate "<&[error]>You must copy something with <&[emphasis]>/ccopy <&[base]>or <&[emphasis]>/cload <&[base]>first."
170170
- stop
171171
- if !<list[90|180|270].contains[<context.args.first||null>]>:
172172
- narrate "<&[error]>/crotate [90/180/270]"

0 commit comments

Comments
 (0)