Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Tutorial 1. Basics

Adrodoc55 edited this page Feb 12, 2017 · 5 revisions

Before you start this tutorial you should have have basic knowledge of Minecraft commands. You can find a lot of information about Minecraft's command system in the Minecraft Wiki

The best way to learn MPL is to open it up and try the examples for yourself. To get started for the tutorial you should:

  • Download the latest Version of MPL
  • Start the program by double clicking the jar-file
  • Open your target Minecraft world
  • Make sure command blocks are enabled in your world

To prevent the Minecraft chat from being spammed and to improve performance, the first thing you should do is to execute the following two commands in Minecraft:

  • /gamerule commandBlockOutput false
  • /gamerule logAdminCommands false

Ok let's get started with MPL shall we? Start with Tutorial 1.1. A scoreboard counter.

Clone this wiki locally