SpongeScala is a Scala-specific layer for the Sponge API. It includes syntactic sugar and Scala-specific features like pattern matching on some Sponge structures.
Here is a list of some SpongeScala's features:
You can install this library like other scala libs from a Maven repo.
Using Gradle
repositories {
mavenCentral()
}
dependencies {
implementation 'io.github.iltotore:sponge-scala_2.13:version'
}
Using SBT
libraryDependencies += "io.github.iltotore" %% "sponge-scala" % "version"