• This repository has been archived on 04/Sep/2023
  • Stars
    star
    4
  • Rank 3,201,287 (Top 65 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Spigot sugar library using Scala

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.