DeluxeTags
Allow players to select chat tags that can be awarded by permission!
Last updated
Allow players to select chat tags that can be awarded by permission!
Last updated
DeluxeTags gives players the ability to have an extra tag in chat, tab and everywhere else! Tags can be given to players by permissions so you have several ways of giving them to the players. Also, players can have access to multiple tags! they can switch between them using a GUI menu.
Ability to create unlimited tags.
Highly customizable.
Players can have access to multiple tags.
Permission-based tags.
Force tag.
Supports almost any chat plugin.
(Plugins that support PlaceholderAPI placeholders)
Stop the server.
Put the DeluxeTags jar file you downloaded in your plugins folder.
Start the server.
Modify the config.yml and messages.yml files that were generated to fit your server's layout (Files path: /plugins/DeluxeTags/
).
Enable PAPI Chat option in config.yml
file
papi_chat: true
Add the placeholders you want to your chat format. DeluxeTags placeholders can be found .
Restart the server.
Give tag permissions to your players deluxetags.tag.<identifier>
.
Select your tag from /tags
and enjoy!!
Stop the server.
Put DeluxeTags jar file you downloaded in your plugins folder.
Start the server.
Modify the config.yml and messages.yml files that were generated to fit your server's layout (Files path: /plugins/DeluxeTags/
).
Disable papi_chat option in config.yml
file.
papi_chat: false
Disable Format Chat option in config.yml
file.
format_chat:
enabled: false
Restart the server.
Give tag permissions to your players deluxetags.tag.<identifier>
.
Select your tag from /tags
and enjoy!!
For older versions of DeluxeTags (1.8.1 and older) you need to edit your DeluxeTags config.yml to replace all %placeholders%
to {placeholders}
.
Example: %deluxetags_tag% to {deluxetags_tag}
Put DeluxeTags jar file you downloaded in your plugins folder.
Restart the server.
Modify the config.yml and messages.yml files that were generated to fit your server's layout (Files path: /plugins/DeluxeTags/
).
Disable PAPI Chat option in config.yml
file.
papi_chat: false
Enable Format Chat option in config.yml
file.
format_chat:
enabled: true
Change the chat format in config.yml
file.
format_chat:
format: '{deluxetags_tag} <%1$s> %2$s'
Make sure that you don't have other chat formatting plugins installed.
Restart the server.
Give tag permissions to your players deluxetags.tag.name
.
Select your tag from /tags
and enjoy!!
Add the placeholders you want to your chat format. DeluxeTags placeholders can be found .
Note: You'll have to use {}
for the placeholders instead of %%
.
Example: {deluxetags_tag}
.