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

Categories

Categories

IDE Development Tools
GroupId

GroupId

de.adrodoc55.mpl
ArtifactId

ArtifactId

mpl-ide
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-ide

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
de.adrodoc55.mpl : mpl-compiler jar 1.3.2
org.beanfabrics : beanfabrics-swing jar 1.4.3
at.bestsolution.efxclipse.rt » org.eclipse.fx.code.editor.fx jar 3.0.0

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