A very simple and lightweight tablist plugin.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calamity 9738f631da Merge pull request 'Added README and GPL-3 license' (#1) from readme into main
Reviewed-on: #1
5 months ago
gradle/wrapper initial 6 months ago
src/main cleanup 5 months ago
.gitattributes initial 6 months ago
.gitignore initial 6 months ago
LICENSE add readme and license 5 months ago
README.md fix typo 5 months ago
build.gradle initial 6 months ago
gradlew initial 6 months ago
gradlew.bat initial 6 months ago
settings.gradle initial 6 months ago

README.md

SimpleTab

Modrinth Downloads

SimpleTab is a Bukkit/Purpur plugin, that implements the tablist (player list) header/footer configuration and dynamic information.

It has support for formatting colors using the ampersand (&) character, and support for PlaceholderAPI.

Installation

You can either compile the plugin from source or download a compiled .jar file from Releases.

Compilation

For compiling you will need to have gradle installed.

Instructions:

git clone https://codeberg.org/FDL/SimpleTab.git
cd SimpleTab
gradle build

The built .jar file is going to be in build/libs/

Configuration

The configuration file will be created on first launch of your server with the plugin, it's going to be in plugins/SimpleTab/config.yml.

Example:

# Text above player list
header: "A cool header"

# Text below player list
footer: "And a very cool footer"

# Update period in ticks (1 tick = 50ms)
updatePeriod: 20

You can use \n for newlines and & + char for formatting. As well you can use %placeholder% for dynamic information, if you have PlaceholderAPI installed.

You can also take a look at the example configuration that uses all 3 features.