Chat Input API
PluginApache-2.0

Chat Input API

A plugin for PaperMC to get inputs from chat.

121
Downloads
0
Followers
11 months ago
Updated
📦
4
Versions

📖About Chat Input API

Chat Input API


A plugin for getting text input from chat.

IMPORTANT

This project is still in early alpha and might not function as expected, but it's a small plugin and will likely just work.

Java dependency

Gradle

repositories {
    mavenCentral()
    maven {
        name = 'jitpack'
        url = 'https://jitpack.io'
    }
}

dependencies {
    implementation 'com.github.Senne98:Chat-input-API:v0.0.3-ALPHA'
}

How to use

All methods required to interact with the plugin are in ChatInputAPI.

Partner