![TmTags [1.21.x] icon](https://images.polymart.org/product/7665/thumbnail.png?t=1746135102&v=3)
TmTags [1.21.x] 1.1.0
TmTags


- Vault (required)
- PlaceholderAPI (required)
- ChatInjector + ProtocolLib (Optional)
- Some economy plugin

- %tmtags_current_tag% - Sets the player's current nametag

- /tags - Menu GUI
- /tags reload - Reload plugin
- /tags support - Support informations

- tags.admin - Resource for admins

config.yml
#####################################################################################################
# +-----------------------------------------------------------------------------------------------+ #
# | _________ __________ _________ _______ _______ _______ | #
# | |___ ___| | _ _ | |___ ___| | ___ | | ____| | ____| | #
# | | | | | | | | | | | | |__| | | | __ | |___ | #
# | | | | | | | | | | | | __ | | | |_ | |_____ | | #
# | | | | | | | | | | | | | | | | |__| | ____| | | #
# | |_| |_| |_| |_| |_| |_| |_| |______| |______| | #
# | | #
# | © 2025 - Powered by tmplugins.pt | #
# | | #
# | | #
# | For support of this plugin join our discord: | #
# | ==> https://discord.gg/9FZz7njByy | #
# | | #
# +-----------------------------------------------------------------------------------------------+ #
# +-----------------------------------------------------------------------------------------------+ #
# | Author: Titozinho | #
# | Website: https://tmplugins.pt | #
# +-----------------------------------------------------------------------------------------------+ #
#####################################################################################################
# Define the prefix.
prefix: '&7[⚬TmTags&7] '
# Aliases only come into effect after restarting the server.
aliases:
- tag
- tags
# Define the Language.
# The language change only takes effect after restarting the server.
# default: en.yml
Language-File: 'en.yml'
# Receive notifications of new plugin versions.
plugin-update: true
# Settings of GUI.
GUI:
# Define the title.
title: '⚬&lTags'
# Define the GUI size.
# - 1 line => 9
# - 2 lines => 18
# - 3 lines => 27
# - 4 lines => 36
# - 5 lines => 45
# - 6 lines => 54
size: 54
tags.yml
TagsList:
PVP:
Slot: 2
DisplayName: '&4P&cV&4P'
Lore:
- '&6Line 1'
- '&bLine 2'
- '&aLine 3'
MoneyCost: 5000
# [CONSOLE] - commands sent by console
# [PLAYER] - commands sent by player
# # %player% - shows the name of the player who sent the command
Command:
#- '[CONSOLE]give %player% diamond 1'
- '[CONSOLE]lp user %player% permission set tmtags.tag.pvp'
KING:
Slot: 4
DisplayName: '&3KING'
Lore:
- '&6Line 1'
- '&bLine 2'
- '&aLine 3'
MoneyCost: 5000
Command:
- '[CONSOLE]lp user %player% permission set tmtags.tag.king'
BUILDER:
Slot: 6
DisplayName: '&9BUILDER'
Lore:
- '&6Line 1'
- '&bLine 2'
- '&aLine 3'
MoneyCost: 5000
Command:
- '[CONSOLE]lp user %player% permission set tmtags.tag.builder'
messages/en.yml
command-only-player: 'This command can only be used by one player'
no-permission: '&cYou don´t have permission for this.'
reload-successfully: '&aPlugin successfully reloaded!'
update-available: "%prefix%&7There is a new update available"
update-available-version: "&r(current: &c&l%current_version%&r | latest: &2&l%last_version%&r)"
no-updates-available: '&aThere are no new updates available.'
create-folder: 'Folder "%folder%" has been created'
create-file-player: 'A new player file "%player%" has been created'
current-tag: '&7Tag atual: %tag%'
accept: '&a&l[Accept]'
cancel: '&c&l[Cancel]'
requirements: '&2Requirements:'
tag-money: '&7Money: '
tag-requirement-confirm: '&aDo you want to purchase this tag %tag%&a?'
request-cancel: '&cOperation canceled'
messages/pt.yml
command-only-player: 'Este comando só pode ser usado por um jogador'
no-permission: '&cNão tens permissão para isso.'
reload-successfully: '&aPlugin recarregado com sucesso!'
update-available: "%prefix%&aHá uma nova atualização disponível"
update-available-version: "&r(atual: &c&l%current_version%&r | mais recente: &2&l%last_version%&r)"
no-updates-available: '&aNão há novas atualizações disponíveis.'
create-folder: 'Foi criada a pasta "%folder%"'
create-file-player: 'Foi criado um novo ficheiro do jogador "%player%"'
current-tag: '&7Tag atual: %tag%'
accept: '&a&l[Aceitar]'
cancel: '&c&l[Cancelar]'
requirements: '&2Requisitos:'
tag-money: '&7Dinheiro: '
tag-requirement-confirm: '&aPretendes adquirir esta tag %tag%&a!'
request-cancel: '&cOperação cancelada'