▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Server status placeholder
Server status placeholder

Server status placeholder

A placeholder with shows server status using plugin messaging using the bungee/velocity plugin and something

Оцените первым
6
0

ServerStatus

Shows the status of your BungeeCord servers through placeholders.

ServerStatus is split into two parts:

  • BungeeCord module : pings every server you list in the config, checks whether it's in maintenance, and pushes the result to your backend servers.
  • Spigot module : receives those statuses and exposes them through PlaceholderAPI.

If you run a scoreboard, tablist, chat or any other plugin that supports PlaceholderAPI, you can drop these in:

%srvstatus_lobby%
%srvstatus_survival%

Each returns one of three values (all customizable in the config):

  • Online
  • Offline
  • Maintenance

Setup

  1. Put the BungeeCord jar in your proxy's plugins folder.
  2. Put the Spigot jar in the plugins folder of every server you want placeholders on.
  3. Restart everything.
  4. Done. The srvstatus expansion registers by itself.

Configuration

The Bungee side has a config.yml with the basics:

# Servers to track (must match your BungeeCord names)
servers:
  - lobby
  - survival
  - dev

# How often to check (seconds)
update-interval: 5

# Status text and colors
messages:
  online: "&aOnline"
  offline: "&cOffline"
  maintenance: "&6Maintenance"

Statuses refresh on the interval you set, and again whenever a player joins the proxy.

Requirements

  • BungeeCord or Waterfall with the Maintenance plugin (for maintenance detection)
  • Spigot/Paper 1.20.4+ with PlaceholderAPI

Building

mvn clean package

Java 17+.

Партнёрский материал

Сервер для плагина Server status placeholder - как у профи

Плагин Server status placeholder создан для серверов: на своём сервере вы настраиваете его под себя и решаете, кому играть. Создать сервер с плагином Server status placeholder для друзей можно за пару минут - BungeeHost всё уже подготовил.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x1.20.x

Поддерживаемые окружения

Сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная