FastScript
Support multiple scripting languages, use scripts to change Minecraft!
Install / Use
/learn @FastScriptModule/FastScriptREADME
<img src="https://img.shields.io/discord/760802420552105995?label=Discord&style=for-the-badge"/>
<img src="https://img.shields.io/github/issues/Score2/FastScript?style=for-the-badge"/>
<img src="https://img.shields.io/github/issues-pr/Score2/FastScript?style=for-the-badge"/>
<img src="https://img.shields.io/github/license/Score2/FastScript?style=for-the-badge"/>
<img src="https://img.shields.io/github/last-commit/Score2/FastScript?style=for-the-badge"/>
<img src="https://img.shields.io/bstats/servers/9014?label=BSTATS-SERVERS&style=for-the-badge"/>
Because the structure of the project is too confusing, the project will stop updating until major errors are discovered. Reset the project when Insinuate completes development and testing.
About
Support multiple scripting languages, use scripts to change Minecraft!
At present, the project is still unfinished and cannot be used.
Build
In the project root directory:
./gradle shadowJar
or
./gradle
Developer
Maven usage
<repositories>
<repository>
<id>roselle-repo</id>
<url>http://repo.iroselle.com/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.scoretwo</groupId>
<artifactId>FastScript</artifactId>
<version>1.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Gradle
repositories {
maven {url 'http://repo.iroselle.com/snapshots/'}
}
dependencies {
implementation 'me.scoretwo:FastScript:1.0.1-SNAPSHOT'
}
Gradle Kotlin DSL
repositories {
maven("http://repo.iroselle.com/snapshots/")
}
dependencies {
implementation("me.scoretwo:FastScript-common:1.0.1-SNAPSHOT")
}
Links
<img src="http://mc3.roselle.vip:602/icons/github.svg" width="64" height="64"/> <img src="http://mc3.roselle.vip:602/icons/wiki.svg" width="64" height="64"/> <img src="http://mc3.roselle.vip:602/icons/discord.svg" width="64" height="64"/>
