Description: Create tablists and display them by rights
Commands:
Plugin don't have any commands
The plugin has only one configuration file:
Code (YAML):
############################# # SimpleTabList # # Made by GameDoctor # # 2024 # ############################# tablists:
1:
enable: true
# The right to display. Set to "-" if not required permission: "tablist.simple.1" # The upper part of the playerlist header: -
"&aWelcome to the server &6&lEXAMPLE" # The lower part of the playerlist footer:
- "&bWorld: &e%world%" - "&bPing: &e%ping%" -
"&bYou have been in the game for &e%timeInGame%" - "&bHealth: &e%health%" - "&bOnline: &e%online%&7/&a%max_players%" - "&bYour name: &e%player%" 2:
enable: true
# The right to display. Set to "-" if not required permission: "tablist.simple.2" # The upper part of the playerlist header: -
"&aWelcome to the server &6&lEXAMPLE" # The lower part of the playerlist footer:
- "&bWorld: &e%world%" - "&bPing: &e%ping%" settings: # Update time in seconds. 0 - If you do not need to update updateDelay: 1
# The format of the displayed time timeFormat:
hours: "h." minutes: "m." seconds: "s."
The plugin supports PlaceholderAPI, but even without it it has its own placeholders:
%player% - Player name
%timeInGame% - Time spent in the game since logging in
%world% - The name of the world in which the player is located
%ping% - Player's ping
%health% - Player's health
%max_players% - Server Player Limit
%online% - The current number of players on the server
The HEX color format in the plugin is similar to the one used in the infamous Essentials plugin. For the convenience of generating HEX text gradients, there is a website
https://spigot.kosfarix.ru/hex
Keep in mind that variables (%player%, %world%, and so on)
cannot be converted to this format.
Плагин имеет только один конфигурационный файл:
Code (YAML):
############################# # SimpleTabList # # Made by GameDoctor # # 2024 # ############################# tablists:
1:
enable: true
# Право на показ. Установите на "-", если не требуется permission: "tablist.simple.1" # Верхняя часть таблиста header: -
"&aДобро пожаловать на сервер &6&lEXAMPLE" # Нижняя часть таблиста footer:
- "&bМир: &e%world%" - "&bПинг: &e%ping%" -
"&bВы в игре уже &e%timeInGame%" - "&bЗдоровье: &e%health%" - "&bОнлайн: &e%online%&7/&a%max_players%" - "&bВаш ник: &e%player%" 2:
enable: true
# Право на показ. Установите на "-", если не требуется permission: "tablist.simple.2" # Верхняя часть таблиста header: -
"&aДобро пожаловать на сервер &6&lEXAMPLE" # Нижняя часть таблиста footer:
- "&bМир: &e%world%" - "&bПинг: &e%ping%" settings: # Время обновления в секундах. 0 - Если обновлять не нужно updateDelay: 1
# Формат отображаемого времени timeFormat:
hours: "ч." minutes: "м." seconds: "с."
Плагин поддерживает PlaceholderAPI, но и без него имеет собственные плейсхолдеры:
%player% - Ник игрока
%timeInGame% - Время, проведённое в игре с момента входа
%world% - Название мира, в котором находится игрок
%ping% - Пинг игрока
%health% - Здоровье игрока
%max_players% - Лимит игроков сервера
%online% - Текущее количество игроков на сервере
Формат HEX цветов в плагине похож на тот, что используется в небезызвестном плагине Essentials. Для удобства генерации HEX градиентов текста существует сайт
https://spigot.kosfarix.ru/hex
Имейте в виду, что переменные (%player%, %world% и так далее)
нельзя переводить в этот формат.
Note: If you want additional functionality to be added to the plugin, just write about it in the discussion
Installation: Download, drop it in plugins folder and restart your server