This Datapack allows you to teleport to a specified location in storage.
ストレージで指定した場所にテレポートできるデータパック
1.21以降はAnywhere Function(https://github.com/Ai-Akaishi/AnywhereFunction)をご利用ください。
- 1.19
Anywhere Function(https://github.com/Ai-Akaishi/AnywhereFunction)
場所を指定して、function #anywhere:tpを実行
Specify the location and call the function.
次の記述は execute in minecraft:the_nether positioned 1 2 3 rotated 10 20 run tp @s ~ ~ ~ ~ ~ と同じ
data modify storage anywhere: at set value {Pos:[1d,2d,3d],Rotation:[10f,20f],Dimension:"minecraft:the_nether"}
function #anywhere:tp
- #anywhere:tp
テレポートします。 - #anywhere:spawnpoint
リスポーン地点に設定します。
These codes are released under the MIT License, see LICENSE.