マインクラフトの統合版、Java版の醍醐味の1つはエンチャントです。この記事では、武器・防具・道具へのエンチャントをコマンドで手軽に付与する方法から、コマンドブロック活用術、さらにエンチャントコマンドID一覧をまとめているので、最強 ...
皆さんはマインクラフトで魔法が使えることをご存知ですか?魔法は「コマンドブロック」を使うことで作ることができます。魔法の種類はド派手なエフェクトがかっこいい魔法、相手を一発で仕留める魔法などたくさんあります。今回の記事では簡単に ...
One of our biggest challenges as software developers is organizing our code so that it is easier to extend and maintain. The Command pattern helps us do that by encapsulating all the data required to ...
Java版でコマンドをn秒おきに遅延実行したい場合、 オプションもないから少し工夫をする必要があります。 その方法を図解とコマンド例でまとめました。 1.必要となるコマンドブロック構成について 4つのコマンドブロックを使います。 自分自身に ...
マインクラフトでホントにプログラミングの勉強ができる? 遊びながら学ぶことができると楽しいですよね。 tp(テレポート)コマンドは、簡単に試すことができ、とても良く使うので、初めてコマンドを打つ方にもおすすめです。 この記事では ...
In Minecraft, some things are simply impossible without commands. Other things are made easier through commands, but not everything a command does can be done organically. That's why many players ...
Stefan is a machine that plays video games, writes about video games, and then stares at a wall. Staring at a wall is the most productive part of its day. Minecraft is a game about freedom. That's ...
In survival mode, this only works if you actually have the block you’re facing. Otherwise, nothing happens. And in creative mode, whether you have the block in your inventory or not, it will always ...
Chain command blocks in Minecraft are one of three different command block types that can be utilized in-game. Once activated, chain command blocks will execute the commands inside them once each time ...