Proximyst / tab

A free software plugin for player list manipulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tab

status

A tab manipulation plugin with ease in mind.

Build

Requirements:

  1. Java 8-14 JDK.

Method:

  1. Execute ./gradlew shadowJar.

  2. Find the jars in ./build/libs.

Usage

Plop the respective jars into their respective plugins directories.

Depend

The project requires the following repository:

Maven

<repositories>
  <repository>
    <id>proxi-nexus</id>
    <url>https://nexus.proximyst.com/repository/maven-public/</url>
  </repository>
</repositories>

Gradle (Kotlin DSL)

repositories {
    maven {
        name = "proxi-nexus"
        url = uri("https://nexus.proximyst.com/repository/maven-public/")
    }
}

Gradle (Groovy DSL)

repositories {
    maven {
        name = 'proxi-nexus'
        url = 'https://nexus.proximyst.com/repository/maven-public/'
    }
}

FAQ

These are a few perhaps commonly asked questions.

Can I use this?

Perhaps. You should probably still hold off, as it’s not a set-in-stone product, but it does work and is usable.

Why is the licence header is missing in X & Y?

The licence header is only updated (:licenseFormat task) right before a tag. If a tag has not been pushed recently, that would be the reason why.

About

A free software plugin for player list manipulation.

License:GNU Affero General Public License v3.0


Languages

Language:Kotlin 100.0%