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();
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!
- Website - browse the project homepage
- Documentation - read documentation and usage guides
- Downloads - latest plugin/mod downloads
spark is free & open source. It is released under the terms of the GNU GPLv3 license. Please see LICENSE.txt
for more information.