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.

Лицензия

Лицензия

Группа

Группа

de.adrodoc55.mpl
Идентификатор

Идентификатор

mpl-compiler
Последняя версия

Последняя версия

1.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/Adrodoc55/MPL

Скачать mpl-compiler

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 3.5.2
junit : junit jar 4.12
org.spockframework : spock-core jar 1.0-groovy-2.4

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
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