13
13
# @script-version 2.0
14
14
#
15
15
# 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/
17
17
#
18
18
# Installation:
19
19
# Just put this script and the selector tool script in your scripts folder and reload.
@@ -58,7 +58,7 @@ cpaste_command:
58
58
permission : dscript.cpaste
59
59
script :
60
60
- 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."
62
62
- stop
63
63
- if <player.has_flag[copying] > :
64
64
- narrate "<&[error] > You must wait until the copying is complete before you can paste."
@@ -79,7 +79,7 @@ cpreview_command:
79
79
permission : dscript.cpreview
80
80
script :
81
81
- 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."
83
83
- stop
84
84
- if <player.has_flag[copying] > :
85
85
- narrate "<&[error] > You must wait until the copying is complete before you can paste."
@@ -128,7 +128,7 @@ csave_command:
128
128
- narrate "<&[error] > /csave [name]"
129
129
- stop
130
130
- 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."
132
132
- stop
133
133
- define name <context.args.first.escaped>
134
134
- if <server.has_file[schematics/<[name] > .schem] > :
@@ -145,7 +145,7 @@ cflip_command:
145
145
permission : dscript.cflip
146
146
script :
147
147
- 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."
149
149
- stop
150
150
- choose <context.args.first||null> :
151
151
- case x:
@@ -166,7 +166,7 @@ crotate_command:
166
166
permission : dscript.crotate
167
167
script :
168
168
- 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."
170
170
- stop
171
171
- if !<list[90|180|270] .contains[<context.args.first||null> ] > :
172
172
- narrate "<&[error] > /crotate [90/180/270]"
0 commit comments