Speedgot
VirtualTag - Customize the player's NameTag
-----
Customize the prefix,suffix of the nametag
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
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:
Discord:
https://discord.gg/6esJfwP5fF
Source Code:
https://github.com/re-ovo/VirtualTag
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:
Commands:
/vt groups - Show all defined groups
/vt reload - Reload config
API:
Spoiler:
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!
View on SpigotMC
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