TextOverPlayer

Displays chat messages above a player's head using text_display

1,62k

Quick challenge

How far can you run before the mobs catch you?

TextOverPlayer

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:

```yaml 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)`

```yaml 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" ```

ADS