Перейти к содержимому
Mineforgian

TextOverPlayer

Displays chat messages above a player's head using text_display

Загрузки
2K
Подписчики
14
Обновлён
8 ноября 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 13 июля 2024 г.

Exemple

TextOverPlayer

TextOverPlayer is a Minecraft plugin that displays chat messages over the player's head using text_display. It supports & colors and message display time.

Features

  • Display chat messages above a player's head.
  • Support for & color codes in messages.
  • Configurable message display duration.
  • Customizable number of characters per line.
  • Ignores the first character for global chat.
  • Customizable text size.
  • Adjusting the height of text above the head.
  • Commands to reload configuration and change settings.

Commands

  • /textoverplayer reload: Reload the plugin configuration and messages.yml.

Permissions

  • textoverplayer.reload

Configuration

The config.yml file contains the following settings:

lifetime: 100 # The lifetime of the text above the player's head (20 ticks = 1 second)
y-offset: 0.3 # Distance from the player's head
max-length: 30 # Maximum line length
font-size: 1.0 # Minecraft font size
cooldown: 20 # Delay between the appearance of a new message if the old message has not yet disappeared (optimal value selected)
ignore-prefix: "!" # A character that will be deleted when writing in chat if it is at the beginning. Example: !Hello -> Hello

Messages

The messages.yml file contains the following settings: (MiniMessages supported)

reload_success: "<green>TextOverPlayer configuration reloaded successfully!"
no_permission: "<red>You don't have permission to perform this command!"
usage_reload: "<red>Usage: /textoverplayer reload"

Ченджлог

1.4Релиз1.21.2, 1.21.3, 1.21.4 · 10 августа 2024 г.

Added feature: now if you write "!" at the beginning of the message, it will be deleted. You can disable this feature in your config.yml file and set your own symbol.

1.3Релиз1.20.5, 1.21, 1.21.1 · 10 августа 2024 г.

New feature + bug fix: when a player left the server, the text did not disappear.

1.2Релиз1.20.5, 1.21, 1.21.1 · 27 июля 2024 г.

Corrected: When the server restarts (or the plugin is turned off), TextOverPlayer removes all text above the players’ heads. If a player has written more than one message, the new message appears not in the same place as the old one, but below it.

1.1Релиз1.20.5, 1.21, 1.21.1 · 15 июля 2024 г.

Corrected

If the player had an armor stand over his head, then he could not place or break blocks, or fight.

Addition

When a player is in gamemode spectator, their messages are not broadcast overhead.

Комментарии

Загружаем…