iltotore / spigotscala   1.0

Apache License 2.0 GitHub

A Spigot sugar library using Scala

Scala versions: 2.13

SpigotScala

Extends the Spigot API using Scala.

Description

SpigotScala is a Scala-specific rework of the Spigot API. It includes syntactic sugar and scala-specific features.

Features

SpigotScala includes:

Installation

Developers

You can add the release jar to your project libraries or use a build tool like Gradle or SBT:

Using Gradle
repositories {
  mavenCentral()
}

dependencies {
  implementation 'io.github.iltotore:spigot-scala_2.13:version'
}
Using SBT
libraryDependencies += "io.github.iltotore" %% "spigot-scala" % "version"

Server owners

You must add the release jar to your plugins directory, then restart/reload the server.