VirtualTag - Customize the player's NameTag icon

VirtualTag - Customize the player's NameTag -----

Customize the prefix,suffix of the nametag



VirtualTag
VirtualTag is a NameTag Edit plugin for modern minecraft server, It can change the name tag on the top of the player's head, and you can modify the prefix and suffix as you want!

Links:
Features:
  • Packet Based, It will not affect your scoreboard
  • API, You can call the API to set the player’s Tag
  • PlaceholderAPI support
  • Easy to config
Dependency: ProtocolLib

Screenshots:

[​IMG]

Commands:
/vt groups - Show all defined groups
/vt reload - Reload config


API:
Code (Text):
object VirtualTagAPI {
    @JvmStatic
    fun setPlayerTag(player: Player, prefix: String, suffix: String) {
        virtualTag().tagHandler.setPlayerTag(
            player, Tag(
                prefix = prefix,
                suffix = suffix
            )
        )
    }

    @JvmStatic
    fun removePlayerTag(player: Player) {
        virtualTag().tagHandler.removePlayerTag(player)
    }

    @JvmStatic
    fun getPlayerCurrentTag(player: Player): Tag? = virtualTag().tagHandler.getPlayerCurrentTag(player)
}

If you have any questions, please go to the Discord server for help! Do not report errors in the Review!
Resource Information
Author:
----------
Total Downloads: 1,723
First Release: Jul 29, 2021
Last Update: Nov 25, 2023
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings