Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.5 KB

spark

Spark for Minestom

repositories {
    mavenLocal() // this library currently needs to published to your local maven repository
    maven("https://repo.lucko.me/")
    maven("https://oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
    implementation("dev.lu15:spark-minestom:1.10-SNAPSHOT")
}
Path directory = Path.of("spark");
SparkMinestom spark = SparkMinestom.builder(directory)
        .commands(true) // enables registration of Spark commands
        .permissionHandler((sender, permission) -> true) // allows all command senders to execute all commands
        .enable();

spark-extra-platforms

This repository contains implementations of spark for additional platforms.

These releases do not receive the same level of support as the main spark plugins/mods. They are provided as-is, and may be out of date or contain bugs. If you run into problems, please open an issue on GitHub and/or raise a pull request to fix!

Useful Links

License

spark is free & open source. It is released under the terms of the GNU GPLv3 license. Please see LICENSE.txt for more information.