Skip to content

An AllayMC plugin that can customize player's nametag and scoretag

License

Notifications You must be signed in to change notification settings

smartcmd/HeadShow

Repository files navigation

HeadShow

HeadShow is an AllayMC plugin that customizes player nametags and scoretags using PlaceholderAPI.

Requirements

  • Java 21 or higher
  • Allay server
  • PlaceholderAPI plugin

Installation

  1. Build the plugin:
./gradlew shadowJar
  1. Copy the jar from build/libs into the server plugins directory.
  2. Install PlaceholderAPI and start the server.

Configuration

config.yml is generated on first run.

nametag: "{player_name}"
scoretag: "{player_ping}ms"
update-interval: 20
  • nametag and scoretag support PlaceholderAPI variables.
  • update-interval is in ticks (20 ticks = 1 second).
  • Set nametag or scoretag to an empty string to clear it.

Development

  • ./gradlew runServer to start a local server with the plugin.

About

An AllayMC plugin that can customize player's nametag and scoretag

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages