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

PlayerIDCounter

A lightweight plugin that automatically assigns each player a unique persistent ID and provides easy placeholder and API access to it.

Оцените первым
22
1

This was originally a plugin I made for personal use. Suggestions for additional features or improvements are welcome.

Main Features

Automatic ID Assignment When a player joins the server for the first time, the plugin automatically assigns them a unique, incrementing ID. The process is fully automatic and does not require any administrator intervention.

Welcome Message When a player joins the server, the plugin sends them a welcome message displaying their assigned ID. The content of this message can be customized in the configuration file.

Persistent Storage All player IDs are saved to a file. Even after a server restart, players will retain their assigned IDs.

PlaceholderAPI Variables

  • %playerid_id% — Displays the player's own ID (can be used in scoreboards, tab lists, holograms, etc.)
  • %playerid_{id}%{id} refers to the player's ID and returns the corresponding player name

External API Usage

int playerId = PlayerIDCounter.getPlayerId(player.getUniqueId());

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

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

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x

Платформы

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

Сервер

Ссылки

Создатели

Детали

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