A nametag/tablist extension for Minestom.
Get the release and place it in the extension folder of your minestom server.
- BrickPlaceholders (soft)
You can change the settings in the config.json
.
{
"prefix": "{rank}",
"suffix": ""
}
repositories {
maven { url "https://repo.jorisg.com/snapshots" }
}
dependencies {
// minestom
compileOnly 'com.guflimc.brick.nametags:minestom-api:1.0-SNAPSHOT'
// spigot
compileOnly 'com.guflimc.brick.nametags:spigot-api:1.0-SNAPSHOT'
}
Check the javadocs
SpigotNametagAPI.get().setNametag(player, Component.text("hey"), Component.text("oi"));
SpigotNametagAPI.get().clear(player);