HeadShow is an AllayMC plugin that customizes player nametags and scoretags using PlaceholderAPI.
- Java 21 or higher
- Allay server
- PlaceholderAPI plugin
- Build the plugin:
./gradlew shadowJar- Copy the jar from
build/libsinto the serverpluginsdirectory. - Install PlaceholderAPI and start the server.
config.yml is generated on first run.
nametag: "{player_name}"
scoretag: "{player_ping}ms"
update-interval: 20nametagandscoretagsupport PlaceholderAPI variables.update-intervalis in ticks (20 ticks = 1 second).- Set
nametagorscoretagto an empty string to clear it.
./gradlew runServerto start a local server with the plugin.