Minecraft Programming Language (MPL)

MPL is a language that makes it easier to write applications for Minecraft 1.9 or higher. The final result of compiling an MPL application are command blocks that can be imported into your world in various ways. MPL comes with it's own editor that supports syntax- and error-highlighting and has a built in compiler.

License

License

GroupId

GroupId

de.adrodoc55.mpl
ArtifactId

ArtifactId

mpl-compiler
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Minecraft Programming Language (MPL)
MPL is a language that makes it easier to write applications for Minecraft 1.9 or higher. The final result of compiling an MPL application are command blocks that can be imported into your world in various ways. MPL comes with it's own editor that supports syntax- and error-highlighting and has a built in compiler.
Project URL

Project URL

https://github.com/Adrodoc55/MPL

Download mpl-compiler

How to add to project

<!-- https://jarcasting.com/artifacts/de.adrodoc55.mpl/mpl-compiler/ -->
<dependency>
    <groupId>de.adrodoc55.mpl</groupId>
    <artifactId>mpl-compiler</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.adrodoc55.mpl/mpl-compiler/
implementation 'de.adrodoc55.mpl:mpl-compiler:1.3.2'
// https://jarcasting.com/artifacts/de.adrodoc55.mpl/mpl-compiler/
implementation ("de.adrodoc55.mpl:mpl-compiler:1.3.2")
'de.adrodoc55.mpl:mpl-compiler:jar:1.3.2'
<dependency org="de.adrodoc55.mpl" name="mpl-compiler" rev="1.3.2">
  <artifact name="mpl-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adrodoc55.mpl', module='mpl-compiler', version='1.3.2')
)
libraryDependencies += "de.adrodoc55.mpl" % "mpl-compiler" % "1.3.2"
[de.adrodoc55.mpl/mpl-compiler "1.3.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.5.3
com.google.guava : guava jar 19.0
com.beust : jcommander jar 1.58
com.google.code.findbugs : jsr305 jar 3.0.1
com.evilco.mc » nbt jar 1.0.2

test (3)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.5.2
junit : junit jar 4.12
org.spockframework : spock-core jar 1.0-groovy-2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.11.0
0.10.1
0.10.0