1.4 This version does not require DeluxeChat to work! Now compatible with Essentials Chat + more!
1.4
Added compatibility for servers using other chat formatting plugins such as EssentialsChat!
This version allows you the ability to add DeluxeTags placeholders in other chat formatting plugins such as Essentials.
Compatibility is not guaranteed with every chat formatting plugin but has been tested with EssentialsChat.
If you do not have DeluxeChat installed,
some customization features will be disabled!
DeluxeTags configuration without DeluxeChat compatibility enabled:
Placeholders are surrounded by {} instead of % if you do not have DeluxeChat.
Code (Text):
# DeluxeTags version: 1.4 Main Configuration
# You are using DeluxeTags without DeluxeChat compatibility enabled!
# Some configuration options and customization features are disabled.
#
# Not all chat formatting plugins may allow these placeholders to be used!
# Confirmed working with EssentialsChat only.
# If you would like full functionality of DeluxeTags,
# purchase DeluxeChat here: http://www.spigotmc.org/resources/deluxechat.1277/
#
# Create your tags using the following format:
#
# deluxetags:
# VIP:
# tag: '&7[&eVIP&7]'
# description: 'This tag is awarded by getting VIP'
#
# Placeholders for your essentials/chat handling formats config:
#
# {deluxetags_identifier} - display the players active tag identifier
# {deluxetags_tag} - display the players active tag
# {deluxetags_description} - display the players active tag description
# {deluxetags_amount} - display the amount of tags a player has access to
check_updates: true
deluxetags:
example:
tag: '&8[&bDeluxeTags&8]'
description: '&cAwarded for using DeluxeTags!'
boss:
tag: '&8[&eBoss&8]'
description: this is a bosses tag
To use with essentials, simply add any of the placeholders above in your essentials chat formatting section:
If you do have DeluxeChat running with DeluxeTags, a new feature has been added for DeluxeChat users!
Added ability to customize the GUI!
DeluxeTags 1.4 configuration with DeluxeChat integration:
Code (Text):
# DeluxeTags version: 1.4 Main Configuration
# You are using DeluxeTags with DeluxeChat!
# All customization features are enabled.
#
# Create your tags using the following format:
#
# deluxetags:
# VIP:
# tag: '&7[&eVIP&7]'
# description: 'This tag is awarded by getting VIP'
#
# Placeholders for your DeluxeChat formats config:
#
# %deluxetags_identifier% - display the players active tag identifier
# %deluxetags_tag% - display the players active tag
# %deluxetags_description% - display the players active tag description
# %deluxetags_amount% - display the amount of tags a player has access to
check_updates: true
gui:
name: '&aAvailable tags&7: &f%deluxetags_amount%'
tag_select_item:
material: NAME_TAG
data: 0
displayname: '%deluxetags_identifier%'
lore:
- '%deluxetags_tag%'
- '%deluxetags_description%'
divider_item:
material: STAINED_GLASS_PANE
data: 11
displayname: ''
lore: []
has_tag_item:
material: SKULL_ITEM
data: 2
displayname: '&eCurrent tag&f: &6%deluxetags_identifier%'
lore:
- '%deluxetags_tag%'
- Click to remove your current tag
no_tag_item:
material: SKULL_ITEM
data: 3
displayname: '&cYou don''t have a tag set!'
lore:
- '&7Click a tag above to select one!'
exit_item:
material: IRON_DOOR
data: 0
displayname: '&cClick to exit'
lore:
- '&7Exit the tags menu'
deluxetags:
example:
tag: '&8[&bDeluxeTags&8]'
description: '&aAwarded for using the most awesome chat tags plugin!'
yolo:
tag: '&8[&6YOLO&8]'
description: '&fDefault tag description'
hearts:
tag: '&8[&c❤&4❤&c❤&8]'
description: '&fDefault tag description'
biohazard:
tag: '&8[&6☢&8]'
description: '&fDefault tag description'