Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
/ tab Public archive

A free software plugin for player list manipulation.

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENCE
Unknown
LICENCE-HEADER
Notifications You must be signed in to change notification settings

Proximyst/tab

Repository files navigation

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.