=========================
【今回使用したコマンド】
コマンドブロック1(衝撃、無条件、レッドストーンが必要)
scoreboard objectives add shot dummy
コマンドブロック2(反復、無条件、レッドストーンが必要)
execute @e[type=fishing_hook] ~~~ summon boat
コマンドブロック3(チェーン、無条件、常にアクティブ)
execute @e[type=fishing_hook] ~~-1~ execute @p ~~~ tp @e[type=boat,c=1] ^^^-1 facing @s
コマンドブロック4(チェーン、無条件、常にアクティブ)
execute @e[type=fishing_hook] ~~-1~ tag @e[type=boat,c=1] add hook
コマンドブロック5(チェーン、無条件、常にアクティブ)
scoreboard players add @e[type=boat,tag=hook] shot 1
コマンドブロック6(チェーン、無条件、常にアクティブ)
execute @e[type=fishing_hook] ~~-1~ tag @p add hook
コマンドブロック7(チェーン、無条件、常にアクティブ)
scoreboard players add @e[tag=hook,scores=shot=0..] shot 1
コマンドブロック8(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook,scores=shot=1] ~~~ tp @s ~~1000~
コマンドブロック9(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook] ~~~ tp @s ^^^1
コマンドブロック10(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook] ~~-1000~ detect ~~1~ air 0 tag @s add not_hit
コマンドブロック11(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook,tag=!not_hit,c=1] ~~-1000~ scoreboard players operation @a shot -=@s shot
コマンドブロック12(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook,tag=!not_hit,c=1] ~~-1000~ tp @s ~~~
コマンドブロック13(チェーン、無条件、常にアクティブ)
execute @a[tag=hook,scores=shot=0] ~~~ tp @s ~~~ facing @e[type=boat,tag=hook,tag=!not_hit,c=1]
コマンドブロック14(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook,tag=!not_hit,c=1] ~~~ scoreboard players operation @a[scores=shot=..-1] shot +=@s shot
コマンドブロック15(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook,tag=!not_hit,c=1] ~~~ scoreboard players operation @a[scores=shot=1..] shot +=@s shot
コマンドブロック16(チェーン、無条件、常にアクティブ)
execute @a[tag=hook,scores=shot=0] ~~~ tp @s ~~1~ facing @e[type=boat,tag=hook,tag=!not_hit,c=1]
コマンドブロック17(チェーン、無条件、常にアクティブ)
execute @a[tag=hook,scores=shot=..0] ~~~ detect ^^^1 air 0 tag @s add can_move
コマンドブロック18(チェーン、無条件、常にアクティブ)
execute @a[tag=hook,scores=shot=..0,tag=can_move] ~~~ tp @s ^^^1
コマンドブロック19(チェーン、無条件、常にアクティブ)
execute @a[tag=hook,scores=shot=..0,tag=!can_move] ~~~ scoreboard players set @s shot -100
コマンドブロック20(チェーン、無条件、常にアクティブ)
scoreboard players add @a[tag=hook,scores=shot=..0] shot -1
コマンドブロック21(チェーン、無条件、常にアクティブ)
effect @a[tag=hook,scores=shot=..-100] levitation 1 4 true
コマンドブロック22(チェーン、無条件、常にアクティブ)
tag @a[tag=hook,scores=shot=..-100] remove hook
コマンドブロック23(チェーン、無条件、常にアクティブ)
scoreboard players set @a[scores=shot=..-100] shot 0
コマンドブロック24(チェーン、無条件、常にアクティブ)
kill @e[type=boat,tag=hook,tag=!not_hit,c=1]
コマンドブロック25(チェーン、無条件、常にアクティブ)
execute @e[type=boat,tag=hook] ~~-1000~ particle minecraft:basic_crit_particle ~~1~
コマンドブロック26(チェーン、無条件、常にアクティブ)
kill @e[type=boat,tag=hook,scores=shot=100..,c=1]
コマンドブロック27(チェーン、無条件、常にアクティブ)
tp @e[type=fishing_hook] ~~-1000~
コマンドブロック28(チェーン、無条件、常にアクティブ)
tag @e[type=boat,tag=hook] remove not_hit
コマンドブロック29(チェーン、無条件、常にアクティブ)
tag @e remove can_move
コマンドブロック30(チェーン、無条件、常にアクティブ)
tag @a[scores=shot=100..] remove hook
コマンドブロック31(チェーン、無条件、常にアクティブ)
scoreboard players set @a[scores=shot=100..] shot 0
=========================
概要欄まで見ていただきありがとうございます!見てくださった方はコメントの際に「🐻」の絵文字を付けていただけると「概要欄まで見てくれてるんだ!」ととても嬉しくなります(*^-^*)
※リクエストする際の注意事項
・作りたいコマンドもある為、必ずしも採用されるとは限りません
・リクエストが多くて制作に時間がかかるので気長に待って下さい
・過度な催促、まだですか?コメントは控えてもらえると助かります
(うp主が忘れっぽいので時々はOKですw)
・リクエストはできる限り具体的にお願いします
(コマンドのイメージがしやすくなるため)
・リクエストのコメントの最後には🐼の絵文字をつけてください
上記の内容にご理解頂いた上でリクエストをしてくださいm(_ _)m
=========================
【マイクラおすすめ動画】
コマンド1個で簡単に作れる槍魔法5種と浮遊魔法の作り方を紹介!
魔理沙が遂に本気を出した!クオリティ重視のマスタースパーク!
コマンド3個でマシンガンのような連射力!?連射式クロスボウ3種類の簡単な作り方を紹介!
超簡単!コマンドブロック1個でできるコマンド銃2種と召喚魔法と中級者向けのエクスプロージョンの作り方を紹介!
弓矢で発動!コマンドで簡単に作れる炎と氷の弓魔法の作り方を紹介!
【マイクラゆっくり実況の再生リスト】
=========================
☆メンバーシップを始めました!こちらかどうぞ!
https://www.youtube.com/channel/UC_Ga9iELEmyB3JtzTerhNHw/join
Twitterもしているので良かったらフォローお願いします!
Tweets by kumagoro147
=========================
【素材をお借りしているサイト】
きつねゆっくり様→ http://urx.blue/VcNS
効果音ラボ様→ https://soundeffect-lab.info/
youtubeオーディオライブラリー様→https://bit.ly/2EF3Tpu
ニコニ・コモンズ様→http://commons.nicovideo.jp/
魔王魂様→https://maoudamashii.jokersounds.com/
MusMus様→http://musmus.main.jp/
DOVA-SYNDROME→https://dova-s.jp/
騒音のない世界様→https://noiselessworld.net/music
いらすとや様→ https://www.irasutoya.com/
背景無料素材様→https://backgrounds-free.com/
=========================
#マイクラ
#マイクラコマンド
#マイクラコマンドスイッチ対応
#ゆっくり実況
#マイクラ統合版
#マイクラコマンドフックショット
#マイクラフックショット
#マイクラコマンドSwitch対応
#マイクラコマンド簡単
#Minecraft
#くまりゅうチャンネル
コメントを書く