Slate

Slate

Mod

A library for creating clean server-side screens easily

Server LibraryManagementUtility

15 downloads
2 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Environment Discord

Slate is a library for server-side developers which makes creating clean server-side screens easy.

Usage

Public builds of Slate can be found on the Modrinth page.

To use Slate as a dependency you can find the artefact on our public Maven repository.

build.gradle

repositories {
    maven {
        name = "Andante's Maven"
        url  = "https://maven.andante.dev/releases/"
    }
}

dependencies {
    include modImplementation ("net.mcbrawls:slate:$slate_version")
}

gradle.properties

slate_version=1.0

Getting Started

Slate is designed to be super simple.

val slate = slate()
slate.open(player)

This is all you need to create a slate! To find out how to customise your slate, see our wiki.


Project members

MC Brawls

MC Brawls

Organization

Details

Licensed MIT
Published a month ago
Updated a month ago