-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
## 基本の書き方 | ||
# execute if data storage anywhere: at{Dimension:"<dimension:name>"} in <dimension:name> run function anywhere:function | ||
|
||
execute if data storage anywhere: at{Dimension:"area:babel"} in area:babel run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:battle_area"} in area:battle_area run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:casino"} in area:casino run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:cloudia"} in area:cloudia run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:control_area"} in area:control_area run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:debug_room"} in area:debug_room run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:desert"} in area:desert run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:end"} in area:end run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:extra_domain"} in area:extra_domain run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:flying_island"} in area:flying_island run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:gullivers_land"} in area:gullivers_land run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:imaginary_space"} in area:imaginary_space run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:moon"} in area:moon run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:nether"} in area:nether run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:nether_dungeon"} in area:nether_dungeon run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:nether_trial"} in area:nether_trial run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:quest_area"} in area:quest_area run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:skylands"} in area:skylands run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:table_mountain"} in area:table_mountain run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:theater"} in area:theater run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:tocult_colde"} in area:tocult_colde run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:underworld"} in area:underworld run function anywhere:function | ||
execute if data storage anywhere: at{Dimension:"area:void"} in area:void run function anywhere:function |