Deepslate Studios
SlateChat

Installation

Download SlateChat and get it running on your server.


Only use these two sources

SlateChat's only official distribution channels are the ones below. Builds found anywhere else aren't published by Deepslate Studios and can't be verified.

Setup

  1. Grab SlateChat.jar from one of the links above.
  2. Drop it into your server's plugins/ folder.
  3. Install PlaceholderAPI alongside it — SlateChat won't load without it.
  4. Start (or restart) the server once to generate config.yml, channels.yml, color.yml, filter.yml and focus.yml in plugins/SlateChat/.
  5. Edit the generated files to taste (see the Configuration reference), then apply changes with /slatechat reload — no restart needed.

LuckPerms placeholders

If your channel formats use %luckperms_prefix% / %luckperms_suffix%, those are resolved through PlaceholderAPI's LuckPerms expansion, not LuckPerms itself. Install it with /papi ecloud download LuckPerms and /papi reload.

Building from source

Build requirements

Building from source requires Java 21. The bundled Gradle wrapper (./gradlew build) handles the rest - no separate Gradle install needed.

git clone https://gitlab.com/deepslatech/slatechat.git
cd slatechat
./gradlew build

# The shaded jar will be at build/libs/SlateChat-<version>.jar

On this page