Multisign is a programming language interpreted in Java. THe default
The goal of this language is to make your own programming language easly by adding dynamic syntax.
More exemples here.
If you want to know how to use Multisign go on the wiki.
There is two way to get Multisign:
-
Go on the release page and download the
.jar
file. -
Clone the source code and run
gradlew build
(for Windows) or./gradlew build
(Mac & Linux)