Command block mod for Minecraft PE. Mod unusual command blocks Download command block for minecraft pe

With the help of the Command Blocks add-on, you can use various game commands right during the gameplay in Minecraft PE. These commands will give you a huge number of unusual features that will be provided to you just below this article.

Now it's worth considering what this addon is - everything is simple here: a beautiful block that looks like some kind of apparatus, a mechanism that works with the help of a redstone and a lever. It is the activation of the lever that sends the necessary command that was written in the block. Further, the signal comes through the redstone from the activator (lever) to the block, which allows the prescribed command to be activated.


By the way, you can use the commands that are present in the popular Simple Commands mod, then the question arises, why do we need this mod if there is a simpler analogue? Everything is elementary, despite the similar idea, the implementation of the add-on was performed quite differently. Yes, and it will be easier for someone to press the lever to activate the command than to prescribe it, which takes some time.
So, this tool cannot be crafted or found. It can only be obtained using creative mode - activate it and simply transfer the item to your inventory.


In principle, there are a few steps left that will not cause any special problems and difficulties. You just need to write the desired command for this block, let it be /timeset day(this command changes the time of day to day). The next step is the lever and the redstone, here we do everything exactly as shown in the screenshots: we put the activator in any place and stretch the thread, the redstone line from it to the block itself - done! And so that you can instantly change day to night, we write the following command: /timeset night by following the same steps as described above.

Summing up, we can say that in some moments it will be more interesting, easier, more comfortable to play. You will be able to control the whole game:
- change the weather (rain, thunderstorm, sun, cloudiness, normal weather, etc.),
- time (day, noon, evening, night, midnight);
- find out the coordinates of your location; set the desired level;
- regenerate, heal;
- receive starter kits;
- commit suicide;
- get any item, tool, block;
- activate and deactivate hunger;
- find out the current time; set night time
- instantly move to any point on the map (by coordinates, using teleportation);
- activate the required game mode (survival, -creative, );
- activate flight mode;
- learn the name of the world;
- install a house, as well as teleport to it;
- find out the version of the mod; clear your inventory;
- change the speed of the game; get any effect;
- set the speed of movement (accelerate, slow down) and so on. This is an incomplete list of your opportunities, good luck and enjoy the game!

Installation:
1. Unpack the archive with the mod according to the instructions

Thanks to fashion Command Block in the Minecraft PE game, it will be possible to create command blocks and with their help get a huge number of opportunities and greatly facilitate the gameplay.

The command block is really useful because it can be used to call text commands in Minecraft. And it only fires when there is a redstone signal active. The block can handle JavaScript and various custom commands found in other mods. This is one of the game features that the PC version of Minecraft has by default, but still will not become an official part. Minecraft Pocket Edition for a long time now.

How it works?

Command block(ID 137) can be obtained using the inventory in Creative mode. This is a block that fires on a Redstone signal and can execute both JavaScript and custom mod commands.

As an example, we will use the commands available in to explain how you can use Redstone and Command Block to change day and night in the game.

Let's start by setting up the first Command Block, which will be used to activate the night time. Click on the block to enter the required command. Here you can also enter JavaScript, for example: javascript: Level.setRainLevel(1);– this command will turn on the rain in the game.

Commands for the Command Block

In the Commands Block mod, you will have access to about 20 different commands, each of which will be very useful.

  • /about - information about the mod.
  • /coords your coordinates
  • /lvl - level setting.
  • /help - help (page 1)
  • /help 2 - help (page 2)
  • /help 3 - help (page 3)
  • /help 4 - help (page 4)
  • /heal - healing.
  • /health infinite - healing for a long period.
  • /kill - suicide.
  • /time help - time help.
  • /kit - starter kits.
  • /weather - set rain/thunderstorm/normal weather.
  • /give (Find block IDs here)
  • /hunger - turn off hunger.
  • /timeset - set the time [day/noon/noon/night/midnight/]
  • /time - Displays the current time.
  • / nightmode - set night time.
  • / tp - teleportation to the specified coordinates.
  • /gamemode (0=survival, 1=creative, 2=adventure)
  • /fly - enable/disable flight mode.
  • /world - displays the name of the world.
  • /sethome - home installation.
  • / home - teleport home.
  • /coordinates - your coordinates.
  • /spawnpoint-
  • /help commands - help on commands.
  • /version — modification version.
  • /clearinv - clear inventory.
  • /timeset - setting the exact game time.
  • /effect - get effects.
  • /heal - setting lives.
  • /minefaster - ?
  • /gamespeed - game speed.
  • /slowmotion - slow motion.
  • /button - ?




Download the command block mod for Minecraft for Android and create cool automated mechanisms.

Implements command blocks and their functions in the game! Activates the command that you enter into it if the redstone is activated.

How to use the mod?

Command block(id: 137) can be obtained in the inventory of creative mode or with the help of third-party mods. You can use commands from other mods to make it easier or you can use ModPE methods. Now we will show you how to use the mod with commands from the mod.

Install this mod and SimpleCommands . Now go into the world and start by placing a command block. Tap on it to open its interface. In the field you need to enter a command that will be activated when interacting with the redstone.

We entered the command /coords, which shows the player's coordinates in the chat. Click on "OK" when you enter the command. There are many other commands in SimpleCommands, which you can learn about with the chat command /help =)

Place redstone dust near the command block and for example a lever, and then activate the redstone dust and the command block will activate the command!

Now let's look at a way to activate commands without using third-party mods. To do this, you need to know the ModPE methods.

Chips in fashion

Now I will show you how to display a message in a chat in this way. Open the command block interface again and enter the following code in the field: javascript: clientMessage("here is your message");