二分法傳送

一.創(chuàng)建記分板
/scoreboard objectives add cd dummy
/scoreboard objectives add 輸入 dummy
/scoreboard objectives add -x dummy
/scoreboard objectives add -y dummy
/scoreboard objectives add -z dummy
/scoreboard objectives add fx dummy
/scoreboard objectives add fy dummy
/scoreboard objectives add fz dummy
/scoreboard objectives add 輸入2 dummy
-------------------------------------------------------------------------
二.? 二分法x軸
/execute @a[tag=傳送,scores={x=32768..}] ~~~ tp @s ~32768~~
(循環(huán)/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=32768..}] ~~~ scoreboard players remove @s x 32768
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=16384..}] ~~~ tp @s ~16384~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=16384..}] ~~~ scoreboard players remove @s x 16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=8192..}] ~~~ tp @s ~8192~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=8192..}] ~~~ scoreboard players remove @s x 8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=4096..}] ~~~ tp @s ~4096~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=4096..}] ~~~ scoreboard players remove @s x 4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=2,048..}] ~~~ tp @s ~2,048~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=2,048..}] ~~~ scoreboard players remove @s x 2,048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=1,024..}] ~~~ tp @s ~1,024~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=1,024..}] ~~~ scoreboard players remove @s x 1,024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=512..}] ~~~ tp @s ~512~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=512..}] ~~~ scoreboard players remove @s x 512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=256..}] ~~~ tp @s ~256~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=256..}] ~~~ scoreboard players remove @s x 256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=128..}] ~~~ tp @s ~128~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=128..}] ~~~ scoreboard players remove @s x 128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=65..}] ~~~ tp @s ~65~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=65..}] ~~~ scoreboard players remove @s x 65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=32..}] ~~~ tp @s ~32~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=32..}] ~~~ scoreboard players remove @s x 32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=16..}] ~~~ tp @s ~16~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=16..}] ~~~ scoreboard players remove @s x 16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=8..}] ~~~ tp @s ~8~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=8..}] ~~~ scoreboard players remove @s x 8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=4..}] ~~~ tp @s ~4~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=4..}] ~~~ scoreboard players remove @s x 4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=2..}] ~~~ tp @s ~2~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=2..}] ~~~ scoreboard players remove @s x 2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=1..}] ~~~ tp @s ~1~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=1..}] ~~~ scoreboard players remove @s x 1
(連鎖/無條件/保持開啟)
y軸
/execute @a[tag=傳送,scores={y=32768..}] ~~~ tp @s ~~32768~
(循環(huán)/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=32768..}] ~~~ scoreboard players remove @s y 32768
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=16384..}] ~~~ tp @s ~~16384~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=16384..}] ~~~ scoreboard players remove @s y 16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=8192..}] ~~~ tp @s ~~8192~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=8192..}] ~~~ scoreboard players remove @s y 8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=4096..}] ~~~ tp @s ~~4096~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=4096..}] ~~~ scoreboard players remove @s y 4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=2048..}] ~~~ tp @s ~~2,048~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=2048..}] ~~~ scoreboard players remove @s y 2048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=1024..}] ~~~ tp @s ~~1,024~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=1024..}] ~~~ scoreboard players remove @s y 1024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=512..}] ~~~ tp @s ~~512~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=512..}] ~~~ scoreboard players remove @s y 512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=256..}] ~~~ tp @s ~~256~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=256..}] ~~~ scoreboard players remove @s y 256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=128..}] ~~~ tp @s ~~128~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=128..}] ~~~ scoreboard players remove @s y 128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=65..}] ~~~ tp @s ~~65~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=65..}] ~~~ scoreboard players remove @s y 65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=32..}] ~~~ tp @s ~~32~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=32..}] ~~~ scoreboard players remove @s y 32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=16..}] ~~~ tp @s ~~16~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=16..}] ~~~ scoreboard players remove @s y 16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=8..}] ~~~ tp @s ~~8~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=8..}] ~~~ scoreboard players remove @s y 8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=4..}] ~~~ tp @s ~~4~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=4..}] ~~~ scoreboard players remove @s y 4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=2..}] ~~~ tp @s ~~2~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=2..}] ~~~ scoreboard players remove @s y 2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=1..}] ~~~ tp @s ~~1~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=1..}] ~~~ scoreboard players remove @s y 1
(連鎖/無條件/保持開啟)
z軸
/execute @a[tag=傳送,scores={z=32768..}] ~~~ tp @s ~~~32768
(循環(huán)/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=32768..}] ~~~ scoreboard players remove @s z 32768
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=32768..}] ~~~ tp @s ~~~16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=16384..}] ~~~ scoreboard players remove @s z 16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=8192..}] ~~~ tp @s ~~~8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=8192..}] ~~~ scoreboard players remove @s z 8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=4096..}] ~~~ tp @s ~~~4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=4096..}] ~~~ scoreboard players remove @s z 4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=2048..}] ~~~ tp @s ~~~2,048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=2048..}] ~~~ scoreboard players remove @s z 2048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=1024..}] ~~~ tp @s ~~~1,024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=1024..}] ~~~ scoreboard players remove @s z 1024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=512..}] ~~~ tp @s ~~~512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=512..}] ~~~ scoreboard players remove @s z 512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=256..}] ~~~ tp @s ~~~256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=256..}] ~~~ scoreboard players remove @s z 256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=128..}] ~~~ tp @s ~~~128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=128..}] ~~~ scoreboard players remove @s z 128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=65..}] ~~~ tp @s ~~~65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=65..}] ~~~ scoreboard players remove @s z 65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=32..}] ~~~ tp @s ~~~32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=32..}] ~~~ scoreboard players remove @s z 32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=16..}] ~~~ tp @s ~~~16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=16..}] ~~~ scoreboard players remove @s z 16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=8..}] ~~~ tp @s ~~~8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=8..}] ~~~ scoreboard players remove @s z 8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=4..}] ~~~ tp @s ~~~4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=4..}] ~~~ scoreboard players remove @s z 4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=2..}] ~~~ tp @s ~~~2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=2..}] ~~~ scoreboard players remove @s z 2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=1..}] ~~~ tp @s ~~~1
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=1..}] ~~~ scoreboard players remove @s z 1
(連鎖/無條件/保持開啟)
-x軸
/execute @a[tag=傳送,scores={x=..-32768}] ~~~ tp @s ~-32768~~
(循環(huán)/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-32768}] ~~~ scoreboard players add @s x 32768
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-16384}] ~~~ tp @s ~-16384~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-16384}] ~~~ scoreboard players add @s x 16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-8192}] ~~~ tp @s ~-8192~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-8192}] ~~~ scoreboard players add @s x 8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-4096}] ~~~ tp @s ~-4096~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-4096}] ~~~ scoreboard players add @s x 4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-2048}] ~~~ tp @s ~-2,048~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-2048}] ~~~ scoreboard players add @s x 2048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-1024}] ~~~ tp @s ~-1,024~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-1024}] ~~~ scoreboard players add @s x 1024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-512}] ~~~ tp @s ~-512~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-512}] ~~~ scoreboard players add @s x 512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-256}] ~~~ tp @s ~-256~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-256}] ~~~ scoreboard players add @s x 256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-128}] ~~~ tp @s ~-128~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-128}] ~~~ scoreboard players add @s x 128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-65}] ~~~ tp @s ~-65~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-65}] ~~~ scoreboard players add @s x 65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-32}] ~~~ tp @s ~-32~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-32}] ~~~ scoreboard players add @s x 32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-16}] ~~~ tp @s ~-16~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-16}] ~~~ scoreboard players add @s x 16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-8}] ~~~ tp @s ~-8~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-8}] ~~~ scoreboard players add @s x 8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-4}] ~~~ tp @s ~-4~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-4}] ~~~ scoreboard players add @s x 4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-2}] ~~~ tp @s ~-2~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-2}] ~~~ scoreboard players add @s x 2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-1}] ~~~ tp @s ~-1~~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={x=..-1}] ~~~ scoreboard players add @s x 1
(連鎖/無條件/保持開啟)
-y軸
/execute @a[tag=傳送,scores={y=..-32768}] ~~~ tp @s ~~32768~
(循環(huán)/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-32768}] ~~~ scoreboard players remove @s y 32768
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-32768}] ~~~ tp @s ~~-16384~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-16384}] ~~~ scoreboard players add @s y 16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-8192}] ~~~ tp @s ~~-8192~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-8192}] ~~~ scoreboard players add @s y 8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-4096}] ~~~ tp @s ~~-4096~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-4096}] ~~~ scoreboard players add @s y 4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-2048}] ~~~ tp @s ~~-2,048~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-2048}] ~~~ scoreboard players add @s y 2048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-1024}] ~~~ tp @s ~~-1024~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-1024}] ~~~ scoreboard players add @s y 1024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-512}] ~~~ tp @s ~~-512~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-512}] ~~~ scoreboard players add @s y 512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-256}] ~~~ tp @s ~~-256~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-256}] ~~~ scoreboard players add @s y 256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-128}] ~~~ tp @s ~~-128~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-128}] ~~~ scoreboard players add @s y 128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-65}] ~~~ tp @s ~~-65~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-65}] ~~~ scoreboard players add @s y 65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-32}] ~~~ tp @s ~~-32~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-32}] ~~~ scoreboard players add @s y 32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-16}] ~~~ tp @s ~~-16~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-16}] ~~~ scoreboard players add @s y 16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-8}] ~~~ tp @s ~~-8~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-8}] ~~~ scoreboard players add @s y 8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-4}] ~~~ tp @s ~~-4~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-4}] ~~~ scoreboard players add @s y 4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-2}] ~~~ tp @s ~~-2~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-2}] ~~~ scoreboard players add @s y 2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-1}] ~~~ tp @s ~~-1~
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={y=..-1..}] ~~~ scoreboard players add @s y 1
(連鎖/無條件/保持開啟)
-z軸
/execute @a[tag=傳送,scores={z=..-32768}] ~~~ tp @s ~~~32768
(循環(huán)/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-32768}] ~~~ scoreboard players remove @s z 32768
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-32768}] ~~~ tp @s ~~~-16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-16384}] ~~~ scoreboard players add @s z 16384
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-8192}] ~~~ tp @s ~~~-8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-8192}] ~~~ scoreboard players add @s z 8192
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-4096}] ~~~ tp @s ~~~-4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-4096}] ~~~ scoreboard players add @s z 4096
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-2048}] ~~~ tp @s ~~~-2,048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-2048}] ~~~ scoreboard players add @s z 2048
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-1024}] ~~~ tp @s ~~~-1,024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-1024}] ~~~ scoreboard players add @s z 1024
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-512}] ~~~ tp @s ~~~-512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-512}] ~~~ scoreboard players add @s z 512
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-256}] ~~~ tp @s ~~~-256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-256}] ~~~ scoreboard players add @s z 256
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-128}] ~~~ tp @s ~~~-128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-128}] ~~~ scoreboard players add @s z 128
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-65}] ~~~ tp @s ~~~-65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-65}] ~~~ scoreboard players add @s z 65
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-32}] ~~~ tp @s ~~~-32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-32}] ~~~ scoreboard players add @s z 32
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-16}] ~~~ tp @s ~~~-16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-16}] ~~~ scoreboard players add @s z 16
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-8}] ~~~ tp @s ~~~-8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-8}] ~~~ scoreboard players add @s z 8
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-4}] ~~~ tp @s ~~~-4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-4}] ~~~ scoreboard players add @s z 4
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-2}] ~~~ tp @s ~~~-2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-2}] ~~~ scoreboard players add @s z 2
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-1}] ~~~ tp @s ~~~-1
(連鎖/無條件/保持開啟)
/execute @a[tag=傳送,scores={z=..-1}] ~~~ scoreboard players add @s z 1
(連鎖/無條件/保持開啟)
---------------------------------------------------------------------------------------
/scoreboard players set @a 輸入2 2
---------------------------------------------------------
/execute @a[scores={cd=1..9},rx=-85] ~~~ scoreboard players operation @s 輸入 *= 十 輸入
(循環(huán)/無條件/保持開啟)
/execute @a[scores={cd=1..9},rx=-85] ~~~ scoreboard players operation @s 輸入 += @s cd
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=10},rx=-85] ~~~ scoreboard players reset @s 輸入
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=11},rx=-85] ~~~ scoreboard players add @s 輸入 0
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=1..11},rx=-85] ~~~ scoreboard players set @s cd 17
(連鎖/無條件/保持開啟)
/scoreboard players set @a[scores={cd=17}]} cd 01
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=25}] ~~~ scoreboard players set @s cd 21
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=1..11},rx=-85] ~~~ scoreboard players set @s cd 18
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=19}] ~~~ scoreboard players set @s cd 1
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=21..24},rx=-85] ~~~ scoreboard players set @s cd 25
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=25}] ~~~ scoreboard players set @s cd 20
(連鎖/無條件/保持開啟)
----------------------------------------------------------------------------------------------------
replaceitem entity @a slot.hotbar 7 destroy snowball 2 0
{"minecraft:item_lock":{"mode":"lock_in_slot"}}
(循環(huán)/無條件/保持開啟)
/execute @e[type=snowball] ~~~ scoreboard players add @p[r=2] cd 1
(連鎖/無條件/保持開啟)
/execute @e[type=snowball] ~~~ playsound random.toast @p
(連鎖/無條件/保持開啟)
/kill @e[type=snowball]
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=!0},rxm=85] ~~~ title @s actionbar §l§c已關(guān)閉菜單
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=!0},rxm=85] ~~~ scoreboard players set @s cd 0
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=0},rxm=85] ~~~ scoreboard players set @s 輸入 0
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=0},rxm=85] ~~~ scoreboard players set @s -x 0
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=0},rxm=85] ~~~ scoreboard players set @s -y 0
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=0},rxm=85] ~~~ scoreboard players set @s -z 0
(連鎖/無條件/保持開啟)
--------------------------------------------------------------------------------------------
execute @a[scores={cd=1..18}] ~~~ titleraw @s actionbar {"rawtext":[{"text":"
§l§b? ? ? ?傳送菜單§f
§r§d? ? 請(qǐng)選擇傳送作標(biāo)§l§7"},
{"test":"§7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=1}]"},{"text":"§b"},{"text":"? ? ? ?
? ? ? ?1"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=2}]"},{"text":"§b"},{"text":"? 2"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=3}]"},{"text":"§b"},{"text":"? 3"}]}},
{"text":"§7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=4}]"},{"text":"§b"},{"text":"? ? ? ?4"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=5}]"},{"text":"§b"},{"text":"? 5"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=6}]"},{"text":"§b"},{"text":"? 6"}]}},
{"text":"§7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=7}]"},{"text":"§b"},{"text":"? ? ? ?7"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=8}]"},{"text":"§b"},{"text":"? 8"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=9}]"},{"text":"§b"},{"text":"? 9"}]}},
{"text":"§7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=10}]"},{"text":"§b"},{"text":"? ? ?刪除"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=11}]"},{"text":"§b"},{"text":" 0"}]}},
{"text":"§7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=12}]"},{"text":"§b"},{"text":" 確定"}]}}
,{"text":"? §7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=13}]"},{"text":"§b"},{"text":"? -"}]}},
{"text":"? §7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=14}]"},{"text":"§b"},{"text":"? ? x"}]}},
{"text":"? §7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=15}]"},{"text":"§b"},{"text":"? ?y"}]}},
{"text":"? §7"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=16}]"},{"text":"§b"},{"text":"? ?z"}]}},
{"text":"? §7"},{"text":"\n輸入坐標(biāo)數(shù):"},{"score":{"name":"@s","objective":"輸入"}},
{"text":"§6? ?x§f:§e"},{"score":{"name":"@s","objective":"-x"}},{"text":"§6? ?y§f:§e"},{"score":{"name":"@s","objective":"-y"}},{"text":"§6? ?z§f:§e"},{"score":{"name":"@s","objective":"-z"}},{"text":"§7\n\n\n\n"}]}
(循環(huán)/無條件/保持開啟)
/execute @a[scores={cd=20..25}] ~ ~ ~ titleraw @s actionbar {"rawtext":[{"text":"請(qǐng)選擇你要加負(fù)號(hào)的坐標(biāo)"},
{"text":"? §7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=21}]"},{"text":"§b"},{"text":"? ? x:"}]}},
{"score":{"name":"@s","objective":"-x"}},
{"text":"? §7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=22}]"},{"text":"§b"},{"text":"? ? y:"}]}},
{"score":{"name":"@s","objective":"-y"}},
{"text":"? §7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=23}]"},{"text":"§b"},{"text":"? ? z:"}]}},
{"score":{"name":"@s","objective":"-z"}},
{"text":"? §7\n"},{"translate":"%%2%%3","with":{"rawtext":[{"selector":"@s[scores={cd=24}]"},{"text":"§b"},{"text":"? ? 返回"}]}}]}
(連鎖/無條件/保持開啟)
---------------------------------------------------------------------------------------------------------------------------------------------------------
/execute @a[scores={cd=14},rx=-85] ~ ~ ~ scoreboard players operation @s -x = @s 輸入
(循環(huán)/無條件/保持開啟)
/execute @a[scores={cd=15},rx=-85] ~ ~ ~ scoreboard players operation @s -y = @s 輸入
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=16},rx=-85] ~ ~ ~ scoreboard players operation @s -z = @s 輸入
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=13},rx=-85] ~ ~ ~ scoreboard players set @s cd 20
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=24},rx=-85] ~ ~ ~ scoreboard players set @s cd 19
-----------------------------------------------------------------------------------------------
/execute @a[scores={cd=12},rx=-85] ~ ~ ~ scoreboard players operation @s x = @s -x
(循環(huán)/無條件/保持開啟)
/execute @a[scores={cd=12},rx=-85] ~ ~ ~ scoreboard players operation @s y = @s -y
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=12},rx=-85] ~ ~ ~ scoreboard players operation @s z = @s -z
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=12},rx=-85] ~ ~ ~ scoreboard players reset @s -x
(連鎖/有條件/保持開啟)
/execute @a[scores={cd=12},rx=-85] ~ ~ ~ scoreboard players reset @s -y
(連鎖/有條件/保持開啟)
/execute @a[scores={cd=12},rx=-85] ~ ~ ~ scoreboard players reset @s -z
(連鎖/有條件/保持開啟)
/execute @a[scores={cd=12},rx=-85] ~ ~ ~ scoreboard players reset @s cd
(連鎖/有條件/保持開啟)
-----------------------------------------------------------------------------------------------------
/execute @a[scores={cd=21},rx=-85] ~ ~ ~ scoreboard players operation @s fx = @s -x
(循環(huán)/無條件/保持開啟)
/execute @a[scores={cd=21},rx=-85] ~ ~ ~ scoreboard players operation @s fx *= @s 輸入2
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=21},rx=-85] ~ ~ ~ scoreboard players operation @s -x -= @s fx
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=22},rx=-85] ~ ~ ~ scoreboard players operation @s fx = @s -y
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=22},rx=-85] ~ ~ ~ scoreboard players operation @s fx *= @s 輸入2
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=22},rx=-85] ~ ~ ~ scoreboard players operation @s -y -= @s fx
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=23},rx=-85] ~ ~ ~ scoreboard players operation @s fx = @s -z
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=23},rx=-85] ~ ~ ~ scoreboard players operation @s fx *= @s 輸入2
(連鎖/無條件/保持開啟)
/execute @a[scores={cd=23},rx=-85] ~ ~ ~ scoreboard players operation @s -z = @s fx
(連鎖/無條件/保持開啟)
-----------------------------------------------------------------------------------------------------------
原創(chuàng):恭請(qǐng)111
小號(hào):共青111
QQ:3062363528