View attachment 803036
|@player to tag the person you want
|Display bossbar and title to notify you when you are tagged
|Adjustable notification sound when tagged
|Commands include:
|/tag help View the plugin's help
|/battag to allow others to tag you
|/tattag to prevent others from tagging you |/tag reload exclusively for admins
|Permissions include:
|tagplayer.tattag
|tagplayer.battag
|tagplayer.reload
The plugin is newly released, so there will be many updates for the plugin to work well and suit everyone's preferences
The plugin does not contain a backdoor
View attachment 803040
Config.yml
Code (YAML):
[/U
]
[/COLOR
]
[/B
]
[/U
]
[U
]
# Config for TagPlayerPlugin[/U]
[U
]
[/U
]
[U
]
# Prefix for plugin messages[/U]
[U]messagePrefix
:
"&8[&bTag&8] "
[/U
]
[U]configReloadedMessage
:
"&aConfig reloaded."
[/U
]
[U]noPermissionMessage
:
"&cYou don't have permission to perform this command."
[/U
]
[U
]
[/U
]
[U
]
# Thời gian hiển thị title khi tag[/U]
[U
]
# Thời gian có thể tiếp tục tag[/U]
[U]tagCooldownSeconds
: 10
[/U
]
[U]titleDisplayTimeSeconds
: 5
[/U
]
[U]tagCooldownMessage
:
"&cYou cannot tag too quickly. Please wait %seconds% seconds."
[/U
]
[U
]
[/U
]
[U
]
# Hỗ trợ plugin bạn có thể việt hóa[/U]
[U
]helpMessages:
[/U
]
[U] reload
:
"&a/tagplayer reload - Reload configc"
[/U
]
[U] help
:
"&a/tag help - Show this help message"
[/U
]
[U] tattag
:
"&a/tattag - Disable tagging for yourself"
[/U
]
[U] battag
:
"&a/battag - Enable tagging for yourself"
[/U
]
[U
]
[/U
]
[U
]
#Khi có người tag sẽ hiện title lên màn hình![/U]
[U]tagMessageFormat
:
"&cYou've been tagged by %player%"
[/U
]
[U]taggingSelfMessage
:
"&bYou cannot tag yourself."
[/U
]
[U
]
[/U
]
[U
]
#Bật/Tắt để cho phép hoặc chặn người khác tag mình![/U]
[U]enableMessage
:
"&aTagging enabled for yourself."
[/U
]
[U]disableMessage
:
"&cTagging disabled for yourself."
[/U
]
[U
]
[/U
]
[U
]
#Vui lòng chỉnh đúng sound của minecraft[/U]
[U
]
#Nếu không plugin có thể bị lỗi[/U]
[U]tagSound
:
"ENTITY_EXPERIENCE_ORB_PICKUP"
[/U
]
[U
]
[/U
]
[U
]
# Boss Bar settings[/U]
[U
]
#true để bật hiện thị bossbar khi được tag[/U]
[U
]
#false để tắt hiển thị bossbar khi được tag[/U]
[U
]
#Tin nhắn mà bossbar hiển thị[/U]
[U
]
#Thời gian mà bossbar hiển thị mặc định:5 tính bằng giây[/U]
[U]bossBarEnabled
: true
[/U
]
[U]bossBarMessage
:
"&cYou've been tagged by {player}"
[/U
]
[U]bossBarDisplayTimeSeconds
: 5
[/U
]
[U
]
[B
]
[COLOR=rgb
(255, 128, 0
)
]
[U
]