About
位置 (-1920,14,-172)
呼び出し元 毎tick実行するコマンド群9
忍者のスキルの1つである呼魂を実行する。また、タワーバンクからのアイテムの吸出し対策も行っている。
コマンド群
| No. | コマンド |
|---|---|
| 1 | /execute @a[score_ActivatedSkill_min=2030,score_ActivatedSkill=2039] ~ ~ ~ /playsound entity.wolf.shake master @a[r=32] ~ ~ ~ 2 0.6 0 |
| 2 | /execute @a[score_ActivatedSkill_min=2030,score_ActivatedSkill=2039] ~ ~ ~ /particle enchantmenttable ~ ~2 ~ 0 0 0 5 100 force |
| 3 | /execute @e[-2827,57,-410,dx=9,dy=123,dz=9,type=Item] ~ ~ ~ detect ~ 60 ~ minecraft:iron_trapdoor -1 /scoreboard players tag @e[dx=0,type=Item,c=1] add SystemEntity |
| 4 | /execute @a[score_ActivatedSkill_min=2030,score_ActivatedSkill=2030] ~ ~ ~ /tp @e[r=10,type=Item,tag=!SystemEntity,c=-5] @a[c=1] |
| 5 | /execute @a[score_ActivatedSkill_min=2031,score_ActivatedSkill=2039] ~ ~ ~ /tp @e[r=20,type=Item,tag=!SystemEntity,c=-5] @a[c=1] |
| 6 | /scoreboard players tag @e[-2827,57,-410,dx=9,dy=123,dz=9,type=Item,tag=SystemEntity] remove SystemEntity |
詳細
ActivatedSkillが2030 ~ 3039であるプレイヤーを対象として、以下の事柄を実行
- 対象プレイヤーから半径32m以内のすべてのプレイヤーに効果音を鳴らす
- 対象プレイヤーの座標上でパーティクルを表示
- タワーバンク内のすべてのアイテムエンティティに
SystemEntityを付与 (プレイヤー間の不正対策と思われる。) ActivatedSkillが2030であるプレイヤーから、半径10m以内のSystemEntityを持っていないアイテムエンティティを、一番遠くから5つプレイヤーの座標上に移動させるActivatedSkillが2030 ~ 2039であるプレイヤーから、半径20m以内のSystemEntityを持っていないアイテムエンティティを、一番遠くから5つプレイヤーの座標上に移動させる- タワーバンク内の
SystemEntityを持ったアイテムエンティティからSystemEntityを削除